-
imgpj
图像融合算法,快速准确,有独特的特征点连线(Image fusion algorithm, fast and accurate, with a unique feature point connection)
- 2015-04-13 23:36:28下载
- 积分: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
-
Circuit_Analysis_I_with_MATLAB
Circuit Analysis I with MATLAB
- 2009-05-01 20:43:14下载
- 积分:1
-
fitness_function2
使用遗传算法优化电动汽车传动比的适应度函数源代码(Genetic algorithm on power-train optimization of EV)
- 2020-11-04 11:09:52下载
- 积分:1
-
SegDRM_final
fabric defect detection using image processing
- 2013-03-16 12:19:46下载
- 积分:1
-
MatcomTest
vc和matlab混编,通过matcon调用matlab函数,使之能简单的完成复杂算法(vc and mixed matcom)
- 2009-04-02 13:34:20下载
- 积分:1
-
mie
此matlab程序可用来计算mie散射各项参数,计算时需首先输入几个参数,大家可看看程序,然后就懂了(The matlab calculation mie scattering is used to the parameters)
- 2012-04-04 08:51:46下载
- 积分:1
-
obstacle avoidance
基于人工势场算法的避障算法,包括多机器人避障算法(Obstacle avoidance algorithm based on artificial potential field algorithm, including multi-robot obstacle avoidance algorithm.)
- 2018-03-04 04:44:08下载
- 积分:1
-
RealGA(TwoVaribles)
此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。(This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.)
- 2020-06-28 21:20:01下载
- 积分:1
-
MATLAB2.0
基于VB/MATLAB的前兆资料小波分析程序的实现(Based on the VB/MATLAB wavelet analysis of the precursor process information to achieve)
- 2009-06-06 01:21:04下载
- 积分:1