I want to define a sampling frequency, e.g. 100 kSamples/second
, and a length for the audio sample, e.g. 4096
sampling points.
Then I want to calculate the number of spectral lines that I will get as well as the exact frequency that corresponds to each of those spectral lines.
I want to implement this in Python
.
Can anyone throw out any ideas or links?