ASN3 - Show graphically that the exponential funtion shifted equals to the delta function shifted: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
 
Line 20: Line 20:


Graphical Result
Graphical Result

[[Delta.jpg]]

Latest revision as of 10:13, 15 October 2010

Return to Homepage


Problem Statement

HW #3 - Show graphically that

Solution

Octave Script

u = [5,5,5,5,5,5,5,5,5,5,5]

f=[0:1:10]

y=(exp(j*2*pi()*(f-u)),f,0,10);

plot(y,'-'),title('delta')


Graphical Result

Delta.jpg