ASN3 - Show graphically that the exponential funtion shifted equals to the delta function shifted

From Class Wiki
Jump to navigation Jump to search

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