[Solved] Is my program ready for FFT?

What does the data in my List is representing in its current form? In its current form, you are getting the raw byte sequence from the file, except from the header which you are removing explicitly. The mapping between raw bytes and the corresponding data sample value is in general non-trivial, and varies according to … Read more