My goal is to convert any negative values of an audio (AC) signal into positive values. I'm trying my best to find all the info i need, but i can't be sure if Clip Abs is the right module for the job.
example signal flow:
input value -0.8 → Clip Abs → output value 0.8
input value 0.5 → Clip Abs → output value 0.5
Clip Abs clips the values at the upper input by the threshold set by a value at the lower input. So should i leave the threshold at zero to get the desired result?
Greets,
Bolle