-
CA-traffic-flow-simulation-
利用元胞自动机对交通流进行模拟,具体模拟某一特定车流密度下的(车流密度由用户设定)单、双车道交通流运行状况,并计算平均速度、换道频率、车流密度等参数。(To take advantage of cellular automata to simulate the traffic flow, the specific simulation under a particular density (density is set by the user), the running status of two-lane traffic flow and calculate the average velocity, frequency and density of the lane changing parameters.)
- 2015-07-17 10:36:45下载
- 积分:1
-
hb_to_msm
将利用HBMAT读出来的hb文件转换为matlab稀疏存贮,得到结构刚度阵质量阵等等(Will be read out by HBMAT hb files into matlab sparse storage, mass matrix by matrix stiffness, etc.)
- 2011-04-29 14:23:12下载
- 积分:1
-
image-construction-by-fft-and-wt
傅里叶变换和小波变换重建图像的比较效果,这个程序可以用来实现四个要求:1、FFT和WT重建效果比较;2、通过改变小波来比较重建效果;3、通过改变分解层数来比较重建效果;4、通过改变大系数个数来比较重建效果。其中还有一个计算PSNR的程序(the comparative effect of reconstruction image by Fourier transform and wavelet transform 。 the program can be used to achieve the four requirements: 1, FFT, and WT reconstruction effect 2, by changing the wavelet to compare the reconstruction effect 3, by changing the decomposition layers to compare the reconstruction effect 4, by changing the number of large coefficient of comparative reconstruction results. Including a procedure of calculating PSNR
)
- 2013-12-14 14:56:29下载
- 积分:1
-
kde
用于计算样本数据的非参数核密度估计,代码简单易懂。(Nonparametric kernel density estimation)
- 2017-11-21 21:35:24下载
- 积分: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
-
On-Adaptive-Energy-Efficient-Transmission-in-WSNs
An adaptive energy efficient protocol with the paper and the entire source code. Program deals in energy-eicient adaptive scheme for transmission (EAST) in Wireless Sensor
- 2014-08-25 18:11:03下载
- 积分:1
-
sommth
调用smooth函数进行加噪数据的平滑处理(noise and smooth
)
- 2011-10-13 21:11:51下载
- 积分:1
-
CS1
一些关于压缩感知(CS)的小程序,主要是压缩感知的重构算法(Some compression perception (CS) program, compressed sensing reconstruction algorithm)
- 2013-03-24 18:14:38下载
- 积分:1
-
lapack
Matlab 与 LAPACK数值库的接口库(Interface code between matlab and Lapack library.)
- 2010-06-30 15:25:46下载
- 积分:1
-
M3-Files
有限单元集成刚度程序,用于计算常见单元刚度矩阵及集成。(beamassemble .ect.)
- 2010-07-23 16:51:32下载
- 积分:1