summaryrefslogtreecommitdiff
path: root/macros/kaiser.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/kaiser.sci')
-rw-r--r--macros/kaiser.sci4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/kaiser.sci b/macros/kaiser.sci
index b36e931..4272c10 100644
--- a/macros/kaiser.sci
+++ b/macros/kaiser.sci
@@ -1,20 +1,16 @@
function w = kaiser (m, varargin)
//This function returns the filter coefficients of a Kaiser window.
-
//Calling Sequence
//w = kaiser (m)
//w = kaiser (m, beta)
-
//Parameters
//m: positive integer value
//beta: real scalar value
//w: output variable, vector of real numbers
-
//Description
//This is an Octave function.
//This function returns the filter coefficients of a Kaiser window of length m supplied as input, to the output vector w.
//The second parameter gives the stop band attenuation of the Fourier transform of the window on derivation.
-
//Examples
//kaiser(6,0.2)
// ans =