1 / 12

The response of system to complex exponentials

The response of system to complex exponentials. z - transform. The response of system to complex exponentials. Laplace transform. The response of system to complex exponentials. Fourier series representation of continuous-time periodical signal. Periodic signal. for all t. e.g.

alta
Download Presentation

The response of system to complex exponentials

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The response of system to complex exponentials z - transform

  2. The response of system to complex exponentials Laplace transform

  3. The response of system to complex exponentials

  4. Fourier series representation of continuous-time periodical signal Periodic signal for all t e.g.

  5. Fourier series representation of continuous-time periodical signal Periodic signal for all t k is an integer Fourier series form a complete and orthogonal bases Complete: no other basis is needed. Kronecker Delta Orthogonal: Orthogonal:

  6. Fourier series representation of continuous-time periodical signal Periodic signal for all t k is an integer

  7. Fourier series representation of continuous-time periodical signal Periodic signal for all t k is an integer e.g.

  8. Fourier series representation of continuous-time periodical signal 0

  9. Fourier series representation of continuous-time periodical signal 0

  10. Fourier series representation of continuous-time periodical signal 0

  11. The response of system to complex exponentials Band limited channel Bandwidth Bandwidth

  12. The response of system to complex exponentials Matlab code Band limited channel clear; clf; T = 1; T1 = 0.2; omg0 = 2*pi/T; N = 10; for k = -N:1:N x(k+N+1) = k; if k==0 a(N+1) = 2*T1/T; else a(k+N+1) = sin(k.*omg0.*T1)./(k.*pi); end end stem(x,a); zoom on; t = -2:0.001:2; for m =1:length(t) yt(m) = 0; for k = -N:1:N yk = a(k+N+1)*exp(j*k*omg0.*t(m)); yt(m) = yt(m) + yk; end end figure(2) plot(t,abs(yt)); zoom on; Bandwidth

More Related