-
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
-
整数规划遗传
说明: MATLAB遗传算法求解整数规划的最大值问题(A maximum of MATLAB genetic algorithm to solve the integer programming problem)
- 2019-05-22 20:33:13下载
- 积分:1
-
leiliangmusic
高阶谱估计被开发出来,一直为人们所关注,只要信号和噪声中有一种是高斯分布,则累量的运用非常方便解决问题!(Higher order spectral estimation have been developed, has been a continuing concern, as long as there is a signal and the noise is Gaussian distribution, the cumulative amount of use is very easy to solve the problem!)
- 2010-12-25 09:59:10下载
- 积分:1
-
SglCon
绘图函数用mcc生成的代码嵌入VC工程实例,Win32 Console版本(mapping function using mcc generated code embedded VC engineering example, Win32 Console Version)
- 2005-08-09 18:42:23下载
- 积分:1
-
pinctrl-imx50
imx50 pinctrl driver based on imx pinmux core.
- 2014-08-14 23:59:25下载
- 积分:1
-
EDFTools
rising force online file structure strs structorian
- 2014-01-19 06:09:57下载
- 积分:1
-
sim-polar-1
simulation 4psk on fading channel
- 2015-04-15 16:17:06下载
- 积分:1
-
自适应遗传算法matlab实现
说明: 基于自适应的遗传算法求解,比标准遗传算法具有更加良好的解集,收敛性能更好(The solution based on adaptive genetic algorithm has better solution set and better convergence than standard genetic algorithm.)
- 2019-06-04 11:07:40下载
- 积分:1
-
GenPN
生成PN序列(伪随机噪声序列),阶数包括2阶,3阶,4阶,5阶,6阶,7阶,8阶。并在前面补0后形成相应的2的幂次长的序列。(Generated PN sequences (pseudo-random noise sequence), including the orders of 2 order, 3 order, 4 order, 5 order, 6 order, 7 order, 8 order. And fill in front of 0 after the formation of the corresponding power of 2-long sequence.)
- 2009-03-29 23:46:11下载
- 积分:1
-
matlab_xunit_2.0
MATLAB xUnit Test Framework is a unit test framework for MATLAB code.
MATLAB xUnit is designed to be easy to use for MATLAB users with a wide range of experience. Users can write tests using ordinary MATLAB function files that are very simple in structure.
- 2009-06-06 10:33:15下载
- 积分:1