登录
首页 » matlab » Matlab

Matlab

于 2009-10-12 发布 文件大小:8KB
0 79
下载积分: 1 下载次数: 18

代码说明:

  Fitness function that help users to use that in ga applications.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MIMO-channel-capacity
    MIMO的信道容量代码,牵扯到许多关键技术(MIMO channel capacity code, involves a number of key technologies)
    2014-12-24 15:31:55下载
    积分:1
  • DCTforMatlab
    VC++实现的离散余弦变换,用于matlab环境,与系统提供的不同。(VC++ implementation of the discrete cosine transform for the matlab environment, and the system provides different.)
    2010-10-30 14:30:31下载
    积分:1
  • VC-call-matlab-multiThread
    VC++调用matlab画图,效果很好!值得看(VC++ Call matlab drawing, the effect is very good!)
    2013-09-24 17:30:51下载
    积分:1
  • Self-organizing_feature_map_model
    自组织特征映射模型(Self-Organizing feature Map),认为一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法是一种无教师的聚类方法。(Self-organizing maps model (Self-Organizing feature Map), that a neural network to accept outside input mode, will be divided into different regions, the regional input modes have different response characteristics, while the process is done automatically . The connection weights of neurons with a certain distribution. Nearest neurons stimulate each other, while distant neurons are mutually inhibitory, with a further some of the weaker stimulus. Self-organizing feature map method is a clustering method without teachers.)
    2010-12-11 15:49:25下载
    积分:1
  • brown-motion
    说明:  布朗运动的模拟程序,能画出n个点的布朗运动的轨迹(Brownian motion simulation program that can draw n points in the trajectory of the Brownian motion)
    2011-03-25 19:05:18下载
    积分:1
  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • Sattellite6
    code for sattelite calculaton
    2013-09-14 17:35:12下载
    积分:1
  • pingjun
    本程序是基于matlab编程,用于求解平均值,具有快捷高效的特点。(This procedure is based on the MATLAB programming, for solving the average value, has the characteristics of fast and efficient.)
    2013-09-16 22:14:35下载
    积分:1
  • AR-matlab
    AR的功率谱matlab程序集,用于信号的分析(AR power spectrum matlab assemblies for the analysis of signals)
    2013-12-07 18:31:31下载
    积分:1
  • Gyrostat
    A simulink model for chaotic Gyrostat system
    2013-11-08 16:08:23下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载