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
(Created page with 'HW #3 - Show graphically that <math> \int_{-\infty}^{\infty} e^{j2\pi f(t-u)}\, df = \delta (t-u)</math>')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Jodi S. Hodge| Return to Homepage]]


== Problem Statement ==

HW #3 - Show graphically that <math> \int_{-\infty}^{\infty} e^{j2\pi f(t-u)}\, df = \delta (t-u)</math>
HW #3 - Show graphically that <math> \int_{-\infty}^{\infty} e^{j2\pi f(t-u)}\, df = \delta (t-u)</math>

== 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]]

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