资源简介

语音信号去噪,在MATLAB开发环境下,对含噪声的语音信号进行卡尔曼滤波,实现语音增强的功能。 Wave, speech enhancement.)

资源截图

代码片段和文件信息

function FormantTrack=FTrackSig(signalfs)

% F=FTRACKSIG(S)
% Formant Tracking 
% Inputs: S signal the speech signal with Motorola Format and sampling
% frequency fs (default=16000 KHz)
% Outputs: F FormantTrack is a matrix each row of which is a track of one of
% the formants
%
% Important Variables in the program: There are several important variables
% in the program: 
%       Main Function (FTrackSig)
%           MaxFormantFreq : The maximum frequency of the formant
%           MaxBWFreq : The maximum BandWidth of the formant
%           SegLength: Number of samplein each frame 
%           SP: Shift Percentage of frames (1-SP is overlap percentage)
%           NumberOfFormants: The number of formants to be chosen
%           PreEmphFact: the pre-emphasis factor

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        5496  2020-11-27 05:52  FTrackSig.m
     文件        2083  2020-11-27 05:52  k.m
     文件         361  2020-11-27 05:52  mat2vec.m
     文件        1324  2020-11-27 05:52  OverlapAdd.m
     文件         805  2020-11-27 05:52  segment.m
     文件        1908  2020-11-27 05:52  VAD.m

评论

共有 条评论