-
GSA_matlab
GSA,万有引力算法用于求解智能优化问题,效果特好!!(GSA, Gravitation intelligent optimization algorithm is used to solve problems, good special effects!!)
- 2009-09-17 20:27:10下载
- 积分:1
-
LFM1_mp_2
信号与信息处理——阵列信号处理DOA估计的matlab算法,这是线性调频信号的稀疏分解的另一种算法源码(Signal and information processing- array signal processing matlab algorithm for DOA estimation, which is a linear FM signal another sparse decomposition algorithm source code)
- 2007-09-04 10:42:15下载
- 积分:1
-
fortran
卫星轨道预测模型SGP的matlab源代码,经过了验证,可行!(SGP satellite orbit prediction model of the matlab source code, after verification, viable!)
- 2009-06-22 19:19:13下载
- 积分:1
-
CS4VM
this rar file contains matlab code for face recognition using CS4VM. here the implementation was done by using CS4VM method of face recognition.
- 2013-07-16 17:50:16下载
- 积分:1
-
matlab-engine-
vc调用matlab引擎的,图文并茂的介绍操作步骤,并给出简单的调用程序(vc call matlab engine, illustrated introduction to the steps, and gives a simple procedure call)
- 2011-09-05 17:54:11下载
- 积分:1
-
visualization.tar
相比DeconvNet写得比较简洁易懂。但是原来代码里面给的数据似乎没法跑。所幸同作者还有一些代码用到了TCNN,比如action recognition,可以一起下载下来参考。这个代码主要特色就是tiled结构,可以用来参考,然后把里面ICA的优化函数换成RICA,Sparse Coding等等。总之,在这个代码里也了解了不少(比如line search等)。(DeconvNet well written and easy to understand compared to relatively simple. But the original code to the data inside can not seem to run. Fortunately, there are some code with the author uses TCNN, such action recognition, can be downloaded along down the reference. This code is the main feature tiled structure that can be used for reference, and then put inside the ICA optimization functions into RICA, Sparse Coding and so on. In short, this code can also learn a lot (such as line search, etc.).)
- 2015-01-16 16:02:46下载
- 积分:1
-
Chuong-4
Lowpass filter with matlab
- 2013-03-22 03:59:14下载
- 积分:1
-
svm_demo
SVM classifier in matlab
- 2011-12-27 20:33:53下载
- 积分:1
-
filter.dr
【无人驾驶传感器之64线激光雷达】
velodyne hdl64es2 64线激光雷达点云数据处理之角分割与滤波方法([64 line laser radar sensor of the unmanned]
angle velodyne hdl64es2 64 lines LIDAR point cloud data processing method of segmentation and filtering)
- 2013-12-02 14:14:59下载
- 积分:1
-
CHENGXU
MUSIC算法[1] 是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(clear all
clc
List0= E:DOA估计仿真
List00=[ 2013-10-31_12_44_31 ]
for Li=1:1
List1=strcat(List0,List00(Li,:), Data )
In_p=[List1, ChanData ] 输入数据目录
Out_p=strcat([List1, DataDOA ]) 输出数据目录
NLen=10000 分段长度
M=16
r=15
c=299792458
List=List1(end-19:end-1) 选择目录
if(~exist(Out_p, ))
mkdir(Out_p)
end
)
- 2015-06-09 10:48:54下载
- 积分:1