Page 1 of 1
Posted: 20 Jul 2007, 16:06
by moody33
Anyone could show how to use the two FFT array modules?
I'm really curious but don't know how to get sound with them.
Thanks you in advance
Posted: 20 Jul 2007, 18:17
by senso
The FFT modules are only "prototypes", still in development.
But you can see an example in the add-ons "Glitcher Serie I".
Posted: 24 Jul 2007, 14:13
by moody33
Ok, thanks you.
If I understand, the FFT modules split the input signal in frequencies band ( 236,512,1024 bands) and output each band as an array flow values. Is it right?
If it is, what's symbol are used for array output? Db?
Posted: 25 Jul 2007, 09:46
by senso
Yes the FFT transform the input audio signal into 2 arrays of frequency bins.
Imaginary and Real parts. That you can treat.
Actually, they are only few modules to really manage such arrays.
Still in development.
It's not in db, but just a numeric value.