ALCSetLevel_G169

Sets ALC algorithm target and clipping levels.

Syntax

IppStatus ippsALCSetLevel_G169_16s(Ipp32f targetLevel, Ipp32f clipLevel, IppsALCState_G169_16s* pALCMem);

Parameters

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.

Description

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.

Return Values

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.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.