similar octave function

Ben Abbott bpabbott at mac.com
Thu Mar 12 06:19:26 CDT 2009


On Mar 12, 2009, at 6:39 PM, Parvathy S wrote:

> hi,
> Thank you for your fast responses.
> I'm new to octave.. i have been working with matlab for 2 years. now  
> i have shifted to octave because of its compatibility with linux.  
> But now i'm stuck with one function.
>
> Is there any function in octave which is similar to maxflat() and  
> dfilt.df2sos() ?
>
> Hope i will get a positive reply from you,
> waiting for your reply,
>
> Paru

Those are part of the "Filter Design Toolbox" and "Signal Processing  
Toolbox". Thus, they are not core Matlab functions (nor core Octave  
functions).

Octave's equivalents to Matlab's toolboxes are packages, and can be  
found at the link below

	http://octave.sourceforge.net/doc/index.html

I don't see either of those examples there, but there may be something  
equivalent.

Perhaps you'd like to write these and have them added to the signal  
processing package?

Ben


More information about the Help-octave mailing list