btb4198
- 570
- 10
I answered all your questions... but I a new to this. The fft does seem to for work for most cases ... but it just seem to be too noisy which I do not understand. Also, about window functions, if you have a signal coming in and you do not know the Frequencies in the signal you can't really do a window function right ?Baluncore said:You seem blind to the fundamentals needed before processing sampled data. You question and doubt your computer hardware and FFT code, but you should not be leaping to conclusions and blaming others for the failure of your code implementation. You should be testing your code as you gradually increase the complexity until you are certain you understand the principles, it's capabilities and limitations.
You need to understand the difference between indexing and counting, along with the Fourier transform and spectral analysis. http://en.wikipedia.org/wiki/Frequency_spectrum#Spectrum_analysis
You then need to understand window functions. http://en.wikipedia.org/wiki/Window_function so you realize why you should analyse the FFT of full cycles, not partial cycles.
Without understanding the fundamentals and having a proven and stable code platform, you will be unable to progress. I'm afraid that you are so confused about what is relevant that you cannot answer our questions. That makes it very difficult to help you.