diff scripts/signal/fftconv.m @ 2312:204cc7db6f4a

[project @ 1996-07-11 21:20:36 by jwe]
author jwe
date Thu, 11 Jul 1996 21:20:36 +0000
parents 2b5788792cad
children 5ca126254d15
line wrap: on
line diff
--- a/scripts/signal/fftconv.m
+++ b/scripts/signal/fftconv.m
@@ -27,10 +27,12 @@
 ## The computation uses the FFT by calling fftfilt.  If the optional
 ## argument N is specified, an N-point FFT is used.
 
+## Author: KH <Kurt.Hornik@ci.tuwien.ac.at>
+## Created: 3 September 1994
+## Adapted-By: jwe
+
 function c = fftconv (a, b, N)
 
-  ## Written by KH (Kurt.Hornik@ci.tuwien.ac.at) on Sep 3, 1994.
-  
   if (nargin < 2 || nargin > 3)
     usage ("fftconv (b, x [, N])");
   endif