-
Z
说明: 关于Z变换的各种例子 帮助我们较为简单的学习 取得较快的进步(About Z transform of a variety of examples to help us study a relatively simple rapid progress)
- 2009-03-06 20:58:54下载
- 积分:1
-
matlab
matlab2008a软件的电子书,说明非常详细(matlab2008a software, e-books, very detailed description)
- 2010-05-30 22:05:45下载
- 积分:1
-
rough-set-codes
这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的胡修改的程序,osu_svm3.00文件夹是使用svm分类器调用的文件,使用该分类器时,代码中间的路径需要修改。另外附上一堆常用的数据集。(This is Hu Qinghua teacher at Tianjin University neighborhood rough set field do the most classic source code, students can learn and modify On this basis, the entry procedures have been written, you need other ways to add your own, MAIN.m entry program is meaning parameters Functions talked in very clear call for the featureselect_FW_fast.m attribute reduction, several clsf_dpd file is to use a different formula to calculate the distance attribute importance, choose properties to get the results, use crossvalidate.m ten fold cross algorithm to calculate the accuracy of the calculation algorithm, the segment code calls several classifiers, C4_5.m is a decision tree, KNN.m is the nearest neighbor classifier, NEC.m is similar to KNN Hu modified program, osu_svm3. 00 folders using svm classifier called file, using the classification code in the middle of the path need to be modified. Also attach a bunch of common data sets.)
- 2021-03-31 15:09:09下载
- 积分:1
-
Problems_in_Algorithmic_Algebra
Problems in Algorithmic Algebra
Math book
- 2010-06-09 09:21:29下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1
-
Matlab7.0-from-entry-to-proficient
MATLAB 7.0从入门到精通随书源代码,求是科技编著,人民邮电出版社 2006(MATLAB 7.0 from entry to the proficient with the book source code, seeking technological ed, the People' s Posts and Telecommunications Press 2006)
- 2012-09-13 23:32:39下载
- 积分:1
-
RaisedCosFilter
使用Matlab通信工具箱中的RCOSINE和 RCOSFLT函数设计升余弦滤波器,有效地抑制码间干扰。(Using Matlab communication toolbox RCOSINE and RCOSFLT raised cosine filter design function effectively suppress inter-symbol interference.)
- 2014-01-01 12:13:44下载
- 积分:1
-
1
说明: 无人飞行器的仿真优化
针对无人飞行器的速度、隐身一体化技术、感知能力等方面进行优化设计。附:仿真流程图!(Simulation and optimization of the unmanned air vehicle
针对无人飞行器的速度、隐身一体化技术、感知能力等方面进行优化设计。
According to the vehicle speed, stealth technology integration, perceived ability and other aspects of optimization design.)
- 2014-03-10 12:49:31下载
- 积分:1
-
get_assortative_coefficient
通过网络的邻接矩阵,获取同配系数。同配系数是复杂网络中一个重要参数。(Through the network adjacency matrix to obtain the same allocation factor. With the distribution coefficient is a complex network, an important parameter.)
- 2009-02-05 11:44:44下载
- 积分:1
-
ID3.m
机器学习经典决策树算法的实现 输入训练标签输出预测结果(the classificial machine learning algorithm, input label and traning set and get predictions)
- 2013-10-03 03:29:05下载
- 积分:1