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

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

[Octave-bug-tracker] [bug #48138] Impulse function of the Control Packag


From: Jose Andrade
Subject: [Octave-bug-tracker] [bug #48138] Impulse function of the Control Package
Date: Sun, 5 Jun 2016 19:06:43 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0

URL:
  <http://savannah.gnu.org/bugs/?48138>

                 Summary: Impulse function of the Control Package
                 Project: GNU Octave
            Submitted by: joseandrade
            Submitted on: Dom 05 Jun 2016 19:06:41 GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Jose Andrade
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

There is a bug on the Impulse function of the Control Package.

The Exemple code:


t=0:0.1:30;
NUM=[0.9375]; DEN=[1 2 4];
sys=tf(NUM,DEN)
yi=impulse(sys,t);
yii=exp(-t).*(0.5412*sin(1.7321*t));
figure
plot(t,yi,t,yii)
title('Impulse Response of LTI System')


The correct answer should be the same graph, but they are different.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Dom 05 Jun 2016 19:06:41 GMT  Name: Impulse Response of LTI System.pdf 
Size: 5kB   By: joseandrade

<http://savannah.gnu.org/bugs/download.php?file_id=37399>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48138>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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