mpiFilterGainGet

Declaration
long mpiFilterGainGet(MPIFilter     filter, 
long gainIndex,
MPIFilterGain *gain)
Required Header stdmpi.h
Description

FilterGainGet gets the gain coefficients of a Filter (filter, for the gain index specified by gainIndex) and writes them into the structure pointed to by gain.

Return Values
MPIMessageOK if FilterGainGet successfully writes the gain coefficients to the structure
See Also mpiFilterGainSet