Meky_

积分:379
上传文件:5
下载次数:21
注册日期:2020-12-23 23:53:53

上传列表
XI-LPCoding-master.zip - %pitchTrackAuto- takes in an aribitrary audio signal and generates an %estimated pitch track based on frames of the signal. This is a simple %rectangular window that overlaps among signals, but it can be augmented to %implement a hamming window to reduce smearing. %INPUTS: % x- the speech signal in question %fs -sampling rate %frame_length- length of frame you will look at for signals. (Transformed %to block size based on sampling rate) %frame_overlap - how much overlap between frame samples. (Transformed to %blockOverlap based on sampling rate) % show toggles plotting features,2020-12-24 00:40:07,下载0次
2-Signal-Decoding-master.zip - %pitchTrackCepstrum- takes in an aribitrary audio signal and generates an %estimated pitch track based on frames of the signal. This uses a %hamming window that overlaps among signals to reduce smearing %INPUTS: % x- the speech signal in question %fs -sampling rate %frame_length- length of frame you will look at for signals. (Transformed %to block size based on sampling rate) %frame_overlap - how much overlap between frame samples. (Transformed to %blockOverlap based on sampling rate) % show toggles plotting features,2020-12-24 00:38:17,下载0次
3-Pitch-detection--master.zip - %pitchEstimate gives an estimate for pitch within the single frame %INPUTS: %autoframe- contains a frame of the autocorrelation coefficients %fs- sampling rate %OUTPUTS: %freqGuess- the estimate of the frequency,2020-12-24 00:28:13,下载0次
2-Pitch-Detection-master.zip - %pitchCorrelation computes the autocorrelation of the given frame. %INPUTS: % x- the speech signal frame in question %fs -sampling rate %window- type of window you want to use %OUTPUTS: %r is a vector of correlation coefficients,2020-12-24 00:27:19,下载0次
1-Pitch-Tracking-master.zip - %pitchEstimate gives an estimate for pitch within the single frame based on %cepstral method %INPUTS: %cepstrum- contains a frame of the cepstrum coefficients %fs- sampling rate %OUTPUTS: %freqGuess- the estimate of the frequency,2020-12-24 00:26:28,下载0次

近期下载
logRegres.zip - 程序为Logistic回归算法用于分类,主要包含梯度上升法以及改进的梯度上升法
unit_opt.zip - The architecture of this set of codes and the interaction among them is shown in Figure 1. The main testing code main code.m calls the code riemann grad unit opt.m that performs Riemannian optimization under unitary matrix constraint. Steepest Descent/Ascent (SD/SA) algorithm (see Table 3.2 in [1]), Conjugate Gradient (CG-PR, CG-FR) algo- rithms (both Fletcher-Reeves and Polak-Ribi`ere formulas, see Table 3.3 in [1]), are im- plemented. This code further calls the codes implementing line search methods: Armijo method geod search armijo.m, as well as the polynomial and DFT-based approximation
kerneladatron.rar - kernel adatron, svm impelemtation using gradient ascent method, fast and accurate for solving SVM problem with two classes
logregmatlab.zip - matlab实现逻辑回归,梯度上升(效果不好)及牛顿法实现(效果好)
Speech-Recognition-System.rar - 本文介绍了基于MATLAB的语音识别系统,包括对语音信号的特征提取,包括语音信号的特征提取,快速傅立叶变换,离散余弦转换,线性预测分析,梅尔频率倒谱系数以及高斯混合模型。
mfcc2delta.rar - In this work, the Mel frequency Cepstrum Coefficient (MFCC) feature has been used for designing a text dependent speaker identification system. The extracted speech features (MFCC’s) of a speaker are quantized to a number of centroids using vector quantization algorithm. These centroids constitute the codebook of that speaker. MFCC’s are calculated in training phase and again in testing phase. Speakers uttered same words once in a training session and once in a testing session later. The Euclidean distance between the MFCC’s of each speaker in training phase to the centroids of individual speaker in testing phase is measured and the speaker is identified according to the minimum Euclidean distance. The code is developed in the MATLAB environment and performs the identification satisfactorily.
vq-Speakerrecognized.rar - vq矢量量化,对说话人进行识别,内置有语音样本,识别率高达90 。对语音信号进行读取,预处理,特征参数提取,向量量,训练,对比识别。
CH3.rar - L3_1.m: 純量量化器的設計(程式) L3_2.m: 量化造成的假輪廓(程式) L3_3.m: 向量量化器之碼簿的產生(程式) L3_4.m: 利用LBG訓練三個不同大小與維度的碼簿並分別進行VQ(程式) gau.m: ML量化器設計中分母的計算式(函式) gau1.m: ML量化器設計中分子的計算式(函式) LBG.m: LBG訓練法(函式) quantize.m:高斯機率密度函數的非均勻量化(函式) VQ.m: 向量量化(函式) L3_2.bmp: 影像檔 lena.mat: Matlab的矩陣變數檔
Quantizationmatlab.rar - 矢量量化 含说明文档和源码和图像 值得下载
codebook8_512.rar - 基于LBG算法的矢量量化码书设计的Matlab程序
LBGmatlab.rar - 毕业设计做的...用LBG算法实现矢量量化的算法..matlab
VQ.rar - 用matlab实现基于LBG算法的向量量化编码
VQmatlab.rar - VQ方法的说话人识别的matlab代码,为刚接触矢量量化的新手准备
vq.rar - 语音识别中的矢量量化(vq)的matlab程序,希望可以帮到需要的人
vqq.rar - 采用LBG算法计算矢量量化器的Matlab仿真程序。
project_matlab.rar - Levison-Durbin 语音信号处理中的线性预测编码LPC 理论、格型滤波器以及求解现行预 测方程的算法,可以实现对语音信号重要元素的分析、合成甚至识别。 基于现有的实验平台,我们可以利用 Matlab 函数来获得几个固定语音元素(如元音) 的模型系数,LPC 得到的系数组成 IIR 滤波器。利用冲击脉冲 序列作为输入,我们就可以得到原来的语音。这是一种简单的语音合成功能。
lpc.zip - linear predictive coding on speech signal
lpc222.rar - 这是一个语音识别系统的代码。所用到的方法是线性预测法,基于音节激励和声音信号激励的
lpc.rar - 语音信号的线性预测编码,包括一个主程序,四个字程序
5956457lpc.rar - 语音信号的线性预测编码分析,生成语音信号的波形图,共振峰

收藏