搜索资源列表
timu
- 用于m=2 的机器调度问题,可求出最优解与花费的时间-m = 2 for the machine scheduling problems, the optimal solution can be obtained with the time
NeuralNetwork_BP
- BP神经网络用于分类与回归 ----------------------------------------作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn ----------------------------------------文件说明: 1、NeuralNetwork_BP_Classification.m -
NeuralNetwork_RBF
- RBF神经网络用于分类与回归 ---------------------------------------- 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn ---------------------------------------- 文件说明: 1、NeuralNetwork_RBF_Classifi
fastDNAml_1.2.2p
- fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memory, so that larger trees and/or more bootstrap replicates become tractable. Much of fastDNAml is merely a recoding of the PHYLIP 3.3 DNAML progra
gawnn
- 遗传算法优化小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nninit_test.m at 2.
chapter1-2
- 这是我学习《MATLAB程序设计与应用》刘卫国、陈昭平 一书时第一章和第二章的课后习题 目录 exponential_e.m exsub.m fheritage.m initialise.m matrix.m matrix2.m matrixm.m matrix_c.m matrix_mul.m mult.m mywork1201.dll mywork1201.m normcdf_.m p41_4.m p41_5.asv
wavedata
- 男性女性语音库+录音程序.m 录音时间 2秒 采样频率 fs=16000 采用精度 16bit-the male female voice recording procedures. M 2 seconds recording time sampling frequency fs = 16000 using a precision 6bit
GA_SVM
- GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件,其余两个是被调用文件。 MainGA12.m里主要设置有关参数。 ===================== MainGA12.m文件有关设置的说明: 12行: host= \\gatest\\ %在matlab的安装盘,例如c:\\下设置的程序运行结果目录。 -GA / SVM procedures contain
pentaho_data-1.2.0.534-GA
- A complete business intelligence platform that includes reporting, analysis (OLAP), dashboards, data mining and data integration (ETL). Use it as a full suite or as individual components that are accessible via web services. Ranked #1 in open source
pso
- 二进制粒子群优化算法pso,主程序:swarmpso.m 它包括以下子程序: 1. 初始化:swarminit.m 2. 适应值计算函数:swarmeval.m;
mallat.m
- 小波谱分析mallat算法经典程序 clc clear %% 1.正弦波定义 f1=50 % 频率1 f2=100 % 频率2
biaoshiyushengcheng
- 实验内容 信号与系统试验报告 自己的作业 1.设有两个信号: 要求x(t)和h(t)采样形成离散序列, 参数选择如下: 采样率Δ=4ms, 频率f=30Hz, a=2f2ln(M), M=2.5 在MATLAB下实现连续信号离散化, 并绘制出离散形式的信号波形。
2.rar
- M/M/m排队系统性能仿真代码matlab function r=randexp(lambda) r = -lambda*log(rand) ,M/M/m queuing system performance simulation code matlab function r = randexp (lambda) r =-lambda* log (rand)
PID.m
- 首先是编写2个输入,1个输出的隶属度函数;接下来的是模糊规则,一共49条;然后用解模糊函数得出控制量U,这里输出的U就直接是精确量了,解模糊用到得规则是取隶属度最大的那个数即MOM算法。 显示的三个图形窗口分别是:模糊控制器内部原理图,以及2个输入,1个输出的隶属度函数图。 -Fuzzy PID controller MATLAB simulation program
twolink_sim.m
- dynamic analysis of flexible 2 bar serial robot by De-noc
libsvm-mat-2.89-3
- 支持向量机matlab程序,版本libsvm-2.89,包括接口文件-Matlab program of support vector machine
libsvm-mat-2.89-3
- Libsvm 最新版2009年11月1日更新。可用于分类和回归。基本的用法:1.将训练数据集变成libsvm允许的格式;2;设定参数;3使用svmtrain训练;4使用svmpredict分类或回归-The lateset vesrsion of LibSvm released in 1th Nov,2009. It can be used in matlab enviorment.
pudn
- 1.MATLAB中的画圆程序:circle.m。 2.MATLAB中的GPS单点定位函数:pos_fix.m。 3.MATLAB中的读取RINEX格式的导航电文文件程序:readnavfile.m。 4.MATLAB中的读取YUMA格式历书的函数:ReadAlmanac.m。 5.MATLAB中的生成一节高斯马尔科夫序列:gmp1.m-1.MATLAB circle in the program: circle.m. 2.MATLAB single point in the GP
2.5-D-electrical-resistivity-
- 基于matlab的直流电阻率2.5维正演程序,供学习参考用。-A MATLAB 2.5-D electrical resistivity modeling code
m序列的产生
- 1.使用Matlab设计m序列发生器。 2.使用生成多项式(23)8=(10011)2产生第一个m序列; 3.使用生成多项式(31)8=(11001)2产生第二个m序列。(1. Design an m-sequence generator using Matlab. 2. Generate the first m sequence using the generator polynomial (23)8=(10011)2; 3. Generate the second m-sequence us