Post Go back to editing

Improving Zipper Noise for AD5280

Thread Summary

The user is concerned about zipper noise when using the AD5280 digital potentiometer to manage analog audio parameters, especially during fast and frequent updates via an ADC connected to an expression pedal. The final answer suggests that using the SHDN pin to mimic the SYNC function of the AD5291 by asserting it at zero crossing and deasserting it after programming the wiper could help reduce noise, but warns that this approach may still create large steps in the output stage. The user is advised to consider the AD5291 as a last option for its built-in SYNC function.
AI Generated Content

Hello, 

I am exploiting the AD5280 for managing phisical parameters of an analog audio processor for guitar.

the device works with presets ( abrupt change in the configuration: Gain, Boost, Master volume) . In addition these parameters can  be updated very fast with and ADC connected to a potentiometer (expression pedal).

this is a potential cause of zipper noise.

The proposed solution with a window comparator cannot be exploited because we are forced to use a dual supply. What solution do you suggest in order to address this potential issue?

Best regards, 

G

Parents Reply
  • Thank you!!!

    Other question: I am exploiting the AD5280 because of the I2C interface and because it is low cost; unfortunately this device does not implement the SYNC function as in AD5291.

    This means that, in order to get rid of any bumps during abrupt changes in the wiper configuration, I  can mimic the SYNC function by means of SHDN pin. 

    My idea is to sync the SHDN pin with the signal's zero crossing event.

    The sequence would be as follow:

    1. Assert SHDN at the first zero crossing 

    2. Program the wiper with SHDN asserted

    2. Deassert SHDN at the next zero-crossing event after the register program.

    The delay would be reasonable and I would get the same effect of the AD5291's SYNC with a less expensive I2C device.

    Do you believe this solution can work?

    Bear in mind that this condition will be very frequent, so I need to be sure that the device can be frequently put in shutdown.

    Thanks for your valuable support, 

    Regards

    G.

Children