AIC3204 AGC底噪
你好,我使用了AIC3204的AGC功能后,底噪明显。使用noise threshold也没有什么变化,要怎样设置才能不让底噪放大
// Left Channel AGC Maximum Gain = 30dB
{0x00,0x00},
{0x58,0x60},
// Right Channel AGC Maximum Gain = 30.5dB
{0x00,0x00},
{0x60,0x61},
// Left Channel AGC Target Level = -24.0dBFS
// Left Channel AGC Gain Hysteresis is ±1.5dB
{0x00,0x00},
{0x56,0xF3},
// Right Channel AGC Target Level = -24.0dBFS
// Right Channel AGC Gain Hysteresis is ±1.5dB
{0x00,0x00},
{0x5E,0xF3},
//Right Channel AGC Noise Threshold
{0x00,0x00},
{0x5F,0x2A},
//Right Channel AGC Noise Threshold
{0x00,0x00},
{0x57,0x2A},
你好,
你是指在使用AGC压缩信号后,输出信号的SNR 变低了?底噪是如何测试的?还是直接听出来的?
是直接听出来的,是环境的白噪声,通过AGC后被放大了
目前我想通过noise threhold改善这种情况,但不知道是哪错了,没有什么效果
你好:
你可以尝试把Target Gain减小,还有就是Threshold 提高。具体的寄存器为
Noise threshold Page 0, Register 87 Page 0, Register 95
Target Level Page 0, Register 86 Page 0, Register 94