搜索资源列表
llpcp
- lpc线性预测编码,合成与分析析,在matlab中实现-lpc -lpc linear predictive coding, synthesis and analysis of the analysis, in-lpc in Matlab
speech-processing-matlab
- 张雪英“数字语音信号处理及matlab仿真”部分源代码,包括线性预测,矢量量化等-ZHANG Xue-Ying " digital speech signal processing and matlab simulation" part of the source code, including linear prediction and vector quantization
Linear-prediction-of-speech-signal
- 语音信号的线性预测及其Matlab实现,可以自行录入WAV格式的语音信号使用。-Linear prediction of the speech signal and its Matlab, the use of the voice signal can input their own WAV format.
lpc
- lpc分析,用于对语音进行线性预测,matlab程序-lpc analysis
xianxingyucefengxi
- 语音信号分析处理实验,主要是线性预测分析的matlab代码-Speech signal analysis and processing experiments, mainly linear predictive analysis matlab code
yuyin
- 基于MATLAB的语音信号线性预测分析即LPC 包括线性预测系数 语音合成等-About LPC
kangfen_v69
- 通过matlab代码,雅克比迭代求解线性方程组课设,未来线路预测,分析误差。- By matlab code, Jacobi iteration for solving linear equations class-based, Future line prediction, error analysis.
qudgment
- 模式识别中,用线性预测分类器实现逻辑与和逻辑或,MATLAB实现-Pattern recognition, the linear prediction classifier is used to implement logic and logic or MATLAB
一元线性回归
- 包括基于矩阵运算计算回归系数并添加趋势线,基于多项式拟合计算回归系数并添加趋势线,借助回归分析程序包计算回归系数并估计检验统计量,及预测和各统计量。(Including the regression coefficient and add the trend line calculation based on matrix computation, polynomial fitting to calculate the regression coefficient and add the tre
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式