|
APIs, concepts, guides, and more
|
| void FilterCoeffSet | ( | RSIFilterGainPIVCoeff | coeff, |
| int32_t | gainTable, | ||
| double | coeffValue ) |
Set PIV filter coefficients.
Set a filter coefficient (ex: Kp, Ki, Kd).
| coeff | Coefficient to set, use RSIFilterGainPIDCoeff or RSIFilterGainPIVCoeff. |
| gainTable | Gain Table, valid from 0 to 4. (99% of users will always use Gain Table 0) |
| coeffValue | New value for coefficient. |