Sets ALC algorithm target and clipping levels.
IppStatus ippsALCSetLevel_G169_16s(Ipp32f targetLevel, Ipp32f clipLevel, IppsALCState_G169_16s* pALCMem);
targetLevel |
Automatic level control target level in dBm0 after dropping the sign. |
cliptLevel |
Automatic level control clipping level in dBm0 after dropping the sign. |
pALCMem |
Pointer to the ALC state structure. |
The functions ippsALCSetLevel_G169 is declared in the ippsc.h file. This function set the target and clipping level for the automatic level control. The ALC state structure must be initialized using the function ippsALCInit_G169 beforehand.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pALCMem pointer is NULL. |
ippStsRangeErr |
Indicates an error when the targetLevel or clipLevel is negative. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.