Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Return a discrete Dolph-Chebyshev window sequence
ResourceFunction["DiscreteDolphChebyshevWindow"][n] gives the discrete Dolph-Chebyshev window of length n. | |
ResourceFunction["DiscreteDolphChebyshevWindow"][n,α] gives the discrete window with spectral side lobe attenuation of -20α dB. |
A Dolph-Chebyshev window of length 21:
| In[1]:= |
| Out[1]= | ![]() |
Plot the window:
| In[2]:= |
| Out[2]= | ![]() |
A Dolph-Chebyshev window with a specified parameter:
| In[3]:= |
| Out[3]= | ![]() |
Create a lowpass FIR filter with cut-off frequency of
and length 15:
| In[4]:= |
| Out[4]= |
Apply a Dolph-Chebyshev window to the filter to improve stop-band attenuation:
| In[5]:= |
Log-magnitude plot of the power spectra of the two filters:
| In[6]:= |
| Out[6]= | ![]() |
Use the Dolph-Chebyshev window to diminish the effect of signal partitioning when computing a spectrogram:
| In[7]:= | ![]() |
| Out[7]= | ![]() |
The Dolph-Chebyshev window side lobes are equiripple:
| In[8]:= | ![]() |
| Out[8]= | ![]() |
The Dolph-Chebyshev window side lobe attenuation is equal to -20α dB:
| In[9]:= | ![]() |
| Out[9]= | ![]() |
For small α, the window end-points may be larger than other sample values. The magnitude of the end-point impulses is on the order of the size of the spectral side lobes:
| In[10]:= |
| Out[10]= |
| In[11]:= |
| Out[11]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License