登录
首页 » matlab » learn.zip

learn.zip

于 2014-08-18 发布 文件大小:153KB
0 201
下载积分: 1 下载次数: 13

代码说明:

  MFCC参数和LPCC参数需要频繁使用的语音的说话人识别分析还需要使用大量的这些特征参数,这就需要研究MFCC和LPCC算法和参数提取的原则。因为我们需要了解与人交谈的过程中,我们要进行建模 率不构成线性关系,而更偏向于对数关系,这就使得人耳对低频信号比高频信号更敏感。Mel频率的提出是为了方便人耳对不同频率语音的感知特性的研究。频率与Mel频率的转换公式为(MFCC parameters and LPCC parameters are parameters of speaker recognition which requires frequent use of voice analysis also need to use a lot of these characteristic parameters, This requires research MFCC and LPCC algorithm and the principle of parameter extraction. Because we need to understand the process of talking to people, we want to conduct a speaker modeling the perception of the human ear does not constitute a linear relationship with frequency, and prefer to logarithmic relationship, which makes the human ear is sensitive to low frequency signal is better than high frequency signal. Mel frequency is put forward in order to facilitate the ear of the study of speech perception characteristics of different frequency. For frequency and Mel frequency conversion formula)

文件列表:

MMaben.mat,6279,2008-06-15
Numdata.mat,153792,2008-06-15
Periods.m,1055,2008-06-15
RcNum.m,306,2008-06-15
RcNum1.m,878,2008-06-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BLDC_satish
    simulation of BLDC motor using sliding mode controller
    2010-10-10 13:33:09下载
    积分:1
  • entropy
    运用香农定理对信息熵与图像熵计算源代码matlab(information entropy and image entropy calculation source code of MATLAB )
    2012-09-12 18:15:11下载
    积分:1
  • quyushengzhang
    一种采用了区域生长方法进行图像分割,分割效果比较理想,但是算法比较简单,可以推荐进行简单算法融合时候使用。(A the region growing method is applied to image segmentation, the segmentation effect is ideal, but the algorithm is simpler, can be recommended to use simple algorithm fusion.)
    2014-12-28 20:56:14下载
    积分:1
  • New-Microsoft-Word-Document
    Thresholding of i/p image
    2013-12-17 18:57:07下载
    积分:1
  • 用pca分解重构对原始信号进行噪声抑制 sub_AIC
    matlab程序,用pca分解重构对原始信号进行噪声抑制,利用bic准则进行主分量阶数选择(matlab program, using pca decomposition and reconstruction of the original signal noise suppression, the use of principal component bic guidelines Order Selection)
    2013-07-21 11:39:45下载
    积分:1
  • sfr
    说明:  关于软频率复用的matlab仿真,最后仿真出功率的分配(On the soft frequency reuse of matlab simulation, the final simulation the distribution of power)
    2010-04-23 12:29:13下载
    积分:1
  • socketip
    说明:  利用设置网卡为混沌模式,采用原始套接字的方式截获发向本机的ip包,并分析包的类型,源ip地址,目的ip地址,传输层协议等(card installed for the use of Chaos mode, using original socket intercepted a way to the machine ip packet, analysis of packet types, source ip address, purpose ip address, such as transport protocol)
    2006-05-15 13:08:10下载
    积分:1
  • Mathematics
    关于数学建模公选课,每一讲都很仔细,也有例题。(On Mathematical Modeling Course, each speaking very carefully, there are also examples.)
    2011-04-30 16:10:13下载
    积分:1
  • Hough_matlab
    给出了一种Hough变换的Matlab代码(gives a Hough transform the Matlab code)
    2007-04-10 11:03:56下载
    积分:1
  • Blocks
    clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs)) end kk=kk+(r/bs) end Accessing individual Blocks figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window figure imshow(Block(:,:,2))
    2013-03-17 15:01:05下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载