-
Hopfield
solving travelling salesman problem in matlab usin neural network
- 2010-12-15 03:42:49下载
- 积分:1
-
EO
说明: 该文件是极值算法的研究,包括一个主程序,一个最适应值程序和一个EO源程序,已通过系统仿真测试(The file is extremal algorithm, including a main program, one of the most fitness programs and a source EO has been tested by simulation)
- 2010-04-26 23:12:14下载
- 积分:1
-
Matlab-image-partial-enlargement
非常有用的matlab图像处理方法 局部放大 仅仅只需要几行demo便可实现(Very useful matlab image processing methods enlarge local very useful matlab image processing methods local amplification of)
- 2015-01-09 21:58:15下载
- 积分:1
-
zhiwen-shibie
这是一个用matlab语音编写的完整的指纹识别程序,用matlab语言实现了识别指纹、比较两个指纹图像相似度等功能,并设计了用户界面,使用户方便地进行图片的提取和分析,同时直观地显示出比较结果,方便直观(This is a complete fingerprint recognition procedures written in a voice with matlab, matlab language used to identify fingerprints, similarity compare two fingerprint images and other functions, and design a user interface that allows users to easily extract and analyze images, while visually shows the comparison results, convenient and intuitive)
- 2013-12-18 19:03:57下载
- 积分:1
-
MPCA
MPCA可用于高维数据进行降维可与LDA结合,降维效果更好。(MPCA can be used to reduce the dimension and LDA with high dimensional data, dimensionality reduction effect is better.)
- 2021-03-26 11:39:13下载
- 积分:1
-
shujudefenxi
这是matlab关于数据分析的经典程序,欢迎参考(This is a classic matlab on the data analysis procedures, please refer to)
- 2009-10-08 11:01:05下载
- 积分:1
-
ProtpSEP
Protocol SEP for WSN wireless sensor network
- 2012-09-21 20:18:58下载
- 积分:1
-
Matlab
说明: 《MatLab工具箱应用指南:控制工程篇》;电子工业出版社出版("MatLab toolbox Application Guide: Control Engineering articles" Electronics Industry Publishing House)
- 2010-03-20 10:07:43下载
- 积分:1
-
dspmatlabjiaochegn
数字信号处理及其matlab实现的pdf格式书籍。(Digital signal processing and matlab realize the pdf format books.)
- 2011-10-27 12:30:10下载
- 积分: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