-
matlab_book
matlab教程,初学者必备的资料,对建模和通信专业的同学有用处。(matlab tutorial for beginners necessary information on the modeling and communications professional students useful.)
- 2010-08-19 15:27:24下载
- 积分:1
-
PathSmoothing
Mobile robot localization sample code with Extended Kalman Filter (EKF). This code is useful for mobile robot navigation is performed using a Kalman filter.
- 2014-10-06 13:12:26下载
- 积分:1
-
MonteCarlo
monte carlo method implemented on matlab : presentation + demo source code on matlab
- 2014-01-07 06:08:52下载
- 积分:1
-
ksvdbox
K-SVD算法训练字典的源码,可以直接调用,也可以修改迭代次数等参数。(K-SVD algorithm to train the dictionary source, can be called directly, or you can modify parameters such as the number of iterations.)
- 2015-03-25 15:11:19下载
- 积分:1
-
seisplot
用于画地震波形图,用变面积方式显示波形,使波形变得美观(For drawing a seismic waveforms with variable area display waveform, the waveform becomes beautiful)
- 2020-09-08 20:58:01下载
- 积分:1
-
ContactCalculate
迹线法求轮轨接触关系,并用于计算轮轨力以及车辆系统动力学分析(Trace method for wheel/rail contact relation)
- 2018-04-25 20:49:12下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
rician_channel
无线通信系统中莱斯信道仿真,用于系统性能的研究。(Rice wireless communications system channel simulation for system performance studies.)
- 2009-04-21 10:38:47下载
- 积分:1
-
dct1
dct for compression jpeg
- 2012-05-02 20:44:28下载
- 积分:1
-
Bayes
使用Matlab实现,包括一维特征最小错误率bayes分类器;二维特征最小错误率bayes分类器;二维特征最小风险bayes分类器以及使用的数据集合。(Using the Matlab implementation, including the minimum error rate of one-dimensional characteristics of bayes classifier two-dimensional characteristics of the minimum error rate bayes classifier two-dimensional characteristics of the minimum risk bayes classifier and the use of data collection.)
- 2011-10-14 00:44:59下载
- 积分:1