what is the way to convert a signal into numbers.
adc~
| |
FFT~
| |
atan
After FFT~, I want to do (atan) of ratio of imaginary and real parts to calculate the phase. but imaginary and real parts are in signal from. Is there any way that i convert this signal into a number and then pass to atan (as atan demands a number input not a signal input).
or is there any variant of atan, who take signal input.
The formula to calculate the phase is
PHASE=atan(imaginary/real).
or is there any pd object that calculates the phase directly
thanks.