invexed
Junior Member level 2
Hi all !!
I'm tring to make a litte FFt application
I'm tring with visual C++ first and later i'll try with my C microcontroller compiler
I have some questions...
First of all, it seems to be necessary to have a complex array with real and imaginary values
I have an array with a full sampled signal and i don't know exactly what to do with his...
I need to convert this array to a new array with real and imaginary part?
How can i do this?
FFT transform have a real and imaginary part too
The i need to convert this to a new array to make a graphical representation
I have found some FFT sources but not completes i only have fft functions with something like this:
fft(fftLength,RealInput, ImaginInput, RealOutput, ImaginOutput);
I need to know exactly the steps to convert a real sampled signal into a Real an Imaginary array to make an FFT
Someone can help me???
Thanks
I'm tring to make a litte FFt application
I'm tring with visual C++ first and later i'll try with my C microcontroller compiler
I have some questions...
First of all, it seems to be necessary to have a complex array with real and imaginary values
I have an array with a full sampled signal and i don't know exactly what to do with his...
I need to convert this array to a new array with real and imaginary part?
How can i do this?
FFT transform have a real and imaginary part too
The i need to convert this to a new array to make a graphical representation
I have found some FFT sources but not completes i only have fft functions with something like this:
fft(fftLength,RealInput, ImaginInput, RealOutput, ImaginOutput);
I need to know exactly the steps to convert a real sampled signal into a Real an Imaginary array to make an FFT
Someone can help me???
Thanks