On Sat, Mar 10, 2012 at 12:15 PM, Rafael Laboissiere
<raf...@laboissiere.net> wrote:
> You will find attached below four patches that are currently applied
> to the Debian package octave-signal (upcoming version 1.1.2-1).  They
> fix problems in the test suite for some functions.  The latest
> version of these patches can be found in:
>
> http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-signal.git;a=tree;f=debian/patches
>
> There is also a random failure with the following block, but I did not
> investigated the causes:
>
> ########################
> x=randn(256,1);
> [y, xm] = rceps(x);
> [yt, xmt] = rceps(x.');
> assert(yt.', y);
> assert(xmt.', xm);
> ########################
>
> Best,
>
> Rafael
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Octave-dev mailing list
> Octave-dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/octave-dev
>

Thank you very much,
I applied the patches

+ order-of-vector-in-residued-test.patch
+ new-signature-of-impulse-function.patch
+ do-not-use-deprecated-functions.patch  (h1_z_deriv was already fixed
in repository)
+ accept-string-as-window-argument.patch

The error in the test of rceps is due to a small difference between
the two vectors. I get
> max(abs(xmt.'-xm))
ans =  4.4409e-15
> max(abs(yt.'-y))
ans =  1.3184e-16

@Paul: Can you double check whether this is avoidable?

-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to