discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Design FIR filters by number of taps


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Design FIR filters by number of taps
Date: Tue, 18 Apr 2006 13:12:46 -0700
User-agent: Mutt/1.5.9i

On Tue, Apr 18, 2006 at 08:37:55AM -0700, jjw wrote:
> 
> In looking at the tools for designing FIR filters, I see that you can do it
> by selecting cutoff frequencies and transition bandwidths.  Is there a block
> already in existence that allows you to design an FIR filter based on cutoff
> frequency and maximum number of taps where the transition bandwidth would be
> variable based on the taps?  I didn't notice one, but this would be very
> helpful to me.  Thanks.
> 
> John

There are lots of ways to design filters.

We provide two: gr.firdes.* (windowed design) and optfir.* (Parks McClellan)

In both of them, you specify the characteristics that you want, and
the code figures out the number of taps that it takes to get what you
asked for.  This approach seemed to make the most sense.

If you want to specify the number of taps, you're on your own.
The guts of the windowed design code may be useful.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]