GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件,其余两个是被调用文件。 MainGA12.m里主要设置有关参数。 ===================== MainGA12.m文件有关设置的说明: 12行: host= \gatest\ %在matlab的安装盘,例如c:\下设置的程序运行结果目录。
上传时间: 2015-08-26
上传用户:洛木卓
1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序
上传时间: 2015-09-03
上传用户:xuan‘nian
各种调制方式的matlab源码bask.m, bfsk.m, bpsk.m, msk.asv, msk.m, qpsk.m, raymodel.m
上传时间: 2013-12-16
上传用户:奇奇奔奔
This is a collection of m-files I created to complete a research project into the DC components of various encoding techniques. Eight of the files create random bit sequences that conform to their coding requirements. The others were files I found useful in the scope of the project and supplement the generating m-files.
标签: collection components complete research
上传时间: 2015-12-24
上传用户:lnnn30
Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf("请输入矩阵的行数,列数,非零元素数:") scanf("%d,%d,%d",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 为以下比较做准备 for(i=1 i<=M.tu i++) { do {
标签: Status CreateSMatrix RLSMatrix Triple
上传时间: 2013-12-22
上传用户:shanml
高斯混合模型参数估计,EM算法,sunMOG.m为函数,testMOG4.m为测试程序
上传时间: 2014-03-09
上传用户:电子世界
COST207.m... ..COST模型 GWSSUS.m.........高斯白噪声 信道模型的ppt
上传时间: 2013-12-21
上传用户:Altman
将大于整数m且紧靠m的k个素数存入数组
上传时间: 2016-06-23
上传用户:lanhuaying
山东大学关于排队问题的教案。基本模型M/M/1 模型;M/M/c 模型
上传时间: 2016-06-26
上传用户:钓鳌牧马
使用MATLAB完成turbo码的编码,在给定生成多项式交织映射表和删余选择的情况下进行TURBO的编码。主程序为encederm.m,调用子程序rsc_encede.m和encode_bit.m
标签: rsc_encede encode_bit encederm MATLAB
上传时间: 2016-07-08
上传用户:edisonfather