Our Solution
back
For our project we decided to implement
the phase vocoder algorithm. This algorithm times-scales a signal to
r times faster by:
Then the signal is resampled at r times the original sample rate. Reference: |
||||||||
Example: Below is a figure showing the speech signal of the vowel 'eee'. The blue signal is the original speech. The red signal is pitch shifted up 50% and the green signal is pitch shifted down 50%. This figure shows that the duration of the original signal is maintained after pitch shifting.
|
||||||||
Matlab GUI Here is a screen shot of our Matlab GUI. Our program allows the user to record or load a speech signal and pitch shift it within a range of 50-150% of the original signal. The user can then playback the pitch shifted signal. [INSERT IMAGE] The interactivity of our solution differs from other programs. Our program allows the user to pitch shift the signal up to three different scale factors and playback up to three different scale factors plus the original signal. Additionally the user can record a new speech signal and pitch shift it, or load a previously recorded sound file. Files: Click here to download a zip file containing our Matlab code and a different version of our GUI for Matlab 6.5. This GUI does not allow the loading of pre-recorded speech files. Reference: |