-
RangeCalculationsInaJammingEnvironment
% This program calculates radar ranges in a jamming environment. It works
% with both Stand-off jamming and self-screening jamming for steady and Swerling type
% targets with frequency agility, coherent integration and standard atmosphere/rain
% attenuation( This program calculates radar ranges in a jamming environment. It works with both Stand-off jamming and self-screening jamming for steady and Swerling type targets with frequency agility, coherent integration and standard atmosphere/rain attenuation)
- 2006-11-23 00:03:08下载
- 积分:1
-
juanjima
关于MATLAB语言的卷积码的编码与维特比译码(About convolution coding MATLAB language code and Viterbi decoding)
- 2015-01-14 14:26:31下载
- 积分:1
-
Steerable_filters
Matlab code to visualize Steerable filters.
- 2009-06-12 16:07:14下载
- 积分:1
-
untitled
PID控制详细 可改变参数获得不同效果对于初学者和高手都需要的东西,(PID control)
- 2013-03-14 10:30:53下载
- 积分: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
-
Kalman-matlab
kalman滤波算法应用matlab语言来实现。(kalman filter matlab )
- 2012-02-02 17:36:06下载
- 积分:1
-
houghline
边缘检测的MATLAB程序边缘检测的MATLAB程序(MATLAB procedures for edge detection)
- 2010-05-26 18:47:32下载
- 积分:1
-
sjwl
说明: 用MATLAB编写的小程序,关于神经网络的,比较简单(MATLAB prepared by the small program on neural networks, relatively simple)
- 2006-01-07 00:39:29下载
- 积分:1
-
Hill
数学建模实验&matlab实现Hill密码体系的关键环节(加密、解密、破译)
实现通用hill密码n维密码(Mathematical modeling of experimental realization of Hill & matlab key password system (encryption, decryption, decoding) to achieve universal hill n-password password)
- 2010-05-21 08:58:38下载
- 积分:1
-
s_function_7_8
Simulink toolbox provides the user with two ways to create S-functions in C: with the automatic builder S-Function Builder and manually, using a template (similar to the creation of S-functions written in MATLAB).
- 2012-04-28 21:18:05下载
- 积分:1