|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ExactBlackmanWindow
ExactBlackmanWindow[x]
represents a exact Blackman window function of x.
DetailsDetails
- ExactBlackmanWindow[x] is equal to
![ (4620 cos(2 pi x)+715 cos(4 pi x)+3969)/(9304) -1/2<=x<=1/2; 0 TemplateBox[{x}, Abs]>1/2; (4620 cos(2 pi x)+715 cos(4 pi x)+3969)/(9304) -1/2<=x<=1/2; 0 TemplateBox[{x}, Abs]>1/2;](Files/ExactBlackmanWindow.en/2.png)
- ExactBlackmanWindow automatically threads over lists.
ExamplesExamplesopen allclose all
Basic Examples (5)Basic Examples (5)
Shape of a 1D exact Blackman window:
| In[1]:= |
| Out[1]= | ![]() |
Shape of a 2D exact Blackman window:
| In[1]:= |
| Out[1]= | ![]() |
Extract the continuous function representing the exact Blackman window:
| In[1]:= |
| Out[1]= |
Fourier transform of the exact Blackman window:
| In[1]:= |
| Out[1]= | ![]() |
Power spectrum of the exact Blackman 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 »




