-
simulation
实现对poisson分布的总体,同时另一特征服从服从Gamma分布的随机模拟(Implementation of the poisson distribution on the whole, while another features subject to obey the Gamma distribution of stochastic simulation)
- 2010-09-04 21:23:40下载
- 积分:1
-
iec
matlab中一个带交互界面的进化计算程序,通过界面接口设置进化计算算法参数,算法使用方便。(matlab in the evolution of an interface with a computer program set up through the interface of the interface parameters of evolutionary computation algorithm, the algorithm easy to use.)
- 2010-10-04 03:13:17下载
- 积分:1
-
001
灰色预测程序,可实现简单的二维数据的预测,简单方便实用(Grey procedures, can be a simple two-dimensional data projections, simple and practical)
- 2011-11-25 15:54:14下载
- 积分:1
-
shuzixinhaochuli
数字信号处理实验指导书MATLAB版程序电子版(Digital Signal Processing Experiment program guide electronic version of the book version of MATLAB)
- 2009-09-05 13:31:18下载
- 积分:1
-
Matlab
这是一些关于学习matlab 的资料,我认为比较重要对于matlab的初学者,上传以下希望和各位朋友分享一下资源,还望多多交流!(This is some information on learning matlab, I think the more important for matlab beginner, upload the following hopes and all our friends to share resources, but also hope that more exchanges!)
- 2008-01-16 18:03:54下载
- 积分: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
-
TEQC-multipath-metrics
利用TEQC处理的多路径数据绘制卫星空间几何多径彩图。(present
a MATLAB program for creating colorized maps of high frequency multipath using TEQC
report files of single-epoch data.)
- 2013-12-02 15:08:04下载
- 积分:1
-
RayleighDistrib
绘制风频的瑞利分布图,风速区间取在0~30m/s。(Draw up the wind frequency of the Rayleigh distribution,Wind speed range in 0 ~ 30 m/s.)
- 2013-12-13 13:42:05下载
- 积分:1
-
path-tracking
差速轮式机器人轨迹跟踪,轨迹包括直线,圆,八字形。算法基于李雅普诺夫稳定判定。(Differential wheeled robot trajectory tracking, track, including lines, circles, figure eight. Algorithm based on Lyapunov stability determination.)
- 2021-04-20 16:28:50下载
- 积分:1
-
ADSP-CH9
高等數位訊號處理第九章作業
可以參考看看
裡面還有其他章作業(Advanced Discrete-Time Signal Processing )
- 2013-07-09 16:49:34下载
- 积分:1