-
matlab-command-window
用编程的方式修改MATLAB命令窗口的前景色和背景色(Programmatically modify the MATLAB command window to the foreground and background colors)
- 2013-04-15 21:15:46下载
- 积分:1
-
SystemSimulation
Matlab Program that plots the rootlocus of given transfer functions
- 2013-04-30 10:40:47下载
- 积分:1
-
pgbm_v130618
采用点门限玻尔兹曼机实现对图像的自动特征提取以及特征选择。(Point-wise gated boltzmann machine was adopted to realize automatic feature extraction and feature selection of images.)
- 2014-01-04 19:40:56下载
- 积分:1
-
sj5
该matlab程序实现字母T和L的区分,在9*9格形框里,字母T和L有不同的位置,任意位置,神经网络都可以识别出是T还是L(The program matlab and distinguish letters L, T, in the grid-shaped box 9* 9, the letters L and T have different locations anywhere in the neural network can identify a T or L)
- 2014-01-12 13:26:10下载
- 积分:1
-
Gen-alg-fuz-optim
遗传模糊优化算法,对大量信号的处理算法希望对大家研究有帮助。
(Fuzzy genetic optimization algorithm, the algorithm is useful for everyone to want to help.)
- 2011-09-27 18:45:52下载
- 积分:1
-
OFDMcode_MATLAB
OFDM仿真程序MATLAB
接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档(MATLAB simulation program OFDM receiver algorithm and procedures used in processes and the sending end to send the frame structure of OFDM symbols are. Concrete frame structure, as well as the timing estimation, frequency offset estimation, the remaining error tracking algorithm algorithm can refer to documentation)
- 2008-01-13 20:46:54下载
- 积分:1
-
equidistant
说明: 本程序实现了CT系统在锥形束等距投影情况下,2D图像的重建(This procedure achieved a cone-beam CT system in the case of isometric projection, 2D image reconstruction)
- 2009-08-08 09:19:22下载
- 积分:1
-
somesvmtestexamplecode
说明: 基于matlab的svm算法练习的几个事例代码(matlab svm source code)
- 2009-08-27 15:42:34下载
- 积分:1
-
codes
matlab codes for various signals generation
- 2014-02-08 19:57:13下载
- 积分:1
-
cskmeans
cskmeans 聚类算法的一种
1. 分裂法(partitioning methods):给定一个有N个元组或者纪录的数据集,分裂法将构造K个分组,每一个分组就代表一个聚类,K<N。而且这K个分组满足下列条件:(1) 每一个分组至少包含一个数据纪录;(2)每一个数据纪录属于且仅属于一个分组(注意:这个要求在某些模糊聚类算法中可以放宽);对于给定的K,算法首先给出一个初始的分组方法,以后通过反复迭代的方法改变分组,使得每一次改进之后的分组方案都较前一次好,而所谓好的标准就是:同一分组中的记录越近越好,而不同分组中的纪录越远越好。使用这个基本思想的算法有:K-MEANS算法、K-MEDOIDS算法、CLARANS算法;()
- 2008-07-07 10:52:51下载
- 积分:1