MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ PostFilterNotchSet()

void PostFilterNotchSet ( int  sectionNumber,
double  centerFreq,
double  bandwidth 
)
pure virtual

Use a Notch Post Filter.

Description:
PostFilterNotchSet configures a Notch filter.
Parameters
sectionNumberThe Post Filter Number to be used.
centerFreqCenter Frequency.
bandwidthBandwidth.
Sample Code:
// configure and use a Notch filter as filter 0, Center Frequency = 10, and Bandwidth = 20.
axis->PostFilterNotchSet(0, 10, 20);