When I was looking at automatic gain control and compression I wanted to try taking a square root or other root of the audio signal:
signal_out = signal * (signal amplitude ( ** (1/x)))
...kind of thing.
I couldn't see a sound that would raise to the power, that is do the ** operation.
Is there one? Is there a way of doing that?