-
turbo1
turbo码的matlab仿真程序,仅供参考,希望对您有用(turbo codes matlab simulation program for information purposes only, hope useful to you)
- 2010-05-16 16:56:01下载
- 积分:1
-
CVPRtoolbox-revision97
该工具箱的目的是要帮助人们理解计算机视觉方法引用另一种为在 matlab 的源代码。 因此,一些方法被 re-implemented,即使当其源代码不可用时,matlab 最初,具有方法。 例如 re-implemented kmeans 算法。(The aim of this toolbox is to present source codes in matlab
as another kind of references for helping people to understand
computer vision methods. Thus, some methods were re-implemented,
even if matlab has the methods originally, when their source
codes are not available. For example, kmeans algorithm
was re-implemented.
Howerver, notice that the built-in functions are faster than
functions created in this toolbox because the built-in functions
are mostly written in C. )
- 2010-05-24 14:10:11下载
- 积分:1
-
lecture8
Matlab的课件适合于初学者非常简单值得一看(Matlab courseware suitable for beginners very simple eye-catcher)
- 2007-06-11 22:05:33下载
- 积分:1
-
zuixuanminzufeng
用matlab的编程实现一首歌曲的播放。歌曲是用代码编辑的,运行后就能实现播放。(Realization of a song to play using matlab programming. The song is in code editor, can be achieved after playing running.)
- 2013-12-03 10:06:56下载
- 积分:1
-
liyong-matlab
利用matlab计算多层框架位移源代码。稍作修改可以用于各种平面框架结构。( Matlab the displacement source code computing multi-layered framework. Minor modifications can be used for a variety of plane frame structure.)
- 2012-11-14 17:56:07下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
GMSK_matlab
GMSK调制解调例程,采用了相位滤波的算法,供参考。(GMSK modulation and demodulation routines, using phase filtering algorithm, for reference.)
- 2009-12-28 11:51:39下载
- 积分:1
-
lmi_An_example_of_respect_on_the_MATLAB_LMI33
matlab code for LMI.
- 2013-11-22 23:33:39下载
- 积分:1
-
Matlab
说明: 姿态定位完整的matlab算法,具体有讲解版,文章版权已经申请,可以传播但是请勿发表文章,违者必究(Posture positioning complete matlab algorithm, on the specific version, the article has applied for copyright, can spread but not published an article rights reserved)
- 2008-09-23 20:47:27下载
- 积分:1
-
Joint-signal-detection_decoding_-ISI
ISI信道下的信号检测和译码的联合迭代算法的实现,编码使用递归卷积码,译码算法为BCJR算法。(Iterative algorithm to achieve joint signal detection and decoding under ISI channel, encoded using recursive convolutional code and decoding algorithm is BCJR algorithm.)
- 2013-12-11 00:19:47下载
- 积分:1