diff scripts/signal/fftfilt.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2a16423e4aa0
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/signal/fftfilt.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/signal/fftfilt.m	Tue Oct 10 16:10:31 2006 +0000
@@ -42,7 +42,7 @@
   ## one blocks, but if the user knows better ...
 
   if (nargin < 2 || nargin > 3)
-    usage (" fftfilt (b, x, N)");
+    print_usage ();
   endif
 
   transpose = (rows (x) == 1);