-
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
-
tricordic
用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型(CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model)
- 2009-11-18 11:11:45下载
- 积分:1
-
Nco_gen
NCO产生正余弦振荡波的matlab程序,很实用。(NCO generate cosine Sasser' s matlab program is very practical.)
- 2010-05-24 19:12:12下载
- 积分:1
-
Mixed-programming-in-matlab
matlab中的混合编程及各类接口的使用实例。包括notebook,excel,word,mat,dll,color map,Implicit function,debugging等多个方面的多个实例。(matlab Mixed programming and examples of the use of various types of interfaces. Include multiple instances of multiple aspects of the notebook, excel, word, mat, dll, color map, Implicit function, debugging, etc.)
- 2013-11-26 00:30:48下载
- 积分:1
-
ApEn
This program calculates Approximate Entropy of a given time series.
- 2014-02-10 03:57:53下载
- 积分:1
-
matlab_magic
使用MATLAB语言编写的可以产生魔方矩阵的函数,很有意思额(Using the MATLAB language that can create magic cube matrix function, it is interesting the amount of)
- 2010-03-10 17:33:06下载
- 积分:1
-
waveletfenxi.m
用matlab实现小波包能量分析,可以提取特征信号(Wavelet Packet Energy Analysis)
- 2013-03-11 21:38:56下载
- 积分:1
-
add_userfcn
matpower4.1相关文件,用于实现matpower仿真(matpower4.1 relevant documents, to achieve matpower simulation)
- 2012-10-09 22:08:27下载
- 积分:1
-
huise_jiaquan
加权灰色GM(1,1)模型代码,需要调用搜索工具箱(Weighted Grey GM (1,1) model code, call the search Toolbox)
- 2011-05-13 23:42:37下载
- 积分:1
-
Center_tapped_FW_rectifier
MATALAB BASEDSIMULATION IN DEC 2014
- 2015-01-15 08:43:16下载
- 积分:1