Gauss filter
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Gauss filter
Description
"Gauss filter", applies a Gauss filter to the
selected signal. The shape of the transfer function is given by
where
is the center frequency and
is the standard deviation.
The parameters of Gauss filter are
- the center frequency fc in reciprocal x-axis units and the
- standard deviation stdv (=
) according to the above formula.
Macro Synopsis
y = GaussFilt(x,fc,stdv);
signal x,y;
float fc,stdv;
Modules
Spectral
Related Functions
High pass filter, Low pass filter,
Notch filter, Band pass filter