资源简介
mfcc 说话人识别代码 语音识别 计算方法 特征提取
代码片段和文件信息
function c=melcepst(sfs)
%MELCEPST Calculate the mel cepstrum of a signal C=(SFSWNCPNINCFLFH)
%
%
% Simple use: c=melcepst(sfs) % calculate mel cepstrum with 12 coefs 256 sample frames
% c=melcepst(sfs‘e0dD‘) % include log energy 0th cepstral coef delta and delta-delta coefs
%
% Inputs:
% s speech signal
% fs sample rate in Hz (default 11025)
% nc number of cepstral coefficients excluding 0‘th coefficient (default 12)
% n length of frame (default power of 2 <30 ms))
% p number of filters in filterbank (default floor(3*log(fs)) )
% inc frame increment (default n/2)
% fl low end of the lowest filter as a fraction of fs (default = 0)
% fh high end of highest filter as a fraction of fs (default = 0.5)
%
% w any sensible combination of the following:
%
% ‘R‘ rectangular window in time domain
% ‘N‘ Hanning window in time domain
% ‘M‘ Hamming window in time domain (default)
%
% ‘t‘ triangular shaped filters in mel domain (default)
% ‘n‘ hanning shaped filters in mel domain
% ‘m‘ hamming shaped filters in mel domain
%
% ‘p‘ filters act in the power domain
% ‘a‘ filters act in the absolut
- 上一篇:矩阵类的运算符重载
- 下一篇:SSCOM.v3.2中文版
相关资源
- MFCC的详细介绍PPT
- MFCC梅尔倒谱参数及matlab代码
- zw_MFCCombox自动提示.zip
- google code mfcc c语言实现。
- 语音识别MFCC特征提取matlab代码
- MFCC参数提取的matlab实现
- 声纹识别MATLAB源程序全代码
- MFCC的matlab实现
- 说话人识别代码
- 基于mfcc,vq的说话人识别代码实现_自
- 语音信号处理- MFCC特征提取
- mfcc,,可输入自己的wav文件运行
- mfcc的C程序
- 说话人识别和确认系统
- 基于DTW及MFCC的孤立字语音识别MATLAB程
- 基于DTW的孤立词识别系统(GUI)
- CQCC、LPCC、MFCC和PLP的matlab程序.rar
- MFCC谱图及其三维图表示
- 利用MFC的Csocket类实现C/S网络通信
- 语音信号处理 MFCC+DTW+FFT+各种窗函数
- VQ+MFCC话者识别代码,可运行!
- 基于MFCC和GMM的说话人识别
评论
共有 条评论