Contents Up Previous Next

Notch filter

Purpose
Description
Macro Synopsis
Modules
Related Functions


Purpose

Notch filter

Description

Notch filter applies a notch filter to the given signal. A notch filter ideally suppresses a single frequency component (the notch frequency) within the input signal, or a narrow symmetric window around the notch frequency. A parameter for the width of the affected frequency window is the relative transition width w, given as a fraction of the notch frequency .
The transfer function H(f) of the notch filter is

with f denoting the frequency.

Parameters are


Macro Synopsis

y = NotchFilt(x,f0,w);
signal x,y;
float f0,w;

Modules

Spectral

Related Functions

Gauss filter, High pass filter, Low pass filter, Band pass filter