summaryrefslogtreecommitdiff
path: root/help/en_US/kaiser.xml
diff options
context:
space:
mode:
authorSunil Shetye2018-07-25 16:27:51 +0530
committerSunil Shetye2018-07-26 23:50:17 +0530
commit9ca7882cee16ad48b18df989e8300c697010e55a (patch)
tree59e0c6116b835ae3e5e3208bc9609ed2828069ed /help/en_US/kaiser.xml
parent6bbb00d0f0128381ee95194cf7d008fb6504de7d (diff)
downloadFOSSEE-Signal-Processing-Toolbox-9ca7882cee16ad48b18df989e8300c697010e55a.tar.gz
FOSSEE-Signal-Processing-Toolbox-9ca7882cee16ad48b18df989e8300c697010e55a.tar.bz2
FOSSEE-Signal-Processing-Toolbox-9ca7882cee16ad48b18df989e8300c697010e55a.zip
code changes by Sonu Sharma during FOSSEE Fellowship 2018
Diffstat (limited to 'help/en_US/kaiser.xml')
-rw-r--r--help/en_US/kaiser.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/help/en_US/kaiser.xml b/help/en_US/kaiser.xml
index 394119b..32afa90 100644
--- a/help/en_US/kaiser.xml
+++ b/help/en_US/kaiser.xml
@@ -53,14 +53,9 @@ The second parameter gives the stop band attenuation of the Fourier transform of
<refsection>
<title>Examples</title>
<programlisting role="example"><![CDATA[
-kaiser(6,0.2)
-ans =
-0.9900745
-0.9964211
-0.9996020
-0.9996020
-0.9964211
-0.9900745
+L = 6 ;
+beta = 0.2 ;
+kaiser(L, beta)
]]></programlisting>
</refsection>
</refentry>