MATLAB: How to get frequency of a wav file for per cycle in matlab

frequencySignal Processing Toolbox

hi everyone , I want to compare the voice of male and female and wants to find difference between them,
for example :frequency on per cycle , any suggestion? what to do ?how to do.

Best Answer

If you have the Signal Processing Toolbox, try spectrogram() or pwelch().
Otherwise, try fft().