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)
Input variables#

Name

Type

Default

Description

taper_width

f_nyq

None

rfft_len

None

f_rfft

None

Output variables#

Return annotation

Docstring type

Description

None

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