Contains the declaration and procedures for Digital Signal Processing Library.
More...
The following digital signal processing units are currently available in this library.
- PI Compensator: pi_compensator_t defines the compensator unit. Use PI_Compensate() to compute the value for the compensation.
- Moving Average Filter: mov_avg_t defines the filter unit. Use MovingAverage_Compute() to compute the moving average and MovingAverage_Reset() to reset the filter.
- Average Filter: avg_t defines the filter unit. Use Average_Compute() to compute the average and Average_Reset() to reset the filter.