-
BilateralFiltering
Bilateral Filtering原始碼和測試圖片(Source code and test images Bilateral Filtering)
- 2011-01-08 13:50:14下载
- 积分: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
-
DVB_TCOFDM
DVB_TCOFDM接收系统中关键技术研究与设计(DVB_TCOFDM receiver algorithm)
- 2011-01-07 18:05:26下载
- 积分:1
-
97658215dsisoftv5
VSP seismic processing software for matlab
- 2013-12-05 07:17:46下载
- 积分:1
-
compared_two_groupofnumbers
在matlab环境下读取两个txt文档中的内容,并实现两个内容的相似性比较(compare with two groups of int number)
- 2013-11-09 13:55:27下载
- 积分:1
-
lane-detection-using-image-processing
Lane detection using image processing
- 2014-12-17 23:34:32下载
- 积分:1
-
P80216Rev2_D8
802.16协议的阅读文档,详细介绍Wimax设计流程及框架,对准备从事Wimax开发人员必读之作(802.16 protocol to read the document, detailed design process and framework for Wimax, Wimax engaged on the preparation required reading for developers)
- 2010-08-08 11:15:40下载
- 积分:1
-
lpr_loc
实现车牌定位 matlab程序 对车牌进行分割提取(License Plate Location realize matlab program to extract license plate segmentation)
- 2008-05-05 10:09:15下载
- 积分:1
-
Switched-mode-Boost-(step-up)-DC-DC-converter
This file is very important for student ....
- 2014-02-18 00:17:42下载
- 积分:1
-
BP_PID_AD
BP神经网络控制的一个源程序,实现对非线性时变系统的PID自整定控制(BP neural network control of a source, to achieve self-tuning PID control for nonlinear time-varying systems)
- 2016-04-26 10:48:57下载
- 积分:1