CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 数值转换

搜索资源列表

  1. lena

    0下载:
  2. lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。 -lena image after decomposition of the standardized image data format suitable for display by the image is converted to uint8 format suita
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.47kb
    • 提供者:梁明
  1. Arnold

    0下载:
  2. 这是一个图像数值矩阵Arnold转换函数的MATLAB源代码-This is a numerical matrix image Arnold transfer function MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.22kb
    • 提供者:zhangyi
  1. 7

    0下载:
  2. 本程序是数制转换问题,为十进制数字和罗马数值间的相互转化,本程序用的是函数调用法-This program is the number of system conversion problems, in order to decimal numbers and value of the inter-conversion of Rome, this program using a function call method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.4kb
    • 提供者:zhu
  1. cwq

    0下载:
  2. 用递归法将一个整数n转换成字符串(例如输入4679,应输出字符串“4679”),n为不确定数,可以是位数不超过5,且数值在-32768~32767之间的任意整数。 -Recursive method to convert a string to an integer n (for example, type 4679, should output the string " 4679" ), n is the number of uncertainty, which can b
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.87kb
    • 提供者:陈雷
  1. rs232

    0下载:
  2. 实现了用rs232接口传入数字信号,并且可通过键盘输入对模数转换器放大率的数值改变-Achieved with a rs232 interface, the incoming digital signal, and keyboard input to the ADC through the magnification of the numerical change
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:714byte
    • 提供者:illg
  1. matlab-sym-char-num

    0下载:
  2. matlab sym格式转换成char型和数值型的简易算法-sym convert to char or num simple algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:2.46kb
    • 提供者:Liu Kevin
  1. diedai

    0下载:
  2. 利用数值迭代技术计算GPS数据转换,该方法修正了计算的海拔高度溢出的问题。-Calculated using numerical iterative technique GPS data conversion, correction of the method to calculate the altitude of the overflow problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1023byte
    • 提供者:putaoyuan
  1. hex2dec_diy

    0下载:
  2. function hex2dec_diy(infile,outfile,row,col) 从文件中读取十六进制的数据,转换为十进制数据后,再存储数据文件。 infile: 输入文件名,字符类型 outfile: 输出文件名,字符类型 row: 输入数据行数,数值类型 col: 输入数据列数,数值类型 Author: xcw Data: 2011-07-27 -no descr iption
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:685byte
    • 提供者:xin_canwei
  1. WL3-45B-01

    0下载:
  2. 按上/下键修改LED数码管显示数值,输出D/A转换后的电压值,方案2-up and down key to change the dispay number and output a D/A voltage
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2.86kb
    • 提供者:wu
  1. DateStr2Num_debuging

    0下载:
  2. 日期转换的程序。可将字符型日期转换为数值型。增加了一种常用日期编码格式。建议将其作为mex使用,速度有显著提高。-Date conversion process. Date can be converted to a numeric character. Added a common date code format. Recommend its use as a mex, the speed has improved significantly.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.27kb
    • 提供者:King
  1. Viterbi

    1下载:
  2. 详细的卷积编码与维特比译码算法。产生随机信号,对信号进行卷积编码,然后经过数值转换、格雷编码,QPSK调制,进入加噪信道,之后进行QPSK解调,格雷解码, 数制转换、 维特比译码得到接收端的信号。-Detailed convolutional coding and Viterbi decoding algorithm. Random signal, the signal convolution coding, and then through numeric conversion, Gray c
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.29kb
    • 提供者:阿龙
  1. calculator_rangebyGPS_matlab

    0下载:
  2. 利用两点的GPS数值进行坐标转换,然后计算两点之间的距离-The two values ​ ​ for the GPS coordinate conversion, and calculates the distance between two points
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.84kb
    • 提供者:张瑞
  1. Genetic-Algorithm-matlab

    1下载:
  2. 遗传算法 ( Genetic Algorithm , GA) 是借鉴生物界自然选择和群体进化机制形成的一种全局寻优算法 。与传统的优化算法相比 ,遗传算法具有如下优点 [1 ] :1 ) 不是从单个点 ,而是从多个点构成的群体开始搜索 2) 在搜索最优解过程中 ,只需要由目标函数值转换得来的适应值信息 ,而不需要导数等其它辅助信息 3) 搜索过程不易陷入局部最优点 。 数学建模中常用的matlab算法,遗传算法,内容详细,包括PDF版本的详细的算法实现过程;-Genetic Algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:159.76kb
    • 提供者:刘珅
  1. Q84

    0下载:
  2. (具体数值在程序文件中更改)卫星的站心地平坐标系坐标转换为84坐标系坐标-Station Local Coordinate Systems (specific numerical changes in the program file) satellite is converted to 84 Coordinate Systems
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:705byte
    • 提供者:李雪飞
  1. tupian

    0下载:
  2. 实现灰度图到伪彩图的转换(其中伪彩图的数值可能需要根据不同图片做适当调整)-Achieve pseudocolor conversion to grayscale (pseudo-color pictures in which the value may need to make the appropriate adjustments depending on the image)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:574byte
    • 提供者:Leah
  1. Statistic

    0下载:
  2. 批量导入某一个文件夹下的全部txt文件,用来导入仓库数据为矩阵,并进行数值统计,计算。(The batch import of all txt files under a folder is used to import warehouse data as a matrix for post processing.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:15kb
    • 提供者:destarkable
  1. HDR_Imaging

    2下载:
  2. 采用基于梯度的算法,通过matlab实现高动态范围成像。高动态范围图像,相比普通的图像,可以提供更多的动态范围和图像细节,根据不同的曝光时间的低动态范围图像,利用每个曝光时间相对应最佳细节的低动态范围图像来合成最终高动态范围图像,能够更好的反映人真实环境中的视觉效果。这里采用的高斯模糊展示了高动态范围图像中超出取值范围的数值也是有用的,即使它们在转换成低动态范围图像的时候通常都要被裁掉。在原始的高动态范围图像中,这些像素都有非常大的亮度值。当图像模糊的时候,周围的像素亮度被“拉高”并且在色度映射
  3. 所属分类:matlab例程

    • 发布日期:2020-05-09
    • 文件大小:6kb
    • 提供者:lixiaoke
搜珍网 www.dssz.com