Part Number: TMS320C5517
Hi,
I am using AEU Automatic Level Control(ALC) to implement automatic gain control in a voice system , when I set ALC target level to -15dBm0(veuConfig.alc_recv_level = -15), the Rxout output level not the expected -15dbm0( I measure the output signal with a level meter).
AEU seting(veuControl) is:
80
0
0x0121
0x0121
2
-15
3
-15
input Rxin signal is in inBufRx and
veuReceiveIn (veuInst,inBufRx );
veuSendIn (veuInst, inBufTx, inBufRx, outBufTx, NULL);
then, the Rxout is in inBufRx..
when the inBufRx is output from DA, the level should be -15dbm0.
but the result is the output level varied with the input level changed.
Is there something wrong?
the Volib version is 2_1_0_1(ti_mas_volib_2_1_0_1_C55_cpu3).
the CCS is Version:5.5.0.00077.
Best Regards!
Dudechao