help-octave
[Top][All Lists]
Advanced

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

Bode weirdness


From: Dustin Vink
Subject: Bode weirdness
Date: Wed, 25 Jun 2003 09:59:08 +0100 (BST)

The bode plot does not work as it should.

Try this:

num = [1];
den = [1 1 1 1];
G = tf2sys(num,den);
bode(G)

The phase shows a jump, which is wrong of course. Anyone know how to
solve this error?

Octave, version 2.1.49



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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