RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
PostFilterNotchSet()
void PostFilterNotchSet
(
int32_t
sectionNumber
,
double
centerFreq
,
double
bandwidth
)
Description:
PostFilterNotchSet configures a Notch filter.
Parameters
sectionNumber
The Post Filter Number to be used.
centerFreq
Center Frequency.
bandwidth
Bandwidth.
Sample Code:
// configure and use a Notch filter as filter 0, Center Frequency = 10, and Bandwidth = 20.
axis->PostFilterNotchSet(0, 10, 20);
RSI
RapidCode
Axis
Generated by
1.10.0