html5-img
1 / 30

Signals and Systems 1 Lecture 3 Dr. Ali. A. Jalali August 23, 2002

Signals and Systems 1 Lecture 3 Dr. Ali. A. Jalali August 23, 2002. Signals and Systems 1. Lecture # 3 Introduction to Signals. EE 327 fall 2002. Example 1 . Example 1 Interpret and sketch the generalized function x(t) where. EE 327 fall 2002. Example 1: Solution:.

hanne
Download Presentation

Signals and Systems 1 Lecture 3 Dr. Ali. A. Jalali August 23, 2002

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. Signals and Systems 1 Lecture 3 Dr. Ali. A. Jalali August 23, 2002

  2. Signals and Systems 1 Lecture # 3 Introduction to Signals EE 327 fall 2002

  3. Example 1 • Example 1 • Interpret and sketch the generalized function x(t) where EE 327 fall 2002

  4. Example 1:Solution: • To determine the meaning of x(t) we place it in an integral • Let  = t+4 so that • From the definition of the unit impulse, The integral equals e-1 . Therefore EE 327 fall 2002

  5. Example 1: Graphical solution • The result can also be seen graphically. The left panel shows both and (t+4), and the right panel shows their t EE 327 fall 2002

  6. Unit impulse- what do we need it for? • The unit impulse is a valuable idealization and is used widely in science and engineering. Impulses in time are useful idealizations. •  Impulse of current in time delivers a unit charge instantaneously to network. •  Impulse of force in time delivers an instantaneous momentum to a mechanical system. EE 327 fall 2002

  7. Unit impulse- what do we need it for? • Impulses in space are also useful. •  Impulse of mass density in space represents a point mass. •  Impulse of charge density in space represents a point charge. •  Impulse of light intensity in space represents a point of light. • We can imagine impulses in space and time •  Impulse of light intensity in space and time represents a brief flash of light at a point in space. EE 327 fall 2002

  8. Unit Step Function • Integration of the unit impulse yields the unit step function which is defined as EE 327 fall 2002

  9. Unit Step Function (Figure 1.7a text) %F1_7a Unit step function t=-2:0.01:5; % make t a vector of 701 points q=size(t); f=zeros(q(1),q(2)); % set f = a vector of zeros q=size(t(201:701)); f(201:701)=ones(q(1),q(2));% set final 500 points of f to 1 plot(t,f),title('Fig.1.7a Unit step function'); axis([-2,5,-1,2]); % sets limits on axes xlabel('time, t'); ylabel(' u(t)'); grid; Generic step function EE 327 fall 2002

  10. %F1_7b Signal g(t) multiplied f(101:501)=2.5-cos(5*t(101:501) by a pulse functions ([u(t+1)-u(t-3)] %F1_7b Signal g(t) multiplied by a pulse functions t= -2:0.01:5; q=size(t); f=zeros(q(1),q(2)); f(101:501)=2.5-cos(5*t(101:501)); plot(t,f),title('Fig.1.7b Signal g(t) multiplied by a pulse functions'); axis([-2,5,-1,4]); xlabel('time, t'); ylabel(' g(t)[u(t+1)-u(t-3)]'); grid; EE 327 fall 2002

  11. %F1_7b Signal g(t) multiplied by a pulse functions EE 327 fall 2002

  12. Unit impulse as the derivative of the unit step • As an example of the method for dealing with generalized functions consider the generalized function • Since u(t) is discontinuous, its derivative does not exist as an ordinary function, but it does as a generalized function. To see what x(t) means, put it in an integral with a smooth testing function • And apply the usual integration-by-parts theorem • to obtain EE 327 fall 2002

  13. Unit impulse as the derivative of the unit step. Cont’d • The result is that • which, from the definition of the unit impulse, implies that • That is, the unit impulse is the derivative of the unit step in a generalized function sense. EE 327 fall 2002

  14. Real Exponential Functions • Exponential signals are characterized by exponential function Where e is the Naperian constant 2.718… and a and A are real constants. f(t) Time, t

  15. Ramp Functions • A shifted ram function with slop B is defined as Unit ramp function being at t=0 by making B=1 and t0=0 and multiplying by u(t), giving f(t) r(t)=tu(t) Time, t

  16. Successive integration of the unit impulse • Successive integration of the unit impulse yields a family of functions. • Later we will talk about the successive derivatives of (t), but these are too horrible to contemplate in the first lecture. EE 327 fall 2002

  17. Sinusoidal Functions • A sinusoidal function frequency in hertz or cycles per second, the phase shift in radians, the radian frequency is rad/s and the period is s Exponential functions, as in Where B is the amplitude, is angular frequency in radians/second, and is the phase shift in radians. EE 327 fall 2002

  18. Exponentialy Modulated Sinusoidal Functions • If s sinusoid is multiplied by a real exponential, we have an exponentially modulated sinusoid that also can arise as a sum of complex exponentials, as in Example: Turned on at t = +1 by multipling shifted unit stepu(t-1) EE 327 fall 2002

  19. Building-block signals can be combined to make a rich population of signals • Eternal complex exponentials and unit steps can be combined to produce causal and anti-causal decaying exponentials. EE 327 fall 2002

  20. Building-block signals can be combined to make a rich population of signals • Unit steps and ramps can he combined to produce pulse signals. EE 327 fall 2002

  21. Example: f(t) • Describe analytically the signals shown in Solution: Signal is (A/2)t at , turn on this signal at t = 0 and turn it off again at t = 2. This gives, A t 0 2 See page 9 of text for more examples. EE 327 fall 2002

  22. Sequences • Unite Sample Sequence • The unit sample sequence is the discrete-time version of the unit impulse in CT situations. • Definition of unit sample sequence: • Thus it is possible to represent an arbitrary sequence as the weighted sum of unit sample sequences. 1 1 … … … … 0 0 n 1 3 2 n m = n m = n-3 Plots of Unite Sample Sequence

  23. Sequences • Unite Step Sequence • The unit step sequence is the discrete-time version of the unit step in CT situations. • Definition of unit step sequence: • The unit step sequence u(n) is related to unit sample sequence by U(n) 1 Generic step sequence … 0 1 3 2 n Plots of Unite Step Sequence

  24. Sequences • Ramp Sequence • A shifted ramp sequence with slop of B is defined by: • The unit ramp sequence and shifted ramp sequences • Example: g(t) = 2(n-10). MATLAB Code: n=-10:1:20; f=2*(n-10); stem(n,f); EE 327 fall 2002

  25. Real Exponential Sequences • Real exponential sequence is defined as: Example for A = 10 and a = 0.9, as n goes to infinity the sequence approaches zero and as n goes to minus infinity the sequence approaches plus infinity. Composite sequence: Multiplying point by Point by the step sequence MATLAB Code: n=-10:1:10; f =10*(.9).^n; stem(n,f); axis([-10 10 0 30]); EE 327 fall 2002

  26. Sinusoidal Sequence • A sinusoidal sequence may be described as: • Where A is positve real number (amplitude), N is the period, and a is the phase. • Example: • A = 5, N = 16 • And • MATLAB Code: • n=-20:1:20; • f=5*[cos(n*pi/8+pi/4)]; • stem(n,f); EE 327 fall 2002

  27. Exponentialy Modulated Sinusoidal Sequence • By multiplying an exponential sequence by sinusoidal sequence, we obtain an exponentially modulated sequence described by: • Example: • A = 10, N = 16, a = 0.9 • And • MATLAB Code: • n=-20:1:20; • f=10*[0.9 .^n]; • g=[cos(2*n*pi/16+pi/4)]; • h=f .*g; • stem(n,h); • axis([-20 20 -30 70]); EE 327 fall 2002

  28. Example: • Use the Sequence definition, describe analytically the following sequence. f(n) 1 A Pulse Sequence 0 1 2 -2 -1 3 n Solution: This pulse sequence can be describe by f(t) = u(n) – u(n-3). The first step sequence turn on the pulse at n = 0, and second step turns it off at n = 3. See page 13 of text For more examples. EE 327 fall 2002

  29. A Road MapSignals and Systems Ordinary DE Laplace transform Z transform Convolution Simulation Hock up Fourier transform Fourier series Transfer function State space model Signal flow graph Block diagram Unit sample response Frequency response Mathematical Model, usually difference or differential equations LP Filter Spring Mass Dc Motor Any phisical systems Solutions Find x(t) or x(n) Implementation or x(n+1) Time Domain and Frequency Domain solutions. Continuous and Discrete-time Systems. EE 327 fall 2002

  30. Conclusions • Introduction to signals and systems, • Signals, definitions and classifications, • Building block signals- eternal complex exponentials and impulse, • Mathematical description of signals, • MATLAB examples, • A road map. EE 327 fall 2002

More Related