There are 4 messages in this thread.
You are currently looking at messages 0 to 4.
Are there any iterative design techniques,for FIR filters, other than park's-mclellan and least squares.
ashish wrote:
>
> Are there any iterative design techniques,for FIR filters, other than
> park's-mclellan and least squares.
Meteor uses linear programming:
http://www.cs.princeton.edu/~ken/meteor.html
The source code is available in Pascal or autconverted to
C with p2c.
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo n...@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
A Microsoft Certified System Engineer is to computing what a
MacDonalds Certified Food Specialist is to fine cuisine.
There's always the windowed sync approach, i.e. take an ideal response and window it to make it practical to implement. This works with "classic" LP, HP, etc. filters, but isn't readily applicable to other more complex filter responses. "ashish" <a...@yahoo.com> wrote in message news:9...@posting.google.com... > Are there any iterative design techniques,for FIR filters, other than > park's-mclellan and least squares.
MAXFLATs are the most accurate in narrow bands, and very simple to design. "ashish" <a...@yahoo.com> wrote in message news:9...@posting.google.com... > Are there any iterative design techniques,for FIR filters, other than > park's-mclellan and least squares.