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