搜索资源列表
roughset
- ,在MATLAB环境下对 学生自主学习成绩决策表进行了求解,分析了该决策表的上近似集、下近似集、不可分辨关系、约简、核集、属性依赖度的概念,从而 在原始数据的基础上得出了条件属性与决策属性间的关系。 -The knowledge theory based on rough set can help to simplify the knowledge proceeded from originaldata. In the paper it intro- duces the roug
BRPCA
- 本文件中包含的代码是使用Bayesian compressive sensing 理论对图像降噪,修复的程序-his package includes 4 folders. Folder toydata contains core code and demo of the original BRPCA Model Folder MarkovDependency contains core code and demos of the modified BRPCA Model with M
MC_CDMA
- 码分多址(CDMA)技术作为第三代移动通信系统的核心技术,具有容量大、抗干扰能力强等优点。然而,传统的CDMA系统属于窄带扩频系统,它的数据速率比较低,不能胜任新一代移动通信系统 (beyond 3G)高速数据通信的需要。而多载波传输技术-正交频分复用(OFDM),作为后三代移动通信的核心技术,则具有高数据速率传输的特点。-Code Division Multiple Access (CDMA) technology as the third generation mobile commun
project
- 任务具体的技术描述,如: 学号指纹生成器的核心是根据组员学号的输入,生成对应的操作符,对组长学号进行迭代操作。 4个七段码作为组员学号的输入显示,和每次运算结果的输出显示; 2个开关状态 sw[3:0]作为组员数据输入 4个按键分配 btn[1]作为读按钮,用于读入组员学号数据,btn[0]为操作控制按钮,按一下对应一次学号操作; -Descr iption of specific technical tasks, such as: student number gener
FunctionReferenceGuide
- 工程师和科学家们面临着用更少的时间建立复杂系统模型的需求,他们使用分布式和并 行计算来解决高性能计算的问题。这些分布式的环境由多处理器和多核计算机来实现。 Mathworks公司开发的分布式计算工具箱可以在多处理器计算环境中使用 MATLAB 和imulink 解决计算、数据密集型问题。可以使用该工具箱解决通过装配多个处理器包含几个单独工作单位或单个大型计算的问题。这些处理器可以驻留在一个多处理器计算机,或者,当工具箱配合 MATLAB 分布式计算引擎时,驻留在计算机集群上。-Engin
SAR_simu
- SAR成像RD算法MATLAB仿真,其中核心部分在于距离弯曲(徙动)校正 -- RCMC以及距离压缩后数据、距离压缩后距离多普勒域、距离压缩后距离多普勒域、未进行距离徙动校正后的距离方位压缩结果、透视校正后的最终结果-The SAR imaging RD algorithm MATLAB simulation, in which the core part is that the distance bending (migration) correction- RCMC distance com
OMB_DHC
- 该matlab代码实现了“综合多分支分裂式层次化聚类”-Matlab implementation of Omnibus Multi-Branching Divisive Hierarchical Clustering (OMBDHC) “A competitive omnibus performance criterion for divisive multi-branching hierarchical clustering” by Soeria-Atmadja et al. (su
g
- 主元分析法(PCA)是目前基于多元统计过程控制的故障诊断技术的核心,是基于原始数据空间,通过构造一组新的潜隐变量来降低原始数据空间的维数,再从新的映射空间抽取主要变化信息,提取统计特征,从而构成对原始数据空间特性的理解。-Principal component analysis (PCA) is based fault diagnosis technique multivariate statistical process control at the core of the current,
06376536
- Data Acquisition Terminal Application Design and Development Based on the Android Platform Google launched a new Android smart phone with the open source operating system when the smart phone system at the disputes. It uses Linux Core, a
adaboost
- 其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。其算法本身是通过改变数据分布来实现的(Adaboost as an iterative algorithm which core idea is to train several different weak classifiers for the same dataset and then collect them together to form a stronger
ModifiedLMS
- 核心代码为 "mlms.m" ,其基础为LMS算法(最小均方差算法)。 "demon_mlms.m"演示了算法的收敛性能,而 "De50HzInterference.m" 则给出了其在去50Hz工频干扰方面的应用。当然,算法本身还可以应用在其他方面,比如回声消除等,只需要在此基础上做出相应的修改即可以应用在自己的工程上。(The core file is "mlms.m". it's modified LMS met
rddata1
- 读取MIT库的心电数据(Read the core data of the MIT library)
Density-ratio-based-clustering-master
- 相比其他的聚类方法,基于密度的聚类方法可以在有噪音的数据中发现各种形状和各种大小的簇。DBSCAN(Ester, 1996)是该类方法中最典型的代表算法之一(DBSCAN获得2014 SIGKDD Test of Time Award)。其核心思想就是先发现密度较高的点,然后把相近的高密度点逐步都连成一片,进而生成各种簇(Compared with other clustering methods, the density based clustering method can find var