-
kdtree
用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。(Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.)
- 2009-02-10 15:09:23下载
- 积分:1
-
-controller-pid
主要是进行控制器参数的优化,里面利用一个(controller pid parament )
- 2012-06-08 12:44:32下载
- 积分:1
-
ukf_bicycle-matlab
基于UKF的自行车状态估计matlab程序实现(Realization of Bicycle State Estimation Based on UKF with MATLAB Program)
- 2020-10-03 00:37:46下载
- 积分:1
-
MT_CS_demo
主要是采用贝叶斯分压缩感知算法,及相关的应用实例(BSC used in the compressed sensing)
- 2011-08-14 12:07:29下载
- 积分:1
-
core2_api
Support API for core#2 of custom system on chip. Release version
- 2014-08-06 22:00:26下载
- 积分:1
-
Restauration-virtuelle-de-l-art
Restauration virtuelle de l’art pariétal
paléolithique le cas de la grotte de
Marsoulas
- 2014-08-25 17:16:52下载
- 积分:1
-
Matlab-algorithm-source-code-package
1.MatLab从入门到精通的源代码
2.matlab经典算法的程序
3.MATLAB精彩编程100例源码
4.概率分布函数(7个文件)
5.解决积分问题的matlab源程序 (6个文件)
6.时间序列分析的一些模型Matlab源码(自回归例题及M文件)(1.MatLab from entry to the proficient source code (1.13M) 2.matlab classical algorithm procedures (2.9M) 3.MATLAB exciting programming 100 cases of source (3.8M) 4. Probability distribution function (7) 5. integral matlab source (6) 6. Matlab source code, time series analysis model (autoregressive examples and M files))
- 2012-09-04 20:20:24下载
- 积分:1
-
06506141
LTE document IEEE paper very useful
- 2015-02-26 12:35:16下载
- 积分: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
-
lowrice
一篇关于移动无线信道模型仿真的硕士论文,特别是对于地空通信的信道有很好的分析,并对地空信道的模型进行了仿真!(An article on the mobile radio channel model simulation of the master s thesis, especially for ground-to-air communication channel has a very good analysis, and ground-to-air channel simulation model!)
- 2008-12-16 10:54:47下载
- 积分:1