diff options
Diffstat (limited to 'macros/remez1.sci')
-rw-r--r-- | macros/remez1.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/remez1.sci b/macros/remez1.sci index 0400d90..d9cfd29 100644 --- a/macros/remez1.sci +++ b/macros/remez1.sci @@ -13,7 +13,7 @@ function b = remez1(n,f,a, varargin) //ftype:is "bandpass", "hilbert" or "differentiator" //griddensity:determines how accurately the filter will be constructed. The minimum value is 16, but higher numbers are slower to compute. //Description -//Frequency is in the range (0, 1), with 1 being the Nyquist frequency. +// Frequency is in the range (0, 1), with 1 being the Nyquist frequency. funcprot(0); rhs= argn(2); |