Post by sinisterDoes anyone know where I can get the Octave equivalent of matlab's "firls"?
TIA,
S
Do you have octave-forge installed? There is a firls function in
octave forge in the signal processing toolbox.. This function only
seems to depend on core functions and so you can probably just take it
off the web interface at
http://octave.cvs.sourceforge.net/*checkout*/octave/octave-forge/main/signal/inst/firls.m?content-type=text%2Fplain&revision=HEAD
and use it directly..
D.