Answers to Your Questions: What Is an FIR Filter?

  • Thread starter Thread starter meldave00
  • Start date Start date
  • Tags Tags
    Filter
AI Thread Summary
An FIR (Finite Impulse Response) filter is a type of digital filter that generates its output based solely on a finite number of previous input values. It allows for the design of various filtering functions, such as highpass, lowpass, or bandpass, by customizing the polynomial calculations used in the filter. Unlike IIR (Infinite Impulse Response) filters, which depend on both past input and output values, FIR filters do not have memory, meaning their output is limited to a specific time window. While IIR filters can achieve sharper frequency responses, they are more complex and less stable than FIR filters. Understanding FIR filters is essential for applications in signal processing and digital communications.
meldave00
Messages
39
Reaction score
0
Can someone explain to me in leyman's terms what an FIR filter is and what it is used for?
 
Engineering news on Phys.org
A finite impulse response filter is one form of a digital filter. It bases its output value at each clock tick on the input values that it has seen over some previous amount of time (like the last 10 clock ticks, for example). You can design the polynomial calculation that the filter is using for its input --> output function so that you perform a highpass, lowpass or bandpass function on the digital data.

FIR filters are contrasted with infinite impulse response filters (IIR), where the output is dependent on the input data stream, and also dependent on previous output values. It's like the IIR filter has some memory, which means that a single impulse at the input can cause the IIR output to keep on changing forever. IIR filters can have sharper skirts on their filter function compared to FIR filters, but they are also harder to make stable.

Here's a related wikipedia article FYI:

http://en.wikipedia.org/wiki/Digital_filter
 
Thanks. I appreciate it.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...

Similar threads

Replies
2
Views
2K
Replies
2
Views
2K
Replies
46
Views
3K
Replies
15
Views
2K
Replies
15
Views
6K
Replies
5
Views
2K
Replies
1
Views
4K
Back
Top