You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.NotchFilter Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.NotchFilter Method

Design a notch filer.

Syntax
C#
Visual Basic
public static void NotchFilter(double NotchFrequency, double r, TVec Num, TVec Den, double FS);

Design a notch filter and place the transfer function in Num (numerator) and Den (denominator). You can then use this transfer function to initialize an IIR filter with a call to IirInit. A notch filter will filter out the notch frequency. and r defines the attenuation and width of the transition band. Typical values for r are from 0.99 to 0.9999.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!