C code for Remez Exchange / Parks-McClellan Algorithm

  • Follow


Hi,

I need to write some C code that is able to generate its own filters
via Remez Exchange / Parks-McClellan Algorithm. I checked Numerical
Recipes and didn't see anything. Does anyone know of a place where I
can find some C source code for this algorithm?

Thanks!
John
0
Reply johnfofawn 11/22/2003 5:16:35 AM

In article d89364bd.0311212116.1138af2b@posting.google.com, John at
johnfofawn@hotmail.com wrote on 11/22/2003 00:16:

> I need to write some C code that is able to generate its own filters
> via Remez Exchange / Parks-McClellan Algorithm. I checked Numerical
> Recipes and didn't see anything. Does anyone know of a place where I
> can find some C source code for this algorithm?


a UIUC student that used to post here a lot (haven't heard from Jake for
years) did exactly that.  check out:  http://www.janovetz.com/jake/
and http://www.janovetz.com/jake/remez/remez-19980711.zip

that might be the quick answer.

r b-j

0
Reply robert 11/22/2003 5:26:58 AM


robert bristow-johnson <rbj@surfglobal.net> wrote in message news:<BBE45DD2.5FF7%rbj@surfglobal.net>...
> In article d89364bd.0311212116.1138af2b@posting.google.com, John at
> johnfofawn@hotmail.com wrote on 11/22/2003 00:16:
> 
> > I need to write some C code that is able to generate its own filters
> > via Remez Exchange / Parks-McClellan Algorithm. I checked Numerical
> > Recipes and didn't see anything. Does anyone know of a place where I
> > can find some C source code for this algorithm?
> 
> 
> a UIUC student that used to post here a lot (haven't heard from Jake for
> years) did exactly that.  check out:  http://www.janovetz.com/jake/
> and http://www.janovetz.com/jake/remez/remez-19980711.zip
> 
> that might be the quick answer.

Thank you!

John
0
Reply johnfofawn 11/23/2003 8:22:56 PM

2 Replies
865 Views

(page loaded in 0.062 seconds)

Similiar Articles:









7/22/2012 9:05:42 AM


Reply: