« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Built-in Signal Processing
Kaiser Window with Different Shape Parameter
Plot the Kaiser window using a different shape parameter.
In[1]:=
X
Manipulate[ Plot[KaiserWindow[x, \[Alpha]], {x, -1, 1}], {{\[Alpha], 3}, 0, 10}]
Out[1]=
Play Animation
»
Stop Animation
»