Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How is unit-sample function defined?

Status
Not open for further replies.

zagor

Newbie level 5
Joined
Nov 15, 2005
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,352
Function

how is define unit-sample function?
 

Re: Function

this is discret function and it is define like this:

b[n]={ 0, n not 0
{1, n=0
 

    zagor

    Points: 2
    Helpful Answer Positive Rating
Re: Function

hey is unit step funcion and unit sample function same???
plz clarify....
 

Function

Unit sample function is also know as Dirack impuls(i hope i write this one right). Unit sample is derive of unit step function. i think
 

    zagor

    Points: 2
    Helpful Answer Positive Rating
Re: Function

Hi

d u(t)
-------- = Dirac delata
d t

Bye
 

Re: Function

The unit sample is a signal which is zero everywhere except when its argument is zero, then it is equal to 1. Mathematically

unit sample: δ(n)
a)1ifn=0
b)0 otherwise

The unit sample function is very useful in that it can be seen as the elementary constituent in any discrete signal. Let x(n) be a sequence. Then we can express x(n) as follows (using the unit sample definition and the delay operation)
x(n)=∑ (x(k)δ(n−k)) (1)
k=−∞
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top