-
lsp2Clmsp2Ckalman
现代数字信号处理中的lms及kalman算法的源代码(Lms and kalman modern digital signal processing algorithm source code)
- 2012-12-30 14:31:10下载
- 积分:1
-
gaijinyuzhiquzao
通过改进的阈值函数,实现小波阈值去噪,通过验证,效果较好(Improved threshold function, the wavelet threshold denoising pass validation, the better)
- 2021-04-08 21:59:00下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
MATLB-PROGRAMM
在MATLAB 中载入程序后,输入模型的时程响应数据,可以求得模型的自振频率和阵型。(After loading the program in MATLAB, duration of response data input model, the model can be obtained the vibration frequency and formation.)
- 2016-07-26 12:11:51下载
- 积分:1
-
main
振动信号的预处理消除趋势项(最小二乘法消除多项式.)(Pretreatment to eliminate vibration signal Trend (least squares method to eliminate polynomial.))
- 2010-10-22 16:29:08下载
- 积分:1
-
sldemo_antiwindup
Explores the anti-windup capabilities supported by the PID Controller block in Simulink.
- 2013-07-31 20:29:01下载
- 积分:1
-
IGEC208
matlab power quality
- 2011-10-28 01:17:35下载
- 积分:1
-
Moor-ANSI-S3.4-2005
Moore响度计算的Matlab程序,已经按美标附件检验方法验证其计算精度(Moore loudness calculation with matlab)
- 2021-02-05 11:29:57下载
- 积分:1
-
SimulationsforRadarSystem
雷达系统仿真的书和程序,对于写论文很有帮助的。特别是程序很有参考价值(Radar system simulation of books and procedures for writing papers helpful. Program was useful in particular)
- 2010-11-15 09:39:13下载
- 积分:1
-
infomax
compute the Independent component analysis (ICA)
with the algorithm of infomax
- 2010-03-02 02:41:33下载
- 积分:1