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

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

[Octave-bug-tracker] [bug #39314] convn(x, y, "valid") produces results


From: Rik
Subject: [Octave-bug-tracker] [bug #39314] convn(x, y, "valid") produces results that are different from Matlab
Date: Fri, 19 Jul 2013 06:14:07 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Follow-up Comment #2, bug #39314 (project octave):

Convolution has been no end of trouble...

For reference, can the original reporter also upload the matrices for "full"
and "same"?


conv2full = convn (zzz, hhh, 'full');
conv2same = convn (zzz, hhh, 'same');


I took a look at the code and we are doing something different for the 'valid'
parameter.  It may be that we are not calling the Fortran correctly, or maybe
the underlying BLAS call isn't right.  At least superficially 'valid' seems to
work, but the test cases I have are with integer values for the two matrices A
and B.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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