discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] FIR filter design function


From: Matt Ettus
Subject: Re: [Discuss-gnuradio] FIR filter design function
Date: Mon, 03 Sep 2007 11:03:14 -0700
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Dominik Auras wrote:
> Hi!
>
> If I design filters, what gnuradio module do I prefer:
> - optfir
> - gr.firdes
> ?
>
> It seems to me that you use gr.firdes in newer code, but optfir allows
> me to specify more filter parameters.
>   

firdes creates windowed filters, and is always guaranteed to give you a
working filter.  optfir uses the Parks-McClellan algorithm, and can
produce better filters.  However, if you ask too much of it, it will
fail, since the algorithm is not guaranteed to converge.

Matt





reply via email to

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