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

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

[Octave-bug-tracker] [bug #33758] filter buggy in 3.5.0+


From: Muhali
Subject: [Octave-bug-tracker] [bug #33758] filter buggy in 3.5.0+
Date: Tue, 12 Jul 2011 19:12:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

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

                 Summary: filter buggy in 3.5.0+
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Tue 12 Jul 2011 12:12:02 PM PDT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

According to the filter help:

"If the fourth argument SI is provided, it is taken as the initial state of
the system and the final state is returned as SF. The state vector is a column
vector whose length is equal to the length of the longest coefficient vector
minus one."

But if I do


filter( [ 1, 1, 3 ], [ 1, 1, 4 ], [ 1; 3; 5 ], [ 1; 1 ] )


in octave-3.5.0+ I get

error: filter: first dimension of SI must be of length max (length (a), length
(b)) - 1

No such bug in octave-3.4.

M.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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