Clear Filters
Clear Filters

Pitch

1 view (last 30 days)
Farideh Jalali
Farideh Jalali on 28 Apr 2012
Hi Friends
I am doing decimation on the voice signal ,after decimation the pitch of the voice has been changed.I suppose ,it shouldn't be changed,
Does anybody has any solution for improvement plz?
  1 Comment
Daniel Shub
Daniel Shub on 28 Apr 2012
Duplicate of http://www.mathworks.com/matlabcentral/answers/36838-pitch

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 28 Apr 2012
This is expected. If you have a waveform that used to play in N seconds, and now you play it in N/2 seconds (supposing here every second sample was removed), then you will have raised the pitch.
If you decimate the samples by a factor of M, then you also have to decimate the samples per second (i.e., frequency) by a factor of M in order to keep the same pitch.
  1 Comment
Daniel Shub
Daniel Shub on 28 Apr 2012
If you set the sample rate to be 1/M times the original sample rate you should be okay.

Sign in to comment.

Categories

Find more on Measurements and Spatial Audio in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!