diff options
author | ttt | 2018-12-06 13:42:14 +0530 |
---|---|---|
committer | ttt | 2018-12-06 13:42:14 +0530 |
commit | d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795 (patch) | |
tree | fdbe9d1a10e7c256e86d7efae276fa75615cd0ba /help/en_US/kaiserord.xml | |
parent | 3ffa5ac619587eadfdb4ffd3e2fee57fee385e21 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.gz FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.tar.bz2 FOSSEE-Signal-Processing-Toolbox-d6e8cfd86be242d0a1a09a1ef7d8b7f3d12af795.zip |
code by jitendra and added more test4.sce
Diffstat (limited to 'help/en_US/kaiserord.xml')
-rw-r--r-- | help/en_US/kaiserord.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/help/en_US/kaiserord.xml b/help/en_US/kaiserord.xml index 8a76cf7..a6d15be 100644 --- a/help/en_US/kaiserord.xml +++ b/help/en_US/kaiserord.xml @@ -47,7 +47,6 @@ <refsection> <title>Description</title> <para> -This is an Octave function. The vector f contains pairs of frequency band edges in the range [0,1]. The vector m specifies the magnitude response for each band. The values of m must be zero for all stop bands and must have the same magnitude for all pass bands. The deviation of the filter dev can be specified as a scalar or a vector of the same length as m. The optional sampling rate fs can be used to indicate that f is in Hz in the range [0,fs/2]. @@ -75,8 +74,8 @@ n = (A-8)/(2.285 dw) <title>Examples</title> <programlisting role="example"><![CDATA[ [n, w, beta, ftype] = kaiserord ([1000, 1200], [1, 0], [0.05, 0.05], 11025) -n = 1 -w = 1100 +n = 70 +w = 0.199 beta = 1.5099 ftype = low ]]></programlisting> |