-
pso_2D
粒子群优化算法演示,演示2d粒子群优化算法(Particle Swarm Optimization demonstration, demo 2d particle swarm optimization algorithm)
- 2009-07-12 11:51:40下载
- 积分:1
-
zhijiezhuanjufanghzen
自己用MATLAB仿真的直接转矩控制电机的仿真,大家可以参考一下!(Own use MATLAB simulation of direct torque control of motor simulation, we can refer to!)
- 2011-09-18 21:42:20下载
- 积分:1
-
paper-3
This paper gives an idea of heart sound signal analysis using wavelet transform.
- 2014-11-14 12:34:05下载
- 积分:1
-
AP
说明: 近邻传播是一种较新颖的聚类方法,运算量少,聚类速度快。(Affinity Propagation is a new clustering method, which has a low calculation and high clustering speed.)
- 2014-04-04 15:42:07下载
- 积分:1
-
DPC
说明: 我不太会用matlab,这就是一个用过来实现DPC的算法(Implementation of DPC)
- 2019-03-15 08:37:16下载
- 积分:1
-
rimm3
联合格自适应交互多模型算法。根据目标情况调整格间距。(United grid adaptive interacting multiple model algorithm.)
- 2011-05-12 16:20:58下载
- 积分: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
-
IIr-filters
infinite impulse response filters (IIR).. included LPF,HPF, BPF and BSF.. both butteworth and chebyshev..
- 2014-02-09 13:22:40下载
- 积分:1
-
CBFandMVDR
宽带CBF和MVDR波束形成算法在DOA估计中的应用,包括运动目标的轨迹绘制(CBF and MVDR broadband beamforming algorithm in DOA estimation, including the moving object locus draw)
- 2021-04-14 21:18:55下载
- 积分:1
-
Aniso_ppref_coeff
常规地震假设地下介质是各项同性的,但实际上,是各向异性的。各向异性介质的反射系数随入射角、方位角不同而不同。(Reflection coefficient varies with incident angle and azimuthal angle.)
- 2020-12-01 18:39:25下载
- 积分:1