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: Thu, 14 Feb 2013 20:02:10 -0800 (PST)

Hi Mike,

I could see difference in data itself when tfestimate is calculated from
Octave using the same inputs (x and y)

octave-3.6.2.exe:17> txy_matlab = txy;
octave-3.6.2.exe:18> W_matlab = W;
octave-3.6.2.exe:19> [txy W]=tfestimate(x,y,10,[],[]);
octave-3.6.2.exe:20> size(txy)
ans =

   6   1

octave-3.6.2.exe:21> size(txy_matlab)
ans =

   129     1
octave-3.6.2.exe:22> size(W)
ans =

   6   1
octave-3.6.2.exe:23> size(W_matlab)
ans =

   129     1
octave-3.6.2.exe:24> max(txy)
ans =  1.00000
octave-3.6.2.exe:25> max(txy_matlab)
ans =  1.00000
octave-3.6.2.exe:26> max(W)
ans =  0.50000
octave-3.6.2.exe:27> max(W_matlab)
ans =  3.1416

As shown in data above, the result computed is different in Ocatve vs
Matlab.

Thanks,
Sarbjit



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Not-able-to-get-the-matlab-equivalent-output-from-tfestimate-function-transfer-function-estimate-tp4649707p4649878.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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