-
5-DIPUM-Code
Basics in Image processing using MATLAB
- 2009-06-09 12:34:15下载
- 积分:1
-
QPSO
QPSO算法,不会跑出定义域,依据一篇综述写的代码。(QPSO algorithm will not run out of the domain, based on a review to write code.)
- 2013-10-30 23:27:11下载
- 积分: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
-
puxianzengqiang
利用最陡下降法分离宽带和窄带信号,实现谱线增强(you can separate broadband and narrowband signal by the steepest descent method to achieve line enhancement )
- 2010-12-11 09:29:23下载
- 积分:1
-
floodPcode
说明: 这个文件时无线传感网络拓扑算法中的泛洪算法代码(Algorithm for wireless sensor network topology in the flooding algorithm code)
- 2021-03-02 13:39:34下载
- 积分:1
-
icdtool
code to test the mimo system for the ML and MZ
- 2011-05-10 18:36:56下载
- 积分:1
-
t-sGPC
基于T-S模型的广义预测控制,呈持续可以直接运行(Generalized predictive control program based on T-S model
)
- 2020-09-06 09:28:07下载
- 积分:1
-
svm
支持向量机工具箱,有两种的。支持向量机工具箱,有两种的。(svm toolbox)
- 2010-12-06 22:36:22下载
- 积分:1
-
EKF程序代码
说明: 扩展卡尔曼滤波算法,经过测试可以使用,matlab程序(Extended Kalman filter algorithm)
- 2019-01-05 15:16:05下载
- 积分:1
-
IPSO
说明: 利用粒子群算法对分布式电源的出力成本进行优化(Using particle swarm optimization algorithm to optimize the output cost of distributed generation)
- 2021-04-12 09:21:44下载
- 积分:1