CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 归一化代码

搜索资源列表

  1. 互信息代码

    1下载:
  2. 互信息的代码,包括归一化互信息的代码
  3. 所属分类:源码下载

  1. CIC滤波器matlab代码

    0下载:
  2. CIC滤波器matlab代码 D=5; r=D; fs=1e5; S3_cic=conv(conv(ones(1,D),ones(1,D)),ones(1,D)); %三个单级卷积 [h3,f3]=freqz(S3_cic,1,1000,fs); plot(f3/(fs/2),20*log10(abs(h3))-max(20*log10(abs(h3))),'r','LineWidth',1.4) ylabel('\fontsize{12}\bf幅度响应(dB)') xlabel('\fonts
  3. 所属分类:源码下载

  1. FaceNormalization

    0下载:
  2. 人脸归一化代码 人脸归一化代码 -code for face normalization code for face normalization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:46833
    • 提供者:adai
  1. guiyihuachengxu

    0下载:
  2. vc图像归一化的相关程序源代码 自己编写的 很实用 如果有问题可以给我留言-vc normalized images related to the source code I have written a very practical problems if the message I can give
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1320
    • 提供者:李润超
  1. TermView

    0下载:
  2. 图片中的文字提取,包括图像二值化,图像归一化,图像大小压缩,图像细化等处理的C语言代码!有一定的注释,是不可多得的好资料,比较稀缺-Picture of text extraction, including image binarization, image normalization, image size compression, image thinning, such as the C language code to deal with! There are some notes, g
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:5269
    • 提供者:liguoyin
  1. Scale

    0下载:
  2. 需要进行分类识别时,对特征参数需要进行归一化,此代码是对你的数据进行归一化到0与1之间的,输入为你的目标数组和你的数组大小-When the need for classification and recognition of characteristic parameters required normalized, this code is for your data normalized to between 0 and 1, and input your target array and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:841
    • 提供者:fancy
  1. HuMoment

    0下载:
  2. 修改后的计算Hu归一化中心距的代码,与matlab程序计算结果一致,并附带测试对比图片,通过对放大前后两张图像的Hu计算,发现结果是一样的,证明了Hu矩在图像尺寸变化时保持不变,旋转、平移情况自己做吧-The revised calculation of Hu normalized center distance of the code results are consistent with the matlab program to calculate and compare with tes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1811913
    • 提供者:
  1. 11

    0下载:
  2. 图例归一化代码,用C++编写,效果很好,可用在各类图像的归一化研究中。-Legend normalized code, using C++ written a good effect, can be used in various types of image normalization study.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5367
    • 提供者:小权
  1. work

    0下载:
  2. 归一化代码,自己做毕业设计的时候随便编的-Normalized code, make their own graduation time series of random
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1957
    • 提供者:zhuoran
  1. fenleidaima

    0下载:
  2. 文件中包含matlab中常用的分类方法 以及归一化代码 供自学-The file contains the classification methods commonly used in MATLAB and the normalized code for self-study
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:568
    • 提供者:田丰昊
  1. 123

    0下载:
  2. 样本训练采集及归一化代码,用于预处理阶段。-Sampling normalization code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:805
    • 提供者:liuchuan
  1. 456

    0下载:
  2. 对KDD数据里的符号性数据进行数值化,然后再归一化,提供输入(The symbolic data in the KDD data is numerically calculated)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-12
    • 文件大小:14336
    • 提供者:程序鹅
  1. NLMS

    0下载:
  2. 在外辐射源雷达中测试通过的归一化自适应滤波算法,很简单,只有几行代码()
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:小样
  1. code

    0下载:
  2. 数据归一化代码,可用于.arff类型的数据进行归一化操作和对应的决策树实现代码(Data normalization code, can be used for.Arff type data normalization operation)
  3. 所属分类:Java编程

    • 发布日期:2018-01-02
    • 文件大小:4096
    • 提供者:102444
  1. ULAUCA

    0下载:
  2. 单位均匀线阵自适应归一化波束的形成代码 单位均匀圆阵自适应归一化波束的形成代码(The uniform line array adaptive normalized beam forming code The uniform line circle adaptive normalized beam forming code)
  3. 所属分类:网络编程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:莫亦儿
  1. 代码

    1下载:
  2. 归一化代码,把所有数据转换成0与1之间相对应的数范围。(Normalization code that converts all data into the corresponding number range between 0 and 1.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-06
    • 文件大小:24576
    • 提供者:刘洪
  1. 模糊神经代码

    0下载:
  2. 下面这段程序是网站上帖子里面贴的模糊神经网络matlab实现参考程序,但是程序的中文注解写的很乱,大概看懂了下。运行是没问题的, 经过训练后的参数比较差,用原数据输入训练好的网络,得出结果和要的结果误差很大,不明白是怎么回事? 还有要是多输入多输出这段程序该怎么改?模糊神经网络可以用matlab工具箱实现吗? 还有输入数据差别比较大(就是大小差异大)是不是要进行归一化再学习训练呢? 求解,求解答! 对于你的帮助不胜感激!(Processing data for pr
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:清爽的Ammy
  1. Desktop

    0下载:
  2. 自己手打,亲测有用,很简单很实用,如果不会可以联系我(Selfmake,useful! matlab 2016a)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:老ABCD
  1. matlab环境下的步态识别代码及视频序列

    2下载:
  2. 行人重识别 光流法 步态能量图 文件处理 归一化 步态识别(Pedestrian recognition, optical flow method, gait energy diagram, document processing, normalized gait recognition)
  3. 所属分类:图形图象

    • 发布日期:2020-03-14
    • 文件大小:5189632
    • 提供者:言西早雨
  1. guiyihua

    6下载:
  2. 归一化随机共振代码,亲测有用,需要的自己拿(Normalized Stochastic Resonance Code)
  3. 所属分类:matlab例程

« 12 3 4 5 6 »
搜珍网 www.dssz.com