diff options
author | bgtushar | 2017-11-27 15:27:21 +0530 |
---|---|---|
committer | GitHub | 2017-11-27 15:27:21 +0530 |
commit | d97a4b7e2f0f25fb5cd94bd90a3b822592179d1e (patch) | |
tree | 048b7c76423fe27dee2e31a52bae93c95883614e /macros/remez1.sci | |
parent | d972a68bc5b3c4c059b70e4f8cd64a64538c2be8 (diff) | |
parent | b7969c62478edc84055e71df9fed140402406396 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-d97a4b7e2f0f25fb5cd94bd90a3b822592179d1e.tar.gz FOSSEE-Signal-Processing-Toolbox-d97a4b7e2f0f25fb5cd94bd90a3b822592179d1e.tar.bz2 FOSSEE-Signal-Processing-Toolbox-d97a4b7e2f0f25fb5cd94bd90a3b822592179d1e.zip |
Merge pull request #6 from abhinavdronamraju/master
Merge and add functions
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); |