Man Scilab

eqfir
Scilab Function

eqfir - minimax approximation of FIR filter

Calling Sequence

[hn]=eqfir(nf,bedge,des,wate)

Parameters

Description

Minimax approximation of multi-band, linear phase, FIR filter

Examples


hn=eqfir(33,[0 .2;.25 .35;.4 .5],[0 1 0],[1 1 1]);
[hm,fr]=frmag(hn,256);
plot(fr,hm),
 
  

Author

C. B.

Back