-
matlabactivex
基于Matlab和ActiveX技术的数字信号处理教学演示系统(Matlab based on ActiveX technology and digital signal processing teaching demonstration system)
- 2009-05-16 13:15:00下载
- 积分:1
-
os
说明: Programming technique for matlab
- 2013-03-04 23:02:31下载
- 积分:1
-
SmallWorld
通过公式SW=(C/Crand)/(L/Lrand)求取复杂网络的小世界性系数。
注:其中聚类系数和平均距离都是直接调用工具包中的函数。(By the formula SW = (C/Crand)/(L/Lrand) to strike a small complex networks worldwide coefficients. Note: where clustering coefficient and average distance are called directly toolkit functions.)
- 2021-04-23 14:18:47下载
- 积分:1
-
csmaca
adhoc的csma/ca仿真代码,按802.11的标准执行退避机制,接入信道。(the the adhoc' s csma/ca simulation code, perform backoff mechanism in the 802.11 standard, access channel.)
- 2013-03-04 11:07:58下载
- 积分: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
-
77433664KalmanFiltering
详细系统的介绍了卡尔曼滤波的原理,应用以及开发。(Details systematic introduction of the Kalman filter theory, application and development.)
- 2009-11-25 10:26:37下载
- 积分:1
-
huatu
这是以上各个函数的作图程序,比较经典,可以控制你所画的图(This is a function of the mapping process above all, more classic, you can control the drawing)
- 2010-05-14 15:55:39下载
- 积分:1
-
Adsorptioncoefficientprogm
demo Optical communication in underwater spectrum
- 2013-08-10 01:50:22下载
- 积分:1
-
ESPRIT-TLS
说明: 用于谐波恢复的ESPRIT方法的SVD-TLS的程序实现,并进行了信号的谐波的恢复仿真实验(For the ESPRIT harmonic retrieval method of SVD-TLS program and conducted the restoration of harmonic signals in simulation)
- 2008-10-29 15:30:02下载
- 积分:1
-
Kalman-Filtering
卡尔曼滤波的matlab实现,以以及卡尔曼滤波matlab实现过程中出现问题的解决方法(kalman filter matlab)
- 2013-10-11 18:31:06下载
- 积分:1