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

3 views (last 30 days)
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.

Accepted Answer

Image Analyst
Image Analyst on 17 Jan 2019
If you have the Signal Processing Toolbox, try spectrogram() or pwelch().
Otherwise, try fft().
  3 Comments

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!