DSP: What do you mean by the Filter Lenght?

In summary, the length of the filter in DSP means that the DSP is able to store many samples and multiply them together to create an output. This length is also important because it affects the passband ripple on a Chebychev polynomial digital filter.
  • #1
rraj.be
5
0
What does the length of the filter in DSP means?

What does it refer physical or practical when it states that "signal transmission path models have long impulse response?"

And why do audio signal transmission paths have long impulse response?
 
Engineering news on Phys.org
  • #2
rraj.be said:
What does the length of the filter in DSP means?

What does it refer physical or practical when it states that "signal transmission path models have long impulse response?"

And why do audio signal transmission paths have long impulse response?

Welcome to the PF. What is your background in DSP so far? Self study, or have you taken an intro class yet? They are very useful building blocks to be familiar with!

http://en.wikipedia.org/wiki/Digital_filter

Where are you in school right now?
 
  • #3
I am going on with self study sir.
 
  • #4
rraj.be said:
I am going on with self study sir.

Fair enough, but we will still follow the PF guidelines for schoolwork and self-study. Which means that we can offer some tutorial hints, but we expect you to do the bulk of the research and work.

So what learning resources do you have available for your study of DSP? There are quite a few on the web. Have you studied analog filters before, and are now learning about DSP, or is your study of digital filters your first intro to filters overall?

In filter design, we speak of different polynomials that can be used, to give us different advantages and disadvantages in our filter designs. Are you familiar with the different polynomial classes, and what they are used for?

And a hint (or motivator for your further study on the subject) -- what would the filter length have to do with the passband ripple on a Chebychev polynomial digital filter...?
 
  • #5
berkeman said:
Fair enough, but we will still follow the PF guidelines for schoolwork and self-study. Which means that we can offer some tutorial hints, but we expect you to do the bulk of the research and work.

I too wish the same. I am searching online and i am posting the things that i can not find there.

berkeman said:
So what learning resources do you have available for your study of DSP? There are quite a few on the web. Have you studied analog filters before, and are now learning about DSP, or is your study of digital filters your first intro to filters overall?

I am doing my engineering in INDIA. here the study methodology and the standard are not much high. The staffs are focusing only on academics and mark scoring. They are not much helping in research areas, and not even well versed in these areas. So i am mostly relied on some books and online resource.

I have a outer overview and understanding on filters, but not into much depth.

[/QUOTE]

berkeman said:
In filter design, we speak of different polynomials that can be used, to give us different advantages and disadvantages in our filter designs. Are you familiar with the different polynomial classes, and what they are used for?

I have studied and solved problems in cheby, butterworth etc, but without much understanding of actual concept in it. Sorry for this, and my educational system is luike that. Much worried for this.


berkeman said:
And a hint (or motivator for your further study on the subject) -- what would the filter length have to do with the passband ripple on a Chebychev polynomial digital filter...?

I will search for and try to learn about this.
 
  • #6
Good start. Let us know what you find.
 
  • #7
Hello,

Sounds like your referring to what's called a finite response filter or FIR. It takes in samples and passes those signals along (in a digital format) like a shift register (if your a digital guy) or a bucket brigade (for old analog guys ;).

The newest sample is always coming in one side of the sequence, while the oldest one is going to bit heaven. The number of samples being held, altogether, is referred to as the number of taps or filter length.

Now, comes the stranger part - why they call it taps. Essentially, you can make a great many different responses with this filter - some that seem almost impossible.

To do this your neighbourhood underpaid mathmatician (or over paid engineer with software) comes up with a table of values. There's one value for each "tap" (stored sample). Each time a new sample comes in, the DSP runs through every stored sample, multiplies it with the corresponding value from the table, and adds up the sum of all those multiplications. The total of all that addition is the output of the filter.

Having to multiplying every single sample and add it is a lot of work, considering the DSP must do so every single time a new sample comes in. So DSP are designed to be able both multiple and add in the same instruction. Also, they can do this to long strings of numbers (like all the samples you're holding) without having to be told over and over. Essentially they're told where to get it, how many to do, and chip will multiply and add till the sequence is done.

Now, as to the impulse response. If you have only one sample that has a value and all of the rest are zero, then that one sample would be an impulse. For an FIR filter, you would expect that impulse to come out looking different at different times depending on how far it's shifted through the taps and what the corresponding table value looks like. In any case, you know that once the impulse has shifted to the end of the filter, it's gone. Hence the expression "Finite" Impulse Response.

Some filters feed part of their output back into an earlier stage of the filter. Hence theoretically, an impulse will never altogether reach zero. It will keep getting smaller, but there's always a piece that's left over and it goes back in. Such filters are referred to as Infinite Impulse Response (IIR) filters. To me, these remind me more of my treasured analog filters, though of course you still have to go through some math to get one to work - sigh...

Well, as to application. The FIR filters are great. Not great. WONDERFUL, at communications processing. They have a lot of delay, going through all those taps, but they can filter a mesquito buzz out of a car crash. They can be updated in real time for noise cancelation and echo reduction. They're just good and wholesome. AND, if you know what you're doing they're not all that difficult to design.

As to IIR filters, well... They have a place. I like em as resonators and "digital" oscillators, and they're pretty good for lead-lag networks in control systems. FIR's have that whole thing with process delay, so generally they're not considered good stuff for closed loop control.

Well, I hope this helps a bit. I do ramble on at times...

Best Wishes and good luck on your work,

Mike
 
  • #8
This made me clear mike. thanks a lot.
 
  • #9
An FIR filter for example H(z)= 1+h(0)/z + h(1)/z*z + h(2)/z*z*z, has length 4 and order 3.
 

1. What is a filter length in DSP?

A filter length in DSP, also known as the number of taps or coefficients, refers to the number of samples used in a digital filter to process an input signal.

2. Why is the filter length important in DSP?

The filter length is important in DSP because it determines the accuracy and effectiveness of the filtering process. A longer filter length can provide better filtering results, but it also requires more computational resources and can cause a delay in processing.

3. How is the filter length determined in DSP?

The filter length is determined by various factors such as the desired frequency response, the type of filter being used, and the sampling rate. It can also be optimized through techniques like windowing and frequency sampling.

4. Can the filter length be changed in DSP?

Yes, the filter length can be changed in DSP depending on the specific requirements of the application. However, changing the filter length may also affect the performance and stability of the filter.

5. What are the trade-offs of using a longer or shorter filter length in DSP?

Using a longer filter length can provide better filtering results, but it also requires more computational resources and can cause a delay in processing. On the other hand, a shorter filter length may not provide as accurate results but can be more efficient in terms of computation and processing time.

Similar threads

Replies
10
Views
428
Replies
7
Views
3K
Replies
1
Views
718
Replies
8
Views
1K
  • Electrical Engineering
Replies
2
Views
1K
  • Electrical Engineering
Replies
15
Views
4K
  • Electrical Engineering
Replies
29
Views
3K
  • Electrical Engineering
Replies
28
Views
3K
  • Electrical Engineering
Replies
20
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
Back
Top