Page 1 of 1

Posted: 12 Nov 2007, 16:22
by Golcondio
Could you make another FFT/inverse FFT that works with arrays of amplitude/phase instead of real/imaginary parts?
I know, I can use math modules to convert, but it would spare some resources if it was built-in...

Posted: 12 Nov 2007, 17:27
by senso
the FFT implementation of Usine is at its first step.
I know that I have to improve this part.
Soon I hope!!!

Posted: 12 Nov 2007, 20:39
by Golcondio
Maybe it's me, but if I send audio data through a FFT forward module the imaginary part array stays 0, whatever the audio source...

Posted: 17 Nov 2007, 08:53
by senso
this point is not verified on my systems.
I'll check it again .