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 06:07:55 -0800 (PST)

Finally got the curves as in Matlab :)  I'll read about the axis.

Thanks a lot Mike for your considerable time that you have spent in helping me.

-Sarbjit


On Fri, Feb 15, 2013 at 7:33 PM, Mike Miller-2 [via Octave] <[hidden email]> wrote:
On Fri, Feb 15, 2013 at 8:47 AM, sarbjit wrote:
> Thanks Mike for reply. I am convinced about the data. Actually I am new to
> octave, so all of this confusion. If you don't mind I just have one last
> question :- If I use the values from matlab (txy, w), then also I am not
> able to get the exact plot as in Matlab. It is always a straight line. Can
> you please explain this behavior and if there is a way to get the plot as I
> am seeing in Matlab using matlab data (I want to see the spikes).

Just plot without setting the axis ranges, e.g.

plot (W, 20*log10 (abs (txy)))

The autoscaled plot then shows the small variances up close, at least
for me it does. Also "axis tight", read "help axis" for more ways to
set the plot limits.

--
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-tp4649707p4649888.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]