-
particle_filter_TOOLBOX
粒子滤波 等数十种工具箱(基于MATLAB)(particle filter TOOLBOX)
- 2009-12-15 11:03:02下载
- 积分:1
-
transformer
simple ac transformer circuit
- 2012-07-14 08:45:24下载
- 积分:1
-
HRM
一篇HRM(Hybird Recrusive Matching)算法的介绍论文,可以用来生产视差图(a paper that introduces a HRM algorithm,which can be used to create disparity map)
- 2010-05-23 20:50:45下载
- 积分:1
-
mym-utilities
utility in matlab for utility matlab mysql
- 2012-01-11 22:51:52下载
- 积分:1
-
match
《图像配准技术及其Matlab编程实现》一书的Matlab源码,有点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法等。("Image Registration and Matlab programming," a book of Matlab source code, a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell algorithm and the interpolation algorithm etc.)
- 2021-04-02 15:29:07下载
- 积分:1
-
wavelet_code
这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。(This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly based on the Matlab wavelet toolbox implementation of wavelet selection, wavelet packet decomposition, Mallat transform and wavelet transform in edge detection, image denoising, data compression, such as the application, in particular, contains a second generation of relevant content Lifting Wavelet theory and reality. Everyone wanted to know about the dyadic wavelet, quadrature mirror filters [QMF] concepts are embodied here.)
- 2021-05-09 01:18:35下载
- 积分:1
-
Notch_Filter
an implementation of Notch_Filter in matlab for image processing
- 2009-03-20 14:41:34下载
- 积分:1
-
shangquan
说明: 熵权计算算法,客观权重计算方法,避免主观性对权重的影响(Entropy calculation algorithm, the objective weighting method, to avoid the subjectivity of the impact of weight)
- 2011-04-14 15:33:38下载
- 积分:1
-
11
说明: 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:20:03下载
- 积分:1
-
qushichanliang
用直线滑动平均法计算趋势产量,步长为11。(The linear sliding average method trend yield step 11.)
- 2021-04-08 17:19:00下载
- 积分:1