搜索资源列表
用拉格朗日插值法依据N个已知数据点即使函数值
- 这是一个拉格朗日插值法的matlab程序,适合学习数值模拟的同学学习下载。-This is a Lagrangian of Matlab interpolation procedures, numerical simulation study for students learning to download.
MATLAB
- 把训练数据拷入,load的*.m文件中, 文件中部load的*.m为测试数据 save 存盘的文件为测试数据的bp预测值, 该程序可以扩充n个输入,n个输出,很容易-it is copyed into the training data, load the document *. m, Central to the paper load *. m to save Inventory test data for the paper test data bp predictive val
RELS11111
- 最小二乘递推算法的Matlab仿真 v(k)是服从N(0,1)分布的不相关随机噪声-recursive least squares algorithm Matlab v (k) is subject N (0, 1) not related to the distribution of the random noise
zoomfft
- 在谱分析中,数据长度N,采样频率fs,频谱中的分辨率为df=fs/N。为了提高谱分析中的分辨率,常用ZOOMFFT,这里给出了相应的MATLAB程序。