help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Matlab invfreqz(h, w, 4, 5, [], 30) example doesn't give sample outp


From: shall689
Subject: Re: Matlab invfreqz(h, w, 4, 5, [], 30) example doesn't give sample output as octave
Date: Wed, 6 Dec 2017 09:06:17 -0700 (MST)

invfreq() gives the same result as invfreqz()

>> [bbb1,aaa1] = invfreq(h,w,4,5,[],30)
bbb1 =

   1.0000   2.0000   3.0000   2.0000   3.0000

aaa1 =

   1.00000   2.00000   3.00000   2.00000   1.00000   4.00000



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]