搜索资源列表
通道自相关
- 语音识别中的通道自相关函数,matlab版。自己编的,通过测试-Speech Recognition access autocorrelation function, Matlab version. His series, testing
matlab-tools matlab时频分析工具箱
- matlab时频分析工具箱,里面涵盖了大多数能用到的相关函数程序。-matlab time-frequence analysis tools box.
voicebox
- 在做和语音信号处理相关的项目时要用到的语音工具箱,比如语音识别,说话人识别等,里面有一些已经封装好的小函数,可供大家编程序的时候直接调用-In speech signal processing to do and projects related to voice use toolbox, such as speech recognition, speaker recognition, etc., there are some good small function package for ev
zixiangguandejiyinjiancechengxv
- 自相关函数的应用,进行基音检测,在MATLAB下进行仿真-Application of autocorrelation function for pitch detection, carried out in the MATLAB simulation
VehicleDynamicSimulationwithMATLAB
- ,建立车体6个自由度加上前轮转向系统1个 自由度的汽车数学模型;该汽车数学模型不需引入很多的人为假设;可以实现给定汽车前轮转角,也可以不给定前轮 转角;不依赖需要复杂测定的侧向力函数及相关模型参数;考虑了轮胎的滚动特性-, 6 degree of freedom body set up with front-wheel steering system a degree of freedom mathematical model of the vehicle mathematical m
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
lpcau
- 语音信号处理,matlab程序,用于求取线性预测系数,采用自相关函数法
speech-signal-analysis-
- matlab写的关于语音信号的时域分析,包括能量,幅度,自相关函数,过零率等的程序-The time domain analysis of speech signal with Matlab, including energy, amplitude, autocorrelation function, and zero crossing rate.
WNL
- Matlab 万年历 程序介绍 本程序主要是一个时钟软件,包括一个时钟表和一个日历。程序自动运行时,显示系统当前日期和时间,日期和时间可以由用户自行更改。 二、程序主要构成 本程序由一个主程序myclcok及两个子函数rili和ck。主程序myclcok主要建立主窗口的菜单及相关的功能编辑。rili函数用于建立日历界面,ck函数用于建立时钟界面。-Matlab calendar Program introduced This program is a cloc
Modern-Signal-Processing-Tutorial
- 《现代信号处理教程》(胡广书,2004)光盘内容,并附加几个相关的WAVELAB的matlab函数。-The disc contents of Modern Signal Processing Tutorial.
Jakes-Model
- MATLAB无线通信信道中Jakes模型仿真,可以显示Jakes信道模型的时域特性,幅度相位分布,自相关函数和多普勒谱-Jakes model generation wireless communication channel can display time-domain characteristics Jakes channel model, the amplitude and phase distribution of the autocorrelation function and Do
mydata
- 周期信号加上白噪声,通过在matlab中,用XCORR函数,求出周期信号,干扰信号,和观测信号的自相关函数,三者互相进行比较-Periodic signal plus white noise in matlab by using XCORR function, the autocorrelation function of a periodic signal is obtained, the interference signal, and the observed signals, compa
huishangguanlian
- 相关向量机(RVM)的matlab源程序,包含快速算法,内含代码使用说明。 RVM采取是与支持向量机相同的函数形式稀疏概率模型,对未知函数进行预测或分类。 优点: (1) 不仅仅输出预测目标量的点估计值,还可以输出预测值的分布. (2) 使用更少数量的支持向量,从而显著减少输出目标量预测值的计算时间. (3) RVM不需要估计过多的参数. (4) RVM对是否满足Mercer 定理的核函数没有限制,适应性更好.--Relevance Vector Machine (RVM) of the mat
sim_2_16
- 根据信号的时域表达式,在matlab中求出他的自相关函数,并绘画出来-correlation spectrum
avahi-
- atlab的C编译函数mex时,定义了C99_OK的宏(EMDS/make_emdc.m (28行)),利用的是ANSI C99标准如果个人的电脑中没有相关- Matlab-HHT transform three ways three ways Matlab HHT transform Matlab
my_matlab
- MATLAB相关算法,for循环,switch循环,最小二乘法,相关函数-MATLAB related algorithms, for loop, switch cycle, least squares method, correlation function
matlab
- 语音信号的短时分析,主要包括:分帧、短时能量、短时平均幅度、短时过零率、短时自相关函数、短时幅度差、倒谱、复倒谱、lpc系数、lpc谱估计等(The short-time analysis of speech signal mainly includes: frame, short-time energy, short time average amplitude, short-time zero crossing rate, short-time autocorrelation functio
corr_signal
- corr_signal.m文件可以通过自相关运算,将文件名为test的语音文件的音阶读出。 work1.m是一个GUI函数,图形化界面检测test.wav的音阶。 可用作展示自相关简单应用的过程。(The corr_signal.m file can read the phonetic order of the voice file named test by autocorrelation operation. Work1.m is a GUI function, the graphic
audio_tezheng
- 语音信号的时域、频域与倒谱域分析。 1.分析一帧清音和浊音的自相关函数和倒谱系数 2.用Matlab画出该段语音的时域波形、短时能量、短时平均幅度、短时过零率、短时过电平率 3.选择一帧无声、清音和浊音的语音,用Matlab画出它们的对数幅度谱(Time domain, frequency domain and cepstrum domain analysis of speech signals. 1. Analyze the autocorrelation function and c