Click here to Skip to main content
15,911,531 members

Comments by Janita Potgieter (Top 2 by date)

Janita Potgieter 28-Aug-12 16:31pm View    
I have done some research. I understand FFT, I read a pdf which explained it in an easy way. I have never worked with signal prosessing, thus the struggling. I'm still learning as I go.
Janita Potgieter 28-Aug-12 16:06pm View    
Thank you for your quick response. I have started looking through the link you have posted. My big problem at the moment is converting the byte array to a double array. I have tried multiple options, but none of them seem to be working correctly. Do you have any advice? I have tried BitConverter and some ohter code I found on the internet but the final output is not what it should be. This is my biggest problem at the moment.

I will try to use the FFT, I only used DFT as it does not have a size limitation for the array you send to the class and its methods.