Function Index
DiscreteWindow2D
DiscreteWindow2D[
N
,
"
type
"
]
returns an N×N window sequence with circular symmetry of type given by
type
.
DiscreteWindow2D[
{N
1
,N
2
}
,
"
type"
]
returns an N
1
×N
2
window sequence with rectangular symmetry of type given by
type
.
DiscreteWindow2D[
N
,
"
Kaiser
",
]
returns an N×N Kaiser window sequence.
DiscreteWindow2D[
{N
1
,N
2
}
,
"
Kaiser
",
]
returns an N
1
×N
2
Kaiser window sequence with optional adjustable shape parameter
.
The default value of the Kaiser shape parameter is
=3.0, with typical values in the range 1≤
≤9.
Available window types include the following:
fixed
adjustable
Rectangular or Box
Kaiser
Bartlett or Triangular
Blackman
Hamming
The window type of the nonadjustable windows may also be selected using option
WindowType
. The default setting is
WindowType
"Hamming"
.
See also User's Guide
9.4
.
Modified in Version 2.
Example
This loads the package.
In[1]:=
This shows the 2D rectangular window with rectangular and circular symmetry.
In[2]:=
Out[2]=
This shows 2D Kaiser windows for different values of the shape parameter
.
In[3]:=
Here we plot the 2D Kaiser windows.
In[4]:=
Out[4]=
© 2009 Wolfram Research, Inc.
•
Terms of Use
•
Privacy Policy
Sign up for our newsletter: