Richard_Steele
- 53
- 3
I'm just coding a program where I've to calculate the individual frequencies inside an audio file *.wav file.
The modulation is pcm and the information I've is a lots of points, like this:
http://www.renesas.com/media/support/faqs/faq_results/Q1000000-Q9999999/samp_1.gif
To be exact, I've 44,000 samples per second.
Well, the signals would look like this:
It's not a constant tone, it's a combination of different frequencies.
My question is how can I calculate, frequency by frequency its value in hertzs/second and how can I approach the problem.
The modulation is pcm and the information I've is a lots of points, like this:
http://www.renesas.com/media/support/faqs/faq_results/Q1000000-Q9999999/samp_1.gif
To be exact, I've 44,000 samples per second.
Well, the signals would look like this:
It's not a constant tone, it's a combination of different frequencies.
My question is how can I calculate, frequency by frequency its value in hertzs/second and how can I approach the problem.
Last edited by a moderator: