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

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

[Octave-bug-tracker] [bug #51934] [octave forge] (control) impulse respo


From: Rafael Laboissiere
Subject: [Octave-bug-tracker] [bug #51934] [octave forge] (control) impulse response depends on the time vector
Date: Mon, 4 Sep 2017 11:01:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.104 Safari/537.36

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

                 Summary: [octave forge] (control) impulse response depends on
the time vector
                 Project: GNU Octave
            Submitted by: rlaboiss
            Submitted on: Mon 04 Sep 2017 03:01:16 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: Any

    _______________________________________________________

Details:

In version 3.0.0 of the control package, the function impulse is returning
different results for different time vectors passed as arguments, but it
should not:


octave:1> pkg load control
octave:2> s = tf (1, [1 1]);
octave:3> y = impulse (s, 0 : 0.01 : 1);
octave:4> y (1)
ans =  0.10000
octave:5> y = impulse (s, 0 : 0.1 : 1);
octave:6> y (1)
ans =  1


Notice that the later value is correct, but the former is not.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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