|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
HannPoissonWindow
HannPoissonWindow[x]
represents a Hann-Poisson window function of x.
HannPoissonWindow[x,
]
uses the parameter
.
DetailsDetails
- HannPoissonWindow[x,
] is equal to
. - HannPoissonWindow[x] is equivalent to HannPoissonWindow[x, 1].
- HannPoissonWindow automatically threads over lists.
ExamplesExamplesopen allclose all
Basic Examples (5)Basic Examples (5)
Shape of a 1D Hann-Poisson window:
| In[1]:= |
| Out[1]= | ![]() |
Shape of a 2D Hann-Poisson window:
| In[1]:= |
| Out[1]= | ![]() |
Extract the continuous function representing the Hann-Poisson window:
| In[1]:= |
| Out[1]= | ![]() |
Parameterized Hann-Poisson window:
| In[2]:= |
| Out[2]= | ![]() |
Fourier transform of the Hann-Poisson window:
| In[1]:= |
| Out[1]= | ![]() |
Power spectrum of the Hann-Poisson window:
| In[2]:= |
| Out[2]= | ![]() |
| In[1]:= |
| Out[1]= |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






