It's pretty common that someone would be interested in the real and imag part of a signal or the magnitude and phase of a signal. Therefore we should have functions which do both operations at the same time.
This should also be pretty easy to do, we just need a helper function which works on two target arrays (of the same size).
It's pretty common that someone would be interested in the real and imag part of a signal or the magnitude and phase of a signal. Therefore we should have functions which do both operations at the same time.
This should also be pretty easy to do, we just need a helper function which works on two target arrays (of the same size).