-
87436705longgekutafahelongbeigesuanfa
数值分析中常用的几个算法,可以稍微改变在MATLAB中运行哦(numerical analysis of several commonly used algorithms can be changed slightly in MATLAB operation oh)
- 2006-12-30 14:41:54下载
- 积分:1
-
KAPITEL01
Various mathematical tools in matlab
- 2014-08-27 23:19:02下载
- 积分:1
-
sbc
constant control of zsi
- 2014-10-31 01:42:27下载
- 积分: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
-
ImageAndVideoCapture
Junit Instrumentation test case for camera power measurement.
- 2014-06-25 09:33:05下载
- 积分:1
-
possion
利用MATLAB实现泊松过程 并对此进行参数估计 (Poisson process and the use of MATLAB realization of this parameter estimation)
- 2009-11-24 20:17:12下载
- 积分:1
-
Wavelet-filter
小波滤波的构造实现,以及阈值的设定,小波重构与分解。在各种滤波参考运用,程序放在word中的(Wavelet filter construction and de-noising process)
- 2012-05-27 09:55:55下载
- 积分:1
-
parp
计算单载波基带/通频带信号的PAPR(峰均功率比)(PAPR calculation of single carrier baseband/passband signals)
- 2014-11-17 10:58:06下载
- 积分:1
-
adapt_filter_arithmetic
一种自适应滤波算法,可进行lms和rls算法学习和实现(An adaptive filtering algorithm, LMS and RLS algorithms can be learning and implementation
)
- 2013-11-01 08:00:35下载
- 积分:1
-
filtroLCL
LCL filter Model m file
- 2014-02-19 06:46:01下载
- 积分:1