|
From: | Ben Abbott |
Subject: | Re: similar octave function |
Date: | Thu, 12 Mar 2009 19:19:26 +0800 |
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.htmlI 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
[Prev in Thread] | Current Thread | [Next in Thread] |