-
Jacob
metodos de jacobi by davo
- 2010-11-30 06:00:22下载
- 积分:1
-
Computational-electromagnetics-for-RF-and-Microwa
The book of EM numerical methods
- 2012-06-02 21:13:45下载
- 积分: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
-
pso
这个是我自己编写的基于混沌自适应粒子群优化的matlab程序,得出了非常好的效果!(This is what I have written based on adaptive particle swarm optimization chaos matlab program, obtained very good results!)
- 2013-10-15 18:56:33下载
- 积分:1
-
Mathe.MATLAB
英文版,MATLAB,主要解决数学应用方面的问题,数学系同学的必备资料(English, MATLAB, mainly to solve mathematical application problems, the essential information Mathematics students)
- 2011-11-18 18:47:18下载
- 积分:1
-
ES-MUSIC
结合DOA估计中最常用的两个算法MUSIC和ESPRIT的优点,富有MATLAB如按程序(Combined with the most common advantages of the two algorithms MUSIC and ESPRIT DOA Estimation)
- 2012-11-12 09:40:07下载
- 积分:1
-
OFDM_CODE
详细介绍了ofdm的发送模块、接收模块及信道估计(Ofdm described in detail the transmission module, receiver module and Channel Estimation)
- 2011-01-04 11:15:26下载
- 积分:1
-
EMC
基于matlab语言的EMC程序,使用FDTD算法(EMC program based on Matlab language, using the FDTD algorithm)
- 2012-07-08 09:44:20下载
- 积分:1
-
离轴全息记录与再现
离轴数字全息数值重建仿真,基于菲涅尔衍射积分,角谱传递函数等。(Off-axis digital holographic numerical reconstruction simulation)
- 2021-04-25 13:18:46下载
- 积分:1
-
filter
说明: 对图片进行中值滤波,膨胀,腐蚀,二值化处理(matlab)(Median filter on the pictures, expansion, corrosion, binary processing (matlab))
- 2009-08-27 10:31:23下载
- 积分:1