Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Discussion Groups

Free Online Books

Discussion Groups | Comp.DSP | C code for Remez Exchange / Parks-McClellan Algorithm

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.


C code for Remez Exchange / Parks-McClellan Algorithm - John - 00:16 22-11-03

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

Re: C code for Remez Exchange / Parks-McClellan Algorithm - robert bristow-johnson - 00:26 22-11-03



In article d...@posting.google.com, John at
j...@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


Re: C code for Remez Exchange / Parks-McClellan Algorithm - John - 15:22 23-11-03

robert bristow-johnson <r...@surfglobal.net> wrote in message
news:<BBE45DD2.5FF7%r...@surfglobal.net>...
> In article d...@posting.google.com, John at
> j...@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