This is a text to see whether patches as attachments are accepted by the
mailing list manager at SF when its mime type is changed to "text/plain".

Please, ignore this message.
   
Rafael
--- lpc.m       2008-04-28 19:05:49.000000000 +0200
+++ lpc.m-new   2008-05-16 08:50:32.000000000 +0200
@@ -60,9 +60,9 @@
 % you can use any of the following routines. 
 % I've selected the Burg method, because it provides the most accurate 
estimates
 
-[AR,RC,PE] = lattice(Y.',P);           % Burg method
+% [AR,RC,PE] = lattice(Y.',P);         % Burg method
 % [AR,RC,PE] = lattice(Y.',P,'GEOL');  % geomatric lattice
-% [AR,RC,PE] = durlev(acovf(Y.',P));   % Yule-Walker
+[AR,RC,PE] = durlev(acovf(Y.',P));     % Yule-Walker
 
 A = ar2poly(AR);
 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to