-
L03_ACondratovici
Active contours or snakes" can be used to segment objects automatically.
The basic idea is the evolution of a curve, or curves subject to constraints
from the input data. The curve should evolve until its boundary segments
the object of interest. This framework has been used successfully by Kass
- 2013-03-20 16:58:07下载
- 积分:1
-
abc
file of show how to implement the tecnical ABC in antenna microstrip
- 2015-04-01 12:12:20下载
- 积分:1
-
基于蚁群算法的二维路径规划matlab代码
说明: 蚁群算法二维路径规划,可将其与A*算法进行仿真比较。(Ant colony algorithm for two-dimensional path planning can be compared with a * algorithm.)
- 2021-04-20 16:58:37下载
- 积分:1
-
data-mining
本书全面介绍了数据挖掘,涵盖了五个主题:数据、分类、关联分析、聚类和异常检测。除异常检测外,每个主题都有两章:前一章涵盖基本概念、代表性算法和评估技术,而后一章讨论高级概念和算法。这样读者在透彻地理解数据挖掘的基础的同时,还能够了解更多重要的高级主题。 (Introduction to Data Mining Instructor’s Solution )
- 2012-04-27 11:04:34下载
- 积分:1
-
work1
many program in matlab code special in photovoltaic generator
- 2011-07-14 18:16:54下载
- 积分:1
-
AC_TSP
蚁群优化算法属于群智能算法,具有强大的全局优化能力,并行计算的快速收敛性(Ant colony optimization algorithm belongs to swarm intelligence algorithm, which has strong global optimization ability and fast convergence of parallel computing)
- 2020-06-23 00:20:02下载
- 积分:1
-
brovey_method
Image fusion is the process of combining two images and obtaining the resultant image which is having more information than the two input images.
- 2011-04-28 16:45:05下载
- 积分:1
-
BranchCuts
Branch cut unwrapping method
- 2012-04-11 18:22:04下载
- 积分: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
-
biyesheji3
毕业设计的代码,如果你也为此恼火的话,可以看一下。(Graduate design code, if you do this annoyed, you can look at.)
- 2013-04-27 20:03:07下载
- 积分:1