help-octave
[Top][All Lists]
Advanced

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

Re: Not able to get the matlab equivalent output from tfestimate functio


From: sarbjit
Subject: Re: Not able to get the matlab equivalent output from tfestimate function (transfer function estimate)
Date: Fri, 15 Feb 2013 05:58:32 -0800 (PST)

Pi is defined as "3.1400"

octave-3.6.2.exe:9> pi
pi =  3.1400
octave-3.6.2.exe:12> [txy, W] = tfestimate (x, y, [], [], 10);
octave-3.6.2.exe:13> w1 = W*2*pi;
octave-3.6.2.exe:14> max(w1)
ans =  3.1400


On Fri, Feb 15, 2013 at 7:22 PM, Mike Miller-2 [via Octave] <[hidden email]> wrote:
On Fri, Feb 15, 2013 at 8:39 AM, Doug Stewart wrote:
> This looks very strange,
> If  max(w)  is .5 then 2 *pi*max(w) nust be pi!!!
>  But you say it is
> "ans =  3.1400"     ?????????????????

He has a variable in his workspace pi == 3.14.

--
mike
_______________________________________________
Help-octave mailing list
[hidden email]
https://mailman.cae.wisc.edu/listinfo/help-octave



If you reply to this email, your message will be added to the discussion below:
http://octave.1599824.n4.nabble.com/Not-able-to-get-the-matlab-equivalent-output-from-tfestimate-function-transfer-function-estimate-tp4649707p4649886.html
To unsubscribe from Not able to get the matlab equivalent output from tfestimate function (transfer function estimate), click here.
NAML



View this message in context: Re: Not able to get the matlab equivalent output from tfestimate function (transfer function estimate)
Sent from the Octave - General mailing list archive at Nabble.com.

reply via email to

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