Week 9 FIR filters Flashcards

1
Q

Whats a phasor equal to?

A

A complex amplitude

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Examples of some common values?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe values for complex exponentials:

A
  • Real part is cosine
  • Imaginary part is sine
  • Magnitude is one
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What can we call about phase from frequency?

A
  • Positive freq. has phase = -0.5p

* Negative freq. has phase = +0.5p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

• Is negative frequency real?

A
  • 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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Whats the expression for periodic functions?

A

x(t) = x(t+T)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Definition of T:

A

Time period

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Definition of k:

A

Integer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Periodic signals can only have?

A

f(k) = f(0)k

f(0) = 1/T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define fundamental frequency f(0)?

A

Largest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define fundamental time period T(0)?

A

shortest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Examples of digital filtering?

A
• CONCENTRATE on the COMPUTER
 • PROCESSING ALGORITHMS
• SOFTWARE (MATLAB)
• HARDWARE: DSP chips, VLSI
• DSP:
DIGITAL SIGNAL PROCESSING
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define a finite impulse response system?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Examples and definition of discrete time systems:

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How can finite impulse filters be classed as a 3 point running average?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

General FIR filter

A

• FILTER ORDER is M
• FILTER LENGTH is L = M+1
– NUMBER of FILTER COEFFS is L

17
Q

What do casual systems use?

A

-Past values