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

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

[Octave-bug-tracker] [bug #29841] conv update


From: spasmous
Subject: [Octave-bug-tracker] [bug #29841] conv update
Date: Sun, 09 May 2010 21:01:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0

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

                 Summary: conv update
                 Project: GNU Octave
            Submitted by: spasmous
            Submitted on: Sun 09 May 2010 09:01:46 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.3.51
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In the latest MATLAB, conv now accepts a 3rd argument to specify the type of
convolution, e.g. 'same', 'valid' and 'full'.

  octave:1> a=randn(5,1);
  octave:2> b=randn(7,1);
  octave:3> conv(a,b,'same')
  error: Invalid call to conv.  Correct usage is:
   -- Function File:  conv (A, B)


If I may make a feature request: please add circular convolution 'circ' as a
type. The Mathworks don't seem motivated to include this, I guess because it
overlaps with their toolbox function cconv. Thanks.




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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