-
Huxinxituxiangpeizhun
利用互信息对图像进行配准,使用的是matlab自带的优化工具箱(image registration using mutunal information ,this is good method,though it s so simple)
- 2009-03-13 15:04:12下载
- 积分:1
-
Lecture4
说明: 关于解微分方程的matlab小程序,适合本科生学习使用。(MATLAB in Physics is a four lecture series in MATLAB that is offered to first year physics undergraduate students.
This lecture shows how to use MATLAB to simulate physical systems using a range of methods. Projectile motion is analysed using the Symbolic Math Toolbox, then more complicated chaotic systems are simulated using the MATLAB ODE solvers.
Some advanced programming techniques such as Object Oriented Programming (OOP) and Graphical User Interface (GUI) programming are briefly covered.
The aim of this lecture series is to introduce students to computational methods in MATLAB to solve problems arising in physics that cannot be solved analytically. No prior knowledge of MATLAB is required. Themes of data analysis, visualization, modelling and programming are explored throughout these lectures. )
- 2010-05-01 03:00:52下载
- 积分: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
-
sfunctionrus
somthing russian function, by artemy
- 2015-03-26 08:04:51下载
- 积分:1
-
FuzzyImmunePID
一个时滞系统的模糊免疫PID控制(实例)(Fuzzy immune PID control for a time delay system(An example))
- 2010-08-17 11:13:12下载
- 积分:1
-
fcxl
网上下载的一个分行的好的程序,可以让大家借鉴下(Download a branch of a good program, so that everyone can learn from the next)
- 2011-10-04 09:56:21下载
- 积分:1
-
envelop_by_xcorr
Matlab 自相关方法求声音信号包络源代码及说明(Method Matlab autocorrelation envelope of the voice signal and note the source code)
- 2009-04-26 11:39:59下载
- 积分:1
-
zuidahuxiangguan
介绍和分析最大互相关匹配算法,并对其的性能进行分析(Introduction and analysis of the largest cross-correlation matching algorithm and its performance analysis)
- 2008-05-04 10:10:10下载
- 积分:1
-
butter_worth
this small matlab code is used to design butter worth filter.
- 2011-02-09 10:12:44下载
- 积分:1
-
Two-linkage-mechanism
使用matlab的simulink工具箱,对平面二连杆机构进行动态仿真(Matlab dynamic simulation of Two-linkage mechanism)
- 2014-01-12 19:53:19下载
- 积分:1