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]