MPIFilterPostFilterConfig

Declaration

typedef struct MPIFilterPostFilterConfig {
MPIFilterPostFilterForm filterForm;
int32_t length;
double coeff[MPIFilterPostFilterSize];
} MPIFilterPostFilterConfig;

 

Required Header: filter.h

Description

MPIFilterPostFilterConfig is a structure that specifies the postfilter parameters. Although the postfilter can be configured through this structure, it is strongly recommended to use the mpiFilterPostFilterGet(...) and mpiFilterPostFilterSet(...) methods to configure the postfilters.

filterForm An enum that determines how the coefficients are interpreted. See MPIFilterPostFilterForm.
length The size of the coeff array. The maximum is MPIFilterPostFilterSize.
coeff An array of double precision coefficients for the postfilter.

See Also

MPIFilterConfig | Servo Tuning