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

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

[Octave-bug-tracker] [bug #44276] signal package: upfirdn function retur


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44276] signal package: upfirdn function returns nothing when given a range argument
Date: Tue, 17 Feb 2015 19:58:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.91 Safari/537.36

Update of bug #44276 (project octave):

              Item Group:                   Crash => Incorrect Result       
                  Status:                    None => Confirmed              
             Assigned to:                    None => mtmiller               
                 Release:                   3.8.2 => other                  
        Operating System:               GNU/Linux => Any                    
                 Summary: On ubuntu 14.04 upfirdn function in signal package
returns "error: value on right hand side of assignment is undefined" => signal
package: upfirdn function returns nothing when given a range argument

    _______________________________________________________

Follow-up Comment #1:

Thanks for your bug report. I can confirm this error when the first argument
to the function is a range type instead of a real matrix type. You have
installed the package correctly, this is an error in the upfirdn function.

As a workaround, use

y = upfirdn ([1:100], ones (1, 20), 5, 1);

instead.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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