-
MALLATPROGRAM
这是一个小波分析中mallat经典算法的例子源码(This is a wavelet analysis Mallat classic example of the algorithm source code)
- 2007-03-22 11:14:57下载
- 积分:1
-
EE451LAB05-170206019
ds cdma in communication
- 2013-12-03 20:33:41下载
- 积分:1
-
NSGA
说明: 多目标遗传算法是NSGA-II[1](改进的非支配排序算法),该遗传算法相比于其它的多目标遗传算法有如下优点:传统的非支配排序算法的复杂度为 ,而NSGA-II的复杂度为 ,其中M为目标函数的个数,N为种群中的个体数。引进精英策略,保证某些优良的种群个体在进化过程中不会被丢弃,从而提高了优化结果的精度。采用拥挤度和拥挤度比较算子,不但克服了NSGA中需要人为指定共享参数的缺陷,而且将其作为种群中个体间的比较标准,使得准Pareto域中的个体能均匀地扩展到整个Pareto域,保证了种群的多样性。(消除了共享参数)。(Multi-objective genetic algorithm is nsga-ii [1] (improved non-dominant sorting algorithm), which has the following advantages compared with other multi-objective genetic algorithms: the complexity of the traditional non-dominant sorting algorithm is, while the complexity of nsga-ii is, where M is the number of objective functions and N is the number of individuals in the population.The introduction of elite strategy to ensure that some good individuals in the evolutionary process will not be discarded, thus improving the accuracy of the optimization results.The comparison operator of crowding degree and crowding degree not only overcomes the defect that NSGA needs to specify the Shared parameter artificially, but also takes it as the comparison standard between individuals in the population, so that individuals in the quasi-pareto domain can uniformly expand to the whole Pareto domain, ensuring the diversity of the population.(eliminating Shared parameters).)
- 2020-02-13 19:30:43下载
- 积分:1
-
BA
说明: 复杂网络中基本网络模型的matlab实现BA算法(Complex network to achieve the basic network model of the BA algorithm matlab)
- 2010-05-04 21:10:15下载
- 积分: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
-
cfed
this is matlab file for competitive fuzzy edge detection
- 2009-03-11 18:55:46下载
- 积分:1
-
coding
Airport runway detection using zernike meoments
- 2014-08-16 12:52:08下载
- 积分:1
-
three-dimensional-trajectory
该程序可以画出三维的运动轨迹,可以看到轨迹的前视图,还可以对轨迹进行旋转等(The program can draw three-dimensional trajectory, you can see the front view of the track, the track can also be rotated, etc.)
- 2014-10-30 17:44:31下载
- 积分:1
-
Kalman
Kalman 滤波 和曲线拟合 之间的对比试验(Kalman filtering and comparison test between the curve fitting)
- 2013-12-25 11:32:05下载
- 积分:1
-
matlab---Kmeans
kmeans聚类算法,比较经典的算法,里面有讲解,容易理解(kmeans clustering algorithm to compare the classical algorithm, which has to explain, easy to understand)
- 2013-05-26 17:58:08下载
- 积分:1