diff scripts/signal/fftconv.m @ 2746:c51575839b21

[project @ 1997-02-26 08:22:45 by jwe]
author jwe
date Wed, 26 Feb 1997 08:23:22 +0000
parents b5568c31ee2c
children 8b262e771614
line wrap: on
line diff
--- a/scripts/signal/fftconv.m
+++ b/scripts/signal/fftconv.m
@@ -37,7 +37,7 @@
     usage ("fftconv (b, x [, N])");
   endif
 
-  if (is_matrix (a) || is_matrix (b))
+  if (! (is_vector (a) && is_vector (b)))
     error ("fftconv:  both a and b should be vectors");
   endif
   la = length (a);