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

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

[Octave-bug-tracker] [bug #61667] [octave forge] (control) tf() function


From: Torsten Lilge
Subject: [Octave-bug-tracker] [bug #61667] [octave forge] (control) tf() function gives wrong result for complex state space models
Date: Wed, 15 Dec 2021 13:41:11 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Update of bug #61667 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

Confirmed with the simple example:

A = [ -1 0 ; 0 j ]; B = [ 1 ; 1 ]; C = [ 1   1 ]; D = 0;

sys_ss = ss (A,B,C,D);
eigenvalues_A = eig (A)

sys_tf = tf (sys_ss)
[n,d] = tfdata (sys_tf,'v');
poles_tf = roots (d)



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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