octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #60677] [octave forge] (control) add functiona


From: Torsten Lilge
Subject: [Octave-bug-tracker] [bug #60677] [octave forge] (control) add functionality to tf class
Date: Thu, 27 May 2021 02:17:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Follow-up Comment #2, bug #60677 (project octave):

What exactly is expected when applying abs() or angle() to a transfer
function? It is possible to apply these functions to a transfer function at a
specific value of the frequency, like, e.g.,


G = tf ([1],[1 1])   % G = 1/(1+s)
abs (G (1))          % |G(j1)|
angle (G (1))        % arg{G(j1}


You can also provide a vector of frequencies as argument to a tf object. The
magnitude and phase of a system over a specific frequency range is provided by
bode().

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60677>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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