-
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
-
fhss
基于matlab下通过程序代码来实现跳频扩频仿真(Based on the matlab code to achieve through simulation FHSS)
- 2014-11-26 14:22:10下载
- 积分:1
-
delete-vars-from-eval
Variable declarations in eval() must introduce delete-able vars.
- 2014-01-12 10:09:29下载
- 积分:1
-
GUI_pdrxwh
无线通信算法中的LTE-A实现matlab仿真平台,包括QrqBdw调制编码方式,以及jUbWonc技术,多天线,协同通信的基本原理,都调试通过了,是个整体框架程序。
(Wireless communications algorithms achieve LTE-A matlab simulation platform, including QrqBdw modulation and coding schemes, as well asjUbWonc technology, multiple antennas, the basic principles of cooperative communication, both through debugging, and is a whole framework program.
)
- 2015-12-24 20:14:10下载
- 积分:1
-
16QAMfangzhen
16QAM下行链路仿真 调制 解调 误码率(16QAM MODULATION Demodulation)
- 2009-05-09 13:55:50下载
- 积分:1
-
EC
说明: 基于EC算法的自适应波束形成技术的仿真程序,运行正确
(Simulation program of the EC algorithm-based adaptive beam forming technology, the right to run)
- 2012-05-14 18:38:23下载
- 积分:1
-
reduce-image-gray-value
matlab图像图像处理,利用移位进行灰度值的变化,达到减小灰度值的效果(the matlab image change of image processing, by using shift grayscale value, to achieve the effect of reducing grayscale value)
- 2012-11-26 19:12:39下载
- 积分:1
-
APF_simple
说明: 三相三线并联型有源电力滤波器模型,可完美运行仿真结果。(Three-phase three-wire shunt active power filter model can run the simulation results perfectly.)
- 2019-01-23 14:41:08下载
- 积分:1
-
OFDMcode
国外大学 OFDM 仿真系统 很经典 是同学从国外带回来的(Foreign universities classic OFDM simulation system is the students brought back from abroad)
- 2009-05-19 18:41:30下载
- 积分:1
-
fuzzicluster
fcm on mtxfcm on mtx
- 2009-05-21 23:51:43下载
- 积分:1