Hi everyone....
I have a data set with 15000 data points. I want to transform the data to frequency domain using FFT. For FFT to be fully fast, it required 2^n data points. This mean that it only can transform 2^13 data points, which is 8192 of 15000. I processed the data using R software and I found that FFT can transform all the data points, i.e. 15000 data points. I wish to know to what are the differences between transforming 8192 data points and 15000 data points? Could someone explain to me?
Thank you.