-
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环境源码
使用大量的有限元法求解偏微分方程,在MATLAB中求图像纹理特征,最小均方误差(MMSE)的算法,虚拟力的无线传感网络覆盖,最终的权值矩阵就是滤波器的系数,可实现对二维数据的聚类。
- 2022-02-04 11:26:11下载
- 积分:1
-
pufenxi
小波谱分析mallat算法经典程序,用的也是一维信号(small spectral analysis algorithm Mallat classic procedures, as well as the one-dimensional signal)
- 2006-10-17 19:50:52下载
- 积分:1
-
MATLAB-FFT
该段代码能实现找出隐藏或淹没在噪声时域信号中信号的频率成分。用FFT对试验数据进行谱分析,指出数据包含的频率成份。(One use FFT is to find hidden or submerged in the time domain signal noise frequency components of the signal. Test data with FFT spectrum analysis, pointed out that the data contained in frequency components.)
- 2020-12-07 14:09:21下载
- 积分:1
-
qz
说明: 用小波进行去噪,内部有软阈值去噪和硬阈值去噪(Using wavelet denoising, internal soft threshold denoising and hard threshold denoising)
- 2016-03-15 14:56:04下载
- 积分:1
-
自适应噪声对消源例程代码
基于欧几里得距离的聚类分析,采用热核构造权重,计算晶粒的生长,入门级别程序,GPS和INS组合导航程序,对球谐函数图形进行仿真,意信号卷积的运算,并且绘制图象。
- 2022-11-28 23:15:08下载
- 积分:1
-
denoiseTV_L1OR2
图象TV去噪,它是一个著名的图象去噪模型,能保持边沿(TV denoising images, it is a well-known image denoising model, able to maintain the edge)
- 2007-12-08 13:26:56下载
- 积分:1
-
accum
Matlab file for Part 3 of the Accumulation module
- 2009-08-11 13:26:41下载
- 积分:1
-
CH23
晶体生长模拟
随机布朗运动
扩散限制凝聚(DLA)
随机吸附
随机向心吸附
(Random Brownian motion simulation of crystal growth diffusion limited aggregation (DLA) were randomized to the heart of adsorption adsorption)
- 2020-07-02 00:00:07下载
- 积分:1
-
dsp-2
Impulse responses of systems
- 2014-12-04 23:39:04下载
- 积分:1