Signals: The Basics Flashcards
what is the mathematical definition of a signal?
function of one/more independent variables
what is the notation for continuous independent variables?
(.)
what is the notation for discrete independent variables?
[.]
define: x[n]
discrete signal (could be in time)
define: x(t)
continuous signal in time
define: x(nT)
a continuous signal in time that is sampled at nT
x[n] = ________ = x(nT)
x(t)|t=nT
define: x(t)|t=nT
continuous sample x(t) evaluated at t = nT
what are examples of x(t)|t=nT ?
- analog to digital converter
- digital camera
periodicity of continuous signals?
x(t + To) = x(t) for all t
To = period, which is usually time
periodicity of discrete signals?
x[n + N] = x[n] for all n
N = period, which is usually # of samples
x(t +To) =
x(t) for all t
x[n + N] =
x[n] for all n
what is the fundamental period of x[n] = sin^2(pi*n/5)
5
how would you determine the fundamental period of x[n] = sin^2(pi*n/5)
x[n] = sin^2(pin/5)
= sin^2(pin/5 + pi)
= sin^2(pi*(n+5)/5)
= x[n+5]
what is the fundamental period of x[n] = cos^2(pi*n/6)
6
how would you determine the fundamental period of x[n] = cos^2(pi*n/6)
x[n] = cos^2(pin/6)
= 0.5+0.5cos(2pin/6)
= 0.5+0.5cos(2pin/6 + 2pi) [2pi = smallest phase
shift that doesn’t change
cosine]
= 0.5+0.5cos(2pi(n+6)/6)
= cos^2(pi(n+6)/6)
= x[n+6]
x(t) = Acos(2pif*t + theta)
given A, f, and theta how would you determine the fundamental period?
x(t) = Acos(2pift + theta)
= Acos(2pift + theta + 2pi)
= Acos(2pi*f(t + 1/f) + theta)
= x(t + 1/f)
so fundamental period T = 1/f