Week 9 FIR filters Flashcards
Whats a phasor equal to?
A complex amplitude
Examples of some common values?
- j has angle of 0.5pi
- -1 has angle of pi
- j has angle of 1.5pi
- also, angle of -j could be -0.5pi = 1.5pi -2p
- because the PHASE is AMBIGUOUS
Describe values for complex exponentials:
- Real part is cosine
- Imaginary part is sine
- Magnitude is one
What can we call about phase from frequency?
- Positive freq. has phase = -0.5p
* Negative freq. has phase = +0.5p
• Is negative frequency real?
- Doppler Radar provides an example
- Police radar measures speed by using the Doppler shift principle
- Let’s assume 400Hz 60 mph
- +400Hz means towards the radar
- -400Hz means away (opposite direction)
Whats the expression for periodic functions?
x(t) = x(t+T)
Definition of T:
Time period
Definition of k:
Integer
Periodic signals can only have?
f(k) = f(0)k
f(0) = 1/T
Define fundamental frequency f(0)?
Largest
Define fundamental time period T(0)?
shortest
Examples of digital filtering?
• CONCENTRATE on the COMPUTER • PROCESSING ALGORITHMS • SOFTWARE (MATLAB) • HARDWARE: DSP chips, VLSI • DSP: DIGITAL SIGNAL PROCESSING
Define a finite impulse response system?
Finite impulse response (FIR) filters are systems for which each output value is the sum of a finite number of weighted values of the input sequence.
Examples and definition of discrete time systems:
EXAMPLES:
– POINTWISE OPERATORS
§ SQUARING: y[n] = (x[n])2 – RUNNING AVERAGE
§ RULE: “the output at time n is the average of three consecutive input values”
How can finite impulse filters be classed as a 3 point running average?
- The FIR filter is a generalization of the idea of running average.
- To be specific, consider a 3-point running average where each sample of the output sequence is the sum of three consecutive input sequence samples divided by three