python_utils.tukwin_bandpass#
Back to Module page
Summary#
taper_width is frequency interval length in Hz to be tapered at each end f_nyq & rfft_len are the nyquist frequency and length of the rfftfreq array
Signature#
def tukwin_bandpass(taper_width, f_nyq = None, rfft_len = None, f_rfft = None)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
|||
|
None |
||
|
None |
||
|
None |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
taper_width is frequency interval length in Hz to be tapered at each end
f_nyq & rfft_len are the nyquist frequency and length of the rfftfreq array