-
filter_gaussian
很有用的源代码,实现的效果很好,很值得收藏,不错平(Useful source code, to achieve good results, it is worth collecting, good level)
- 2010-11-26 21:43:59下载
- 积分:1
-
32apsk-16apsk
说明: 32apsk与16apsk调制解调和16qam的比较 (32apsk and 16apsk comparison of modem and 16qam)
- 2011-02-23 10:31:55下载
- 积分:1
-
Robust-Control-Toolbox
Robust control for matlab
- 2014-01-13 22:54:29下载
- 积分:1
-
machine_3
这个程序是3机9节点潮流计算的程序,是电力系统编程的入门程序(power flow machine 3)
- 2020-11-06 15:49:49下载
- 积分:1
-
第五次作业
数据滤波是去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理(Data filtering is to remove noise and a data processing technique of real data reduction, Kalman filter can from a series of measurement noise variance in measuring the condition of known data, state estimation of dynamic systems. Because it is convenient for computer programming, and can be collected on the spot data update and real-time processing)
- 2018-01-01 10:49:25下载
- 积分:1
-
jisuan3
计算CM值,表征系统规整性的一个计算方法(Calculated CM values, characterize the system as a structured method of)
- 2010-06-22 10:28:05下载
- 积分:1
-
LocalHE2
Local Histogram Equilizaion, its input is the mask size
and returns the equilized image buffer
- 2010-01-03 01:09:53下载
- 积分: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
-
Untitled
神经网络函数拟合图形,调节权重值得到较好的图形(Neural network function fitting graphics, adjust the weights worth to better graphics)
- 2013-11-18 10:03:53下载
- 积分:1
-
NodeColoringTabu
在matlab下的一种图着色的禁忌算法实现,适合新手使用和学习(In matlab under a taboo graph coloring algorithm, suitable for novices to use and learn)
- 2014-04-26 11:43:18下载
- 积分:1