-
EO
说明: 针对网络社团划分的EO算法(WEO算法),对于研究复杂网络很有帮助!(matlab Code for Complex Network Community)
- 2012-04-09 22:06:24下载
- 积分:1
-
Cuckoo-search-algorithm
布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search algorithm is a new heuristic algorithm CS by Cambridge Xin-SheYang (Yang Novosti) professors and S.Deb proposed in 2009 by simulating some species of cuckoo Bird (CuckooSpecies) parasitic brood (BroodParasitism) effectively algorithm optimization problem. At the same time, CS also uses associated Levy flight search mechanism.)
- 2020-11-25 16:29:33下载
- 积分:1
-
cassign
ofdm frequency diversity.........
- 2010-06-04 17:53:51下载
- 积分:1
-
Automatiqueavance
identication non-parametrique de systemes
dynamiques lineaires
- 2010-12-05 23:16:38下载
- 积分:1
-
111
这是《通信原理matlab仿真教程》所对应的电子教案,里面有每张例题对应的源程序代码。。。(This is the " communication theory matlab simulation tutorial" corresponding to the electronic lesson plans, there are examples of each corresponding source code. . .)
- 2013-07-26 09:53:27下载
- 积分:1
-
work-2
由sp3精密星历,得到关于GPS接收机的精确位置(get the exact position of the GPS receiver)
- 2021-04-13 09:28:56下载
- 积分:1
-
gpr-sumlation
模拟GPR波形,具有高效仿真作用,适用于探地转达方面。(simulation of ground penetrating radar in 2D)
- 2012-04-12 18:51:10下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
radar_beam
利用matlab实现雷达波位排列,轻松实现波束相扫(radar beam set by matlab, )
- 2014-05-25 11:34:55下载
- 积分:1
-
dddqqq
有关机动目标跟踪,卡尔曼滤波相关的资料,对从事卡尔曼滤波研究,机动目标跟踪的朋友有参考价值 (The maneuvering target tracking, Kalman filtering relevant information, engaged in Kalman filtering, target tracking friends have reference value)
- 2010-09-08 13:40:46下载
- 积分:1