MEIFilterGainSercos

MEIFilterGainSercos

 

typedef	struct MEIFilterGainSercos {
    long	Coeff[MEIXmpSercosCoeffMAX];
    struct {
        long	velocity;
        long	acceleration;
        long	friction;
        float	scaler;
    } feedForward;
} MEIFilterGainSercos;
Description
  FilterGainSercos is a structure that defines the filter coefficients for the SERCOS filter algorithm.
     
See Also MEIFilterGainSercosCoeff