登录
首页 » matlab » form_neurons.m

form_neurons.m

于 2011-06-20 发布 文件大小:5KB
0 162
下载积分: 1 下载次数: 3

代码说明:

  Neural network deternministic initialization

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

发表评论

0 个回复

  • output_of_DCT_in_image_fusion
    u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A1) r1 = [] for i=1:r for j=1:c if A1(i,j) > B1(i,j) r1(i,j)=A1(i,j) else r1(i,j)=B1(i,j) end end end r1= double(r1(:,:,1)) C=blkproc(r1,[8 8], idct2 ) round(C) C1=idct2(r1) figure imshow(uint8(C)) figure imshow(uint8(C1)) imwrite(uint8(C), dct8x8min.jpg )
    2011-01-09 23:26:05下载
    积分:1
  • PCA_new
    Principal Component Analysis code
    2011-01-24 17:17:13下载
    积分:1
  • MATLABjpeg
    基于DCT离散余弦变换的JPEG数字图像压缩MATLAB程序。(Discrete cosine transform DCT-based JPEG image compression MATLAB.)
    2011-04-28 16:15:13下载
    积分:1
  • choxiao-NSGA-II
    说明:  测试nsga2的优化性能,包含zdt系列、sch系列,支持三个目标下的约束求解(NSGA-II TEST,including zdt series,sch series and is okay for a 3-dimensional minimization problem.)
    2020-12-07 22:09:58下载
    积分:1
  • crossxconv
    crosscorrelation in matlab
    2009-04-28 18:35:48下载
    积分:1
  • tycfgsmatlab
    matlab源程序: 用Fisher两类判别法对样本进行分类 对样本进行主成分分析 用最短距离算法的系统聚类对样本进行聚类 用二次完全式回归法估计一个因变量与两个自变量之间的关系 (matlab source: The Fisher discriminant method, two types of samples to classify the samples by principal component analysis system using the shortest distance clustering algorithm for clustering of samples with the quadratic regression method to estimate a fully dependent variable and two independent variables of the the relationship between the)
    2009-11-27 12:58:02下载
    积分:1
  • lunwen
    :通过对数字信号处理课程的改革,增加了DSP系统的设计和开发的课程,拓宽高校电子工程类专业学生在DSP方面的知识,进一步培 养他们的动手能力和创新能力。该课程实验中需要使用到初学者开发套件——美国1rI公司的TMS320C5402DSK。本文将重点介绍该DSK板的硬件体系,并且简要介绍了与该硬件体系相对应的CCS2.0限制版集成开发环境,并进一步讨论了在此套件基础上所开设的一系列DSP实验内容。(The course of design and development of DSP system is appended during the teaching reform of Digital Signal Processing.This course can expand the E.E.undergraduates’knowledge of digital signal processor.Therefor.their practical ability and innovation idea are enhanced.TS320C5402 developer start kit provided by Texas Instruments Company iS introduced in this paper.Its hardware structure and soft— ware development environment(Co de Co mposer Studio 2.0 limited)are discussed in details.The content of experiments based on this DSK iS presented furthermore)
    2010-05-06 23:49:34下载
    积分:1
  • shuxuejianmo
    基于GUI数学建模,当需要进行绘图时,可以进行界面设计,简单绘图,还有进行最优化公式的计算。(GUI Mathematical modeling)
    2012-09-14 23:55:56下载
    积分:1
  • RussiaBlock
    这是一个纯MATLAB编写的俄罗斯方块的游戏。游戏非常的简单,只需上下左右四个键就能操作。算法较为精炼,值得参考。(This is a matlab code about RussionBlock. It s easy and useful. It worth your time on it.)
    2010-06-06 21:37:35下载
    积分:1
  • Matlab4
    我上传一个用Matlab画的光学双稳特性曲线程序,欢迎大家提出宝贵意见(I upload a painting using Matlab optical bistable characteristic curve procedures, welcome you to give valuable advice)
    2009-06-15 21:25:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载