当前位置:
首页
资源下载

搜索资源 - DS algorithm matlab
搜索资源列表
-
0下载:
基于matlab实现的循环谱估计算法,可以对具有循环平稳特点的信号进行参数估计,如直扩信号和周期调制信号。-based on the cycle of Matlab achieve spectral estimation algorithm, be right circle with a smooth characteristics of the signal to estimate the parameters, such as DS signal and modulation signal
-
-
2下载:
针对4×4方形的运动目标检测,采用DS算法——菱形算法(钻石算法)。MATLAB实现,4 × 4 square against the moving target detection, the use of DS algorithm- diamond-shaped algorithm (diamonds algorithm). MATLAB to achieve
-
-
2下载:
DS证据理论matlab 实现的源程序,.m格式的源程序-Implementation of nearest-neighbor algorithm matlab source,. M format of the source
-
-
0下载:
ns2下dsdv实现代码。DSDV(Destination-Sequenced Distance-Vector)协议是先应式路由协议,是由传统的Bellman-Ford 路由协议改进得到的,其特点是利用目的节点序列号解决了DBF算法的路由环路和无穷计数问题。-dsdv the realization of the code under ns2. DSDV (Destination-Sequenced Distance-Vector) protocol is proactive routing p
-
-
1下载:
基于matlab实现的循环谱估计算法,可以对具有循环平稳特点的信号进行参数估计,如直扩信号和周期调制信号
-Matlab-based spectral estimation algorithm to achieve the cycle, can be characterized with cyclostationary signal parameter estimation, such as the DS signal and cycle modulation
-
-
1下载:
MATLAB中用遗传算法求解约束非线性规划问题-MATLAB using the genetic algorithm for solving constrained nonlinear programming problem
-
-
0下载:
在matlab仿真环境下,对直扩通信系统的同步算法及其流程进行说明-Matlab simulation in the environment, on the DS communication system synchronization algorithm and its process descr iption
-
-
0下载:
DS-CDMA的MMSE算法程序,给出了不同信噪比下的BER性能比仿真曲线。-DS-CDMA of the MMSE algorithm program are given under different signal to noise ratio curve of BER performance than emulation.
-
-
1下载:
运动估计块匹配算法
以下是工程中m文件的简单注释:
main.m 可通过主函数调用各种基本的块匹配算法
FullSearch.m 全搜索法(又称为Exhaustive Search)
ThreeStepSearch.m 三步搜索法(Three Step Search)
NewTSS.m 新三步搜索法(New Three Step Search Algorithm)
SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
-
-
0下载:
基于matlab实现的循环谱估计算法,可以对具有循环平稳特点的信号进行参数估计,如直扩信号和周期调制信号-Matlab-based spectrum estimation algorithm to achieve the cycle, you can have the characteristics of the signal cyclostationary parameter estimation, such as the DS signal and the periodic modulati
-
-
0下载:
针对4×4方形的运动目标检测,采用DS算法——菱形算法(钻石算法)。MATLAB实现-4 × 4 square against the moving target detection, the use of DS algorithm- diamond-shaped algorithm (diamonds algorithm). MATLAB to achieve
-
-
2下载:
人工蜂群算法自2005年被Karaboga等人提出以来,以其操作简单、参数少、易于编程实现、收敛速度快等特点而受到越来越多的关注。2007年,Karaboga【2007】使用人工蜂群算法对多变量函数进行优化,并对由人工蜂群算法(ABC),遗传算法(GA),粒子温度算法(PSO)和粒子温度灵敏演化算法(PS-EA)产生的结果进行了比较。 结果表明,人工蜂群算法优于其他算法。2009年,Karaboga【2009】使用人工蜂群算法优化大量的数值函数,并对由人工蜂群算法(ABC),遗传算法(GA),粒
-
-
2下载:
LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all;
clc;
%输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2)
%构造任意码率的LDPC校验矩阵
m=input('The number of check nodes:');
n=input('The number of variable nodes:');
h=zeros(m,n);
%给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740
-