-
hs
说明: Horn and shunck code to estimate the motion between two consecutive frames
- 2011-01-19 16:26:47下载
- 积分:1
-
sort
Quick Sort Implementation
- 2014-10-07 13:51:57下载
- 积分:1
-
GPSMatlabprocedure
说明: 非常全的GPS(全球定位系统)的Matlab源代码(Very wide of the GPS (Global Positioning System) of the Matlab source code)
- 2008-10-15 19:06:53下载
- 积分:1
-
QACS
ACS蚁群算法的一种简单方案程序,比较宜懂(ACS Ant Algorithm A simple procedures of the program, compared to understand)
- 2007-01-10 12:05:30下载
- 积分:1
-
Galois-Field-Computations-with-matlab
An article very useful to perform Galois field computations
- 2013-12-06 14:50:01下载
- 积分:1
-
Palik_Ag
说明: material property for RCWA calculation
- 2021-03-30 21:19:09下载
- 积分:1
-
cdhmm
用matlab实现的一个连续概率分布的HMM程序,可以结合《MATLAB扩展编程》一书中关于HMM的介绍(Using matlab to achieve a continuous probability distribution of the HMM program, you can combine MATLAB programming expansion, a book on the introduction of the HMM)
- 2007-11-07 20:20: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
-
lbp
local binary pattern matlab source code
- 2009-05-19 22:54:56下载
- 积分:1
-
stproc-2.1
simulation on the schtocastic processesx is given
- 2010-05-10 15:27:59下载
- 积分:1