diff scripts/signal/freqz.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents 0748b03c3510
children e031284eea27
line wrap: on
line diff
--- a/scripts/signal/freqz.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/signal/freqz.m	Thu Jan 13 08:40:53 2000 +0000
@@ -31,10 +31,10 @@
 ##  $2\pi$.
 ## @end tex
 ## @end iftex
-## 
+##
 ## @noindent
 ## The output value @var{w} is a vector of the frequencies.
-## 
+##
 ## If the fourth argument is omitted, the response is evaluated at
 ## frequencies between 0 and
 ## @ifinfo
@@ -45,12 +45,12 @@
 ##  $\pi$.
 ## @end tex
 ## @end iftex
-## 
+##
 ## If @var{n} is omitted, a value of 512 is assumed.
-## 
+##
 ## If @var{a} is omitted, the denominator is assumed to be 1 (this
 ## corresponds to a simple FIR filter).
-## 
+##
 ## For fastest computation, @var{n} should factor into a small number of
 ## small primes.
 ## @end deftypefn