10/3,6 - The Game: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Fonggr (talk | contribs)
Fonggr (talk | contribs)
Line 35: Line 35:
Let <math>x(t) = e^{j2\pi nt/T} = e^{j2\pi \omega_n t}</math>
Let <math>x(t) = e^{j2\pi nt/T} = e^{j2\pi \omega_n t}</math>


<math>\int_{-\infty}^{\infty} e^{j2\pi \omega_n t} h(t-\lambda)\, dx</math>
<math>\int_{-\infty}^{\infty} e^{j2\pi \omega_n \lambda} h(t-\lambda)\, d\lambda = -\int_{\infty}^{-\infty} e^{j2\pi \omega_n (t-u)} h(u)\, du=\left (\int_{-\infty}^{\infty} e^{-j2\pi \omega_nu} h(u)\, du \right ) e^{j2\pi \omega_nt}</math>
*Let <math> t-\lambda = u \,\!</math> thus <math> du = -d\lambda \,\!</math>
*Why did the order of integration switch?

Revision as of 19:41, 11 November 2008

The Game

The idea behind the game is to use linearity (superposition and proportionality) and time invariance to find an output for a given input. An initial input and output are given.

Input LTI System Output Reason
δ(t) h(t) Given
δ(tλ) h(tλ) Time Invarience
x(λ)δ(tλ) x(λ)h(tλ) Proportionality
x(t)=x(λ)δ(tλ)dx x(λ)h(tλ)dxConvolutionIntegral Superposition

With the derived equation, note that you can put in any x(t) to find the given output. Just change your t for a lambda and plug n chug.

Example

Let x(t)=ej2πnt/T=ej2πωnt

ej2πωnλh(tλ)dλ=ej2πωn(tu)h(u)du=(ej2πωnuh(u)du)ej2πωnt

  • Let tλ=u thus du=dλ
  • Why did the order of integration switch?