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

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

[Octave-bug-tracker] [bug #66610] function tf2ss apparently is giving in


From: anónimo
Subject: [Octave-bug-tracker] [bug #66610] function tf2ss apparently is giving incorrect results
Date: Sat, 28 Dec 2024 03:33:26 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?66610>

                 Summary: function tf2ss apparently is giving incorrect
results
                   Group: GNU Octave
               Submitter: None
               Submitted: sáb 28 dic 2024 08:33:24
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Jorge Cardenas
        Originator Email: jorge.cardenas@adneli.com
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 8.3.0
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: sáb 28 dic 2024 08:33:24      By: Anonymous
Checking the below code I observed that tf2ss function is not giving the
expected results for A, B and C, that must be the ones shown on the code.
ss2tf apparently is working well. I did the same code in Matlab and this
software is working as expected. 


 num = [10  10];
 den = [1  6  5  10];
 [A,B,C,D] = tf2ss(num,den)
 %A= [-6  -5 -10;1  0  0;0  1  0];
 %B = [1;0; 0];
 %C = [0  10  10];
 %D = [0];
 %[num,den] = ss2tf(A,B,C,D)







    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Mensaje enviado vía Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

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