-
image-registration-
一篇很好的基于特征点的图像配准算法研究论文,很有参考意义!(A good feature points based image registration algorithm research papers, meaning a good reference!)
- 2011-04-19 14:58:46下载
- 积分:1
-
Matlab---xyc
改进的matlab取点求职的方法,很好用的,共享下(Improved access point matlab job search methods, the good, to share the)
- 2011-10-08 13:31:27下载
- 积分:1
-
hough
对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来( houghcircle- takes an edge map image, and performs the Hough transform
for finding circles in the image.)
- 2010-07-19 23:48:03下载
- 积分:1
-
PDFSCREEN-Chinese
这是美国数学建模的论文,描述了如何用matlab解决问题(American Mathematical modeling is a paper that describes how to use matlab to solve the problem)
- 2011-01-17 15:18:05下载
- 积分:1
-
chaos
一些我在写毕业论文中用到的关于混沌的相关论文,都是一些有档次的,对我的论文很有帮助(Something I used in writing the thesis on the chaos of the relevant papers, are some upscale, very helpful for my thesis)
- 2010-06-03 10:08:54下载
- 积分:1
-
2002063920060390MATLABjihe
图象处理基础算法原代码MATLAB 集合。(image processing algorithms based on the original MATLAB code set.)
- 2006-12-13 15:15:50下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
MATLAB-simulation-and-application
《MATLAB simulation and application》一书的电子源代码(MATLAB simulation and application of electronic source code)
- 2013-12-25 11:14:25下载
- 积分:1
-
hmm
说明: MATLAB编写的语音识别算法,中间有详细的代码注释,便于大家交流(Speech recognition algorithm written in MATLAB, the middle of a detailed code comments, easy to share)
- 2011-03-31 16:18:50下载
- 积分:1
-
pwxcf
抛物线差分格式求解,包括一维古典显格式,DFF格式,CN格式,局部一维方法和预测校正格式的求解;文件中有具体的题目及解法说明并还有matlab程序供大家参考;易读易懂。 (Difference scheme for solving parabolic, including the one-dimensional classical explicit schemes, DFF format, CN format, local one-dimensional methods and predictor-corrector format to solve file specific description of the subject and method, and there are matlab program for your reference Easy to read understand.)
- 2011-01-26 11:05:03下载
- 积分:1