Phase_Vocoder

Implementation of a Phase Vocoder (Initial implementation by Prof. Dan Ellis)

現在この提出コンテンツをフォロー中です。

This MATLAB exercise implements a phase vocoder with the capability of speed-up or slow-down of a speech or audio signal by a factor 'r', where 'r' varies from 0.25 (slow-down by factor of 4) to 'r'=40 (speed-up by factor of 4). The speed-up or slow-down works by interpolating the Short Time Fourier Transform (STFT) magnitude and calculating the phase advance for the signal. The file '5.16 Phase Vocoder.pdf' provides a User's Guide for this exercise.

引用

Lawrence Rabiner (2026). Phase_Vocoder (https://jp.mathworks.com/matlabcentral/fileexchange/52124-phase_vocoder), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

works on both R2015a and windows 10

added name of User's Guide for this exercise