用OLA法重建原始信号我要分享

Reconstruction of original signal by ola

STFT-speech-matlab STFT-语音 OLA-matlab OLA

关注次数: 270

下载次数: 1

文件大小: 4KB

代码分类: 信号处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

编写一Matlab函数,用30ms三角窗和15ms帧移计算语音信号的STFT。并用OLA法重建原始信号。设计一种基于OLA的综合方法,以通过重复每帧对语音信号以因子2进行时域扩展。
(Write a Matlab function, STFT and 30ms triangular window and 15ms frame-shift calculation of the speech signal. And the OLA method to reconstruct the original signal. Design an integrated approach based on OLA, by repeating each frame of the speech signal by a factor of 2 when the domain extension.)


English Description:

Write a matlab function to calculate the STFT of speech signal with 30 ms triangle window and 15 ms frame shift. The original signal was reconstructed by Ola. A synthesis method based on Ola is designed to extend the time domain of speech signal with factor 2 by repeating each frame< br/>(Write a Matlab function, STFT and 30ms triangular window and 15ms frame-shift calculation of the speech signal. And the OLA method to reconstruct the original signal. Design an integrated approach based on OLA, by repeating each frame of the speech signal by a factor of 2 when the domain extension.)


代码预览

homework2.m

OLA.m

OLA_L.m

speech_10k.wav

相关推荐