Perform Fourier Transform on sections of a wav file python

520 Views Asked by At

Is it possible to split a wav file into .2 second sections, then perform a Fourier Transform on each section to get the frequency distribution of each section?

Specifically if I only cared about 2 or 3 specific frequencies, would there be an easier method to find the amplitude of each of these frequencies in each section? I saw on another post someone mentioning using Goertzel algorithms to find specific frequencies

0

There are 0 best solutions below