PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
DSP Library

Contains the declaration and procedures for Digital Signal Processing Library. More...

Modules

 Macros
 
 Structures
 
 Functions
 

Detailed Description

The following digital signal processing units are currently available in this library.

  1. PI Compensator: pi_compensator_t defines the compensator unit. Use PI_Compensate() to compute the value for the compensation.
  2. 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.
  3. Average Filter: avg_t defines the filter unit. Use Average_Compute() to compute the average and Average_Reset() to reset the filter.