310 likes | 406 Views
Signals and Systems. Lecture 3: Sinusoids. Today's lecture. Sinusoidal signals Review of the Sine and Cosine Functions Examples Basic Trigonometric Identities Relation of Frequency to Period Phase Shift to Time Shift Example Sampling and Plotting Sinusoids
E N D
Signals and Systems Lecture 3: Sinusoids
Today's lecture • Sinusoidal signals • Review of the Sine and Cosine Functions • Examples • Basic Trigonometric Identities • Relation of Frequency to Period • Phase Shift to Time Shift • Example Sampling and Plotting Sinusoids • Complex Exponentials and Phasors • Complex Number Representation • Addition of Complex Numbers • Mathematical Addition • Graphical Addition
MATLAB Demo of Tuning Fork • % TuningFork • t = 0:.0001:.01; • y = 10*cos(2*pi*440*t-0.4*pi); • plot(t,y) • grid • pause; • t = 0:.0001:1; • y = 10*cos(2*pi*440*t-0.4*pi); • sound (y)
Relation of Frequency to Period X(t)=A cos(0t+ ) x(t + T0) = x(t) A cos(0 (t + T0) + )= A cos(0t+ ) cos(0 t + 0 T0+ )= cos(0t+ ) Since cosine function has a period of 2π 0 T0 =2π 2πf0 T0=2π T0 =1/f0
Phase Shift and Time Shift x0 (t - t1) = A cos(0 (t - t1) = A cos (0t + ) cos(0 t-0 t1)= cos(0t + ) t1 = -/ 0 = -/ 2πf0 Phase Shift is negative when time-shift is positive = - 2πf0 t1 = - 2πt1 /T0
A=6 • T =6 • f=1/6 • tm=2; • Φ=-wtm • Φ=-2*pi*f*tm • -2pi/3; • X(t)=6cos(pi/3 -2pi/3)