资源简介
语音信号去噪,在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
相关资源
- BM3D BM3D去噪算法的实现和相关文档
- Kalman 用卡尔曼滤波跟踪目标实例
-
thresholddenoisingba
sedonwavelet 小波阈值 - sar-denoising sar图像去噪的几种新的方法
- PF-EKF 粒子滤波和扩展卡尔曼滤波的对
- BM3D BM3D图像去噪算法。当下较为先进
- 1111 卡尔曼滤波、无迹卡尔曼滤波、扩
- denoising 在matlab环境下基于数学形态学
- Compressed-sensing-denoising-code 压缩感知去
- EKF 扩展卡尔曼滤波的基础代码
- 5 matlab的几种小波阈值去噪方法实例。
- KSVD-for-SAR_LOG 用基于稀疏表示和KSVD字
- ica-matlab 脑电信号 分析 fast ica去噪
- demo KSVD图像去噪
- DeNoising 压缩感知重构算法去噪方法
- Adaptive_Filtering
- gps_kalman GPS接收机中的卡尔曼滤波
- AEKF
- quzao
- TVdenoising- 全变差图像去噪
- EMD-denoising 内容包括:EMD去噪
- Fifth_degree_CKF 高阶容积卡尔曼滤波程序
- SCKF 基于matlab的平方根容积卡尔曼滤波
- matlab-kalamn
- Savitzky-Golay-matlab SG平滑滤波matlab源码
- Kalman-Filter
- (EKF)-data-fusion 扩展卡尔曼滤波(
- denoising
- matlab3 相关性小波去噪的程序实现
- cedif 改进后的非线性各向异性扩散用
评论
共有 条评论