-
chepaishibied
matlab实现车牌识别,具有较好的识别效果
(achieve matlab license plate recognition, with better identification of the effect of)
- 2008-12-29 18:36:21下载
- 积分:1
-
kmeans_fast_Color
一个快速k均值彩色图像的分割算法,运行环境是matlab!(A fast k-means algorithm for color image segmentation, the operating environment is matlab!)
- 2014-02-08 08:21:53下载
- 积分:1
-
Adaptive_LMS
lms for the simulation, this technique is used in egalization
- 2011-04-26 00:01:04下载
- 积分:1
-
Analysis-and-Design-of-Networked-Control-System
Keyou You, Nan Xiao, Lihua Xie Analysis and Design of Networked Control System
- 2015-03-09 04:59:30下载
- 积分:1
-
gatbx
遗传算法工具箱,谢菲尔德大学,MATLAB源码(Genetic algorithm toolbox, University of Sheffield, MATLAB source code)
- 2017-08-03 18:08:22下载
- 积分:1
-
NNC
说明: 分数阶仿真优化,可以解决许多分数阶问题。(Fractional simulation optimization can solve many fractional problems.)
- 2019-04-30 16:21:51下载
- 积分:1
-
researsh-based-FDTD
基于时域有限差分法的带挡板平行板传输线的研究(Basierend auf der Finite-Differenzen-Methode im Zeitbereich mit Schallwand parallelen Platte übertragungsleitung)
- 2013-04-08 10:57:40下载
- 积分: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
-
matlab18
matlab 函数库 模糊控制类库 电子书(matlab fuzzy control library library)
- 2010-08-05 22:42:46下载
- 积分:1
-
GA_PSO
粒子群做非线性模型的参数估计,已检测很好用(nonlinear parameter estimation)
- 2012-05-10 21:52:04下载
- 积分:1