-
templateMatcher
使用matlab编写的一个简单模板匹配程序,对作立体匹配的初学者的入门程序(Matlab prepared using a simple template matching procedures for the beginner stereo matching entry procedures)
- 2008-04-11 10:58:10下载
- 积分:1
-
radon_transform
该算法主要是利用randon变换实现直线,椭圆,抛物线等规则曲线的自动提取(The algorithm is the main randon transformation to realize the straight line, elliptic, parabolic curve and rules of the automatic extraction
)
- 2012-04-22 18:34:42下载
- 积分: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
-
hubert28-HaiFengTerminal-master
海风ctp终端最新源码 包含策略源码 平台(ctp HaiFengTerminal sourecode)
- 2015-04-05 11:35:11下载
- 积分:1
-
Matlab
书的中文名是matlab宝典,详细介绍了matlab7.适合matlab工作者查阅。(The Chinese name is written matlab canon, detailing matlab7. Matlab workers for inspection.)
- 2010-06-18 18:40:11下载
- 积分:1
-
Ex-08
MATLAB小程序:关于MATLAB逻辑运算函数的使用的相关内容(small MATLAB : MATLAB logic operations on the use of function-related content)
- 2007-01-25 09:50:43下载
- 积分:1
-
uniform_motion_kalman_filter
application of uniform motion in kalman filter
- 2013-08-29 05:23:41下载
- 积分:1
-
power_PVarray_3500W
单相光伏发电并网系统simulink仿真模型,能运行(Simulink simulation model of single-phase photovoltaic grid connected system can run)
- 2017-08-15 14:56:21下载
- 积分:1
-
bartlett-psd
说明: 本程序利用平均周期图法(bartlett法)对信号进行功率谱估计,指定输入响应信号,根据实际情况调整参数,输出功率谱图(The program uses the average periodogram method (bartlett method) on the signal power spectrum estimation, specify the input response signal, adjust the parameters according to actual situation, the output power spectrum)
- 2011-04-04 23:14:18下载
- 积分:1
-
cut001
自己写的程序,处理人体三维数据手部数据时,进行指节切割(Write their own procedures when dealing with three-dimensional data of human hand data, knuckles cut)
- 2015-04-05 11:20:59下载
- 积分:1