mean
共 154 篇文章
mean 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 154 篇文章,持续更新中。
System identification with adaptive filter using full and partial-update Transform-Domain Least-Mean
System identification with adaptive filter using full and partial-update Transform-Domain Least-Mean-Squares
This is not a very mean things
This is not a very mean things
Mean shift clustering. K means clustering.
Mean shift clustering. K means clustering.
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is be
简要介绍mean-shift算法的原理
简要介绍mean-shift算法的原理,并且在图像处理方面的应用
花蝴蝶,利用HCM分群,模糊分群,hard-C mean
花蝴蝶,利用HCM分群,模糊分群,hard-C mean
PCB设计问题集锦
<P>PCB设计问题集锦</P>
<P>问:<BR>PCB图中各种字符往往容易叠加在一起,或者相距很近,当板子布得很密时,情况更加严重。当我用Verify Design进行检查时,会产生错误,但这种错误可以忽略。往往这种错误很多,有几百个,将其他更重要的错误淹没了,如何使Verify Design会略掉这种错误,或者在众多的错误中快速找到重要的错误。 <BR>答:<BR>可以在颜色显示中将文
System identification with adaptive filter using full and partial-update Least-Mean-Squares
System identification with adaptive filter using full and partial-update Least-Mean-Squares
ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Li
ClustanGraphics聚类分析工具。提供了11种聚类算法。
Single Linkage (or Minimum Method, Nearest Neighbor)
Complete Linkage (or Maximum Method, Furthest Neighbor)
Average Linkage (UPGMA)
Weighted Average Linkage (WPG
mean shift tracker mean shift tracker mean shift tracker mean shift tracker mean shift tracker
mean shift tracker
mean shift tracker
mean shift tracker
mean shift tracker
mean shift tracker
K_mean K均值算法 C语言
K_mean
K均值算法
C语言
Power Allocationin a Transmit Diversity System with Mean Channel Gain Information
Power Allocationin a Transmit Diversity System with Mean Channel Gain Information
A 64 sub carrier OFDM system based on the parameter of Mean square error
A 64 sub carrier OFDM system based on the parameter of Mean square error
This is not a very mean things
This is not a very mean things
c-mean聚类算法源代码
c-mean聚类算法源代码,通过对输入数据进行训练和分类类别设定,能够得到数据的聚类图。
A Module-based Wireless Node (MW-Node) is a Node with wireless and mobile capabilities added by mean
A Module-based Wireless Node (MW-Node) is a Node with wireless and mobile capabilities added by means of modules. It is not a new node object derived from Node. Rather it is a new layout of mostly exi
Beamforming thesis describing Study of a various Beamforming Techniques And Implementation of the Co
Beamforming thesis describing Study of a various Beamforming Techniques And Implementation of the Constrained Least Mean Squares (LMS) algorithm for Beamforming
LMS: Least Mean Square the source code for state space environment.
LMS: Least Mean Square
the source code for state space environment.
channel estimation using Ls and MMSE algorithms also calculates the Mean square error and SER
channel estimation using Ls and MMSE algorithms also calculates the Mean square error and SER
本程序实做MLP(Multi-layer perceptron)算法
本程序实做MLP(Multi-layer perceptron)算法,使用者可以自行设定训练数据集与测试数据集,将训练数据集加载,在2、3维下可以显示其分布状态,并分别设定键节值、学习率、迭代次数来训练其类神经网络,最后可观看辨识率与RMSE(Root Mean squared error)来判别训练是否可以停止。