This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

using the Noise Gate or limiter function from AIC3254 codec

Hello,

How do I use PPS component to implement if-else logic as following:

a)
if (greater than threshold) set to threshold
else pass

or
if (less than threshold) set to threshold
else pass

b)
if (less than threshold) set to zero
else pass

or
if (greater than threshold) pass
else set to zero

I would like to implement "limiter" or "noise gate" by above if-else logic, or is there existing any component with the same function?

Best regards,

Frank