搜索资源列表
cancer
- 细胞检测,通过细胞边缘跟踪,迭代阈值分割算法,检测细胞边缘,计算细胞大小,对细胞进行判断-cell detection, tracking through the edge of the cells, iterative threshold segmentation algorithm to detect the edge of the cells, the cell size, right cells judgment
inter_floor_teltcommunication
- 本实验的内容是无线楼宇数据传输仿真,分析915M的楼宇通信特性,建立楼宇数据通信系统的仿真模型,采用无线收发芯片NRF905,依据其性能参数来判断楼宇内两点能否进行数据传输-the contents of this experiment is building wireless data transmission simulation, analysis 915M communications characteristics of the buildings, establishing buil
PossionProcess
- 判断随机过程是否为泊松过程,对其进行模拟、检验及参数估计。-Random process to determine whether a Poisson process, its simulation, test and parameter estimation.
Gray-correlation-matlab-source
- 灰色关联度matlab源程序,灰色关联度分析法是将研究对象及影响因素的因子值视为一条线上的点,与待识别对象及影响因素的因子值所绘制的曲线进行比较,比较它们之间的贴近度,并分别量化,计算出研究对象与待识别对象各影响因素之间的贴近程度的关联度,通过比较各关联度的大小来判断待识别对象对研究对象的影响程度。-Gray correlation matlab source code, gray correlation analysis method is to study the factors and f
signpost_recognize
- Matlab编写的路标识别程序。能够对路标进行分类和识别,即使雾化,干扰严重,仍能较准确的判断。-Signs written in Matlab identification procedures. Able to classify and identify road signs, even atomization, serious interference, still a more accurate judgments.
matlab
- 为图片进行添加高斯噪声均匀噪声以及椒盐噪声,并且采用a修正的均值滤波和自适应中值滤波进行除噪,并且进行除噪性能判断-Add a picture for uniform noise and Gaussian noise, salt and pepper noise, and the use of a modified mean filter and adaptive median filtering for noise removal, noise removal performance and
dmc.rar
- 判断是否为稳定系统,若是可以控制,若不是,则无法用DMC算法进行控制
Unique
- 唯一可译码准则 可以对你输入的码集进行判断 看是否满足唯一可译码准则-Decoding the only criteria you can enter the code set is the only judge to see if meet criteria for decoding
control
- 利用matlab编写程序对控制系统的稳定性进行判断;对系统的可控性与可观性进行判断;用频域特性和时域特性对控制系统进行分析与设计;判断系统的可控性与可观性,对系统进行极点配置,设计观测器,掌握控制系统的设计方法。-Using matlab to program the control system to judge the stability on the system controllability and observability to judge using frequency do
NewK-means-clustering-algorithm
- 珍藏版,可实现,新K均值聚类算法,分为如下几个步骤: 一、初始化聚类中心 1、根据具体问题,凭经验从样本集中选出C个比较合适的样本作为初始聚类中心。 2、用前C个样本作为初始聚类中心。 3、将全部样本随机地分成C类,计算每类的样本均值,将样本均值作为初始聚类中心。 二、初始聚类 1、按就近原则将样本归入各聚类中心所代表的类中。 2、取一样本,将其归入与其最近的聚类中心的那一类中,重新计算样本均值,更新聚类中心。然后取下一样本,
matlab-control
- matlab在自动控制原理课程中的应用,包含对控制系统的稳定性进行判断;对系统的可控性与可观性进行判断;频域特性和时域特性对控制系统进行分析与设计;对系统的可控性与可观性进行判断;对系统进行极点配置等。包含M文件、实验报告和详细的程序注释等-matlab courses in automatic control theory applications, including the M-file, lab reports and detailed procedures for comments,
tuxingxue
- 计算机图形学:“弧长法”对点和多边形的包含关系进行判断。-Computer Graphics: contains the relationship of the arc-length method for points and polygons to judge.
tuxiangshibie
- 在对图像进行识别是需要对图像的对比度进行判断,此代码作用为可以算出图像的对比度-Contrast of the image can be calculated in the image recognition is the need for the contrast of the image determines the role of this code for
BP12)
- BP神经网络改进的matlab实现,可以有效的实现网络的输入输出,对故障的模式识别进行判断-Improved BP neural network matlab realize, can effectively achieve the input and output of the network, the fault pattern recognition judgment
MI
- 通过matlab实现:通过计算归一化互信息进行判断实现图像配准。-Through matlab: by calculating the normalized mutual information to judge to realize image registration.
shibieyanse
- matlab的2014中文版做的。可以通过计算HSV的直方图,进行判断。然后设置值来进行颜色的提取。-Matlab 2014 Chinese version. Can through the calculation of HSV histogram, carries on the judgment. Then set the value for the extraction of color.
Bayes
- 对于Iris数据集的Bayes分类器,采用最大后验概率进行判断。-Iris Bayes classifier for data sets, using maximum a posteriori estimation judgment.
User and Movie
- 本实验采用朴素贝叶斯模型,对于每个用户曾经评分过的电影判断其性别。直观上来说,不同的电影对于不同性别的人吸引力不同,如男性更喜欢武侠剧、动作剧,而女性更喜欢爱情剧。因此这样建立模型是可以理解的。对每个训练数据组建立分布表。依据最大似然准则判断性别。对于年龄采用相似的方法进行判断。包括源程序和实验报告。(In this experiment, a naive Bayes model is used to determine the gender of each movie that the use
newton
- 牛顿迭代法,与传统意义上的迭代法类似,只是将f(x)进行泰勒级数展开,只保留前两项,然后进行迭代。其迭代方程为x_(k+1)=x_k-(f(x_k))/(f^' (x_k))。 从编程上来讲,以上述方程对固定范围的复数域中的每个点作为初始点进行迭代,每个点都会收敛到该方程的一个解,对不同的解涂抹不同的颜色,就会看出其收敛范围。如果想得到其精确解所在位置,可通过到达给定精度的迭代次数进行判断,因为该点越接近精确解,其迭代速度越快。以下对老师提供的程序和自己写的程序进行一下对比,选用方程为:y=x
a01
- 利用ML算法对训练集进行学习,利用多维高斯进行判断后对输入图片进行前景后景判断(The training set for learning to use ML algorithm to judge on the input image foreground & background)
