Post Go back to editing

Format of inputs and outputs

Thread Summary

The user asked if a Delta-Sigma encoder/decoder (CS42488) output can be used directly in a DSP and how to implement a log volume control. The final answer confirms that the lookup tables are flexible and can handle different value ranges. The engineer provided a sample program for controlling gain via an index-controlled table to avoid zipper noise and sudden gain shifts.
AI Generated Content
Category: Software
Product Number: ADAU1462

Hi,

On the board we use a Delta-Sigma encoder/decoder (CS42488).

Can we use directly this format in the DSP? or do we have to do some Delta-Sigma to uniform conversion before ?

Thanks for your help, I can now implement a Log Volume control using a lookup table (-6db to +6dB).

I found the problem:  inputs are in range [0..x] but look up tables are in range [1..x] (very strange)

Best regards,

Patrice