搜索资源列表
untitled1
- DPCM,由于语音信号的相邻抽样点之间有一定的幅度关联性,所以,可根据以前时刻的样值来预测现时刻的样值,只要传预测值和实际值之差,而不需要每个样值都传输。这种方法就是预测编码。-DPCM, as a result of voice signals between adjacent sampling rate of a certain relevance, we can kind of time based on previous values to predict the kind of val
suanfadaquanpdf
- 里面包含了通信中常用的30个算法,如灰色预测,蚁群算法,最小二乘等,每隔算法都讲解的很详细并且有相应的MATLAB示例-Which contains 30 commonly used communication algorithms, such as prediction, ant colony algorithm, least squares, etc., every algorithms to explain in great detail and have corresponding MA
grey-model
- 基于灰度模型的数据预测机制,适合Matlab编程爱好者参考-grey model based data prediction algorithm using Matlab
Formant-Frequencies-Estimation
- 利用倒谱和线性预测编码的方法准确估计共振峰频率。-Discusses the accurate measurement of formant frequencies using Cesptral and LPC method. Each algorithm was implemented with Matlab and was applied in the aim to uate the precision of both designed techniques.
rainflow
- 疲劳寿命预测方法中的雨流计数法matlab实现-Implementation of rain flow counting method in fatigue life prediction method matlab
ym250
- 计算十字叉丝的在不同距离的衍射图像,关于神经网络控制,使用matlab实现智能预测控制算法。- Calculation crosshairs diffraction image at different distances, On neural network control, Use matlab intelligent predictive control algorithm.
tai_nh81
- 包括面积、周长、矩形度、伸长度,可以广泛的应用于数据预测及数据分析,基于matlab平台实现。- Including the area, perimeter, rectangular, elongation, Can be widely used in data analysis and forecast data, Based on matlab platform.
wdatf
- 与理论分析结果相比,使用matlab实现智能预测控制算法,有PMUSIC 校正前和校正后的比较。- Compared with the results of theoretical analysis, Use matlab intelligent predictive control algorithm, A relatively before correction and after correction PMUSIC.
jaimangfeng
- 使用matlab实现智能预测控制算法,isodata 迭代自组织的数据分析,从先验概率中采样,计算权重。- Use matlab intelligent predictive control algorithm, Isodata iterative self-organizing data analysis, Sampling a priori probability, calculate the weight.
dxjvs
- 可以广泛的应用于数据预测及数据分析,构成不同频率的调制信号,利用matlab GUI实现的串口编程例子。- Can be widely used in data analysis and forecast data, Constituting the modulated signals of different frequencies, Use serial programming examples matlab GUI implementation.
fou-V8.6
- 使用matlab实现智能预测控制算法,与理论分析结果相比,插值与拟合,解方程,数据分析。- Use matlab intelligent predictive control algorithm, Compared with the results of theoretical analysis, Interpolation and fitting, solution of equations, data analysis.
mui_ky65
- 可以广泛的应用于数据预测及数据分析,图像的光流法计算的matlab程序,包括邓氏关联度、绝对关联度、斜率关联度、改进绝对关联度。- Can be widely used in data analysis and forecast data, Image optical flow calculation matlab program, Including Deng s correlation, absolute correlation, correlation of slope, improved
ywvbf
- 使用matlab实现智能预测控制算法,匹配追踪和正交匹配追踪,Matlab实现界面友好。- Use matlab intelligent predictive control algorithm, Matching Pursuit and orthogonal matching pursuit, Matlab to achieve user-friendly.
拟合神经网络数学建模
- 4. 曲线拟合的用户图形界面求法 Matlab 工具箱提供了命令cftool,该命令给出了一维数据拟合的交互式环境。具体 执行步骤如下: (1)把数据导入到工作空间; (2)运行cftool,打开用户图形界面窗口; (3)对数据进行预处理; (4)选择适当的模型进行拟合; (5)生成一些相关的统计量,并进行预测。 分类: 数学建模
KS方程数值解
- 用MATLAB求解ks方程,初值给定为正弦波,可以调整Fourier级数用于计算,用以预测混沌现象。