utils.notch_filter#

Back to Module page

Summary#

Creates notch filter

Signature#

def notch_filter(dt, fc, df)
Input variables#

Name

Type

Default

Description

dt

Sampling interval (s)

fc

Central frequency of notch (Hz)

df

-3dB bandwidth in frequency, high - low (Hz)

Output variables#

Return annotation

Docstring type

Description

None

Numerator and denominator coeffs of notch filter

Docstring#

Creates notch filter
:param dt: Sampling interval (s)
:param fc: Central frequency of notch (Hz)
:param df: -3dB bandwidth in frequency, high - low (Hz)
:return: Numerator and denominator coeffs of notch filter