CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线性度计算

搜索资源列表

  1. 最佳直线应用程序

    0下载:
  2. 用于传感器线性度计算的小程序,供大家 共享和学习.-linear sensor for small calculation procedures for share and learn.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:59.1kb
    • 提供者:adan
  1. SensorAnalysis

    0下载:
  2. 一组仪器性能分析程序,分别计算仪器的线性度、迟滞、符合度、重复性。其中M_repeatability与M_bessel一起使用计算重复性。具体算法参考《传感器技术及应用》樊尚春著。-equipment performance analysis procedures, the machines were calculated linearity, hysteresis, compliance and reproducibility. M_repeatability M_bessel which t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.67kb
    • 提供者:胡瑞飞
  1. PICTURE

    3下载:
  2. VC编写的图像处理程序。实现了图像的几种几何变换(平移,对称、旋转、错切变换,缩小,放大); 单色图像灰度处理(逆反、东亚级转化);图像的对比度处理(增加、减小对比度,量度增强、减小); 局域滤波(中值滤波);二值图像处理(阈值计算,切片法二值化,等灰度片二值化,线性二值化;四领域收缩,四领域膨胀,8领域收缩,8领域膨胀,4领域清除孤立点,8领域清除孤立点;细化算法1,细化算法2实现图形细化); 图像测量(面积测量,除小面积粒子,区域边界抽出,周长测量,长度测量,角度测量); 并
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:153.93kb
    • 提供者:杜红艳
  1. wendu

    0下载:
  2. 在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值?BR> [18B20源程序加上位机温度显示应用程序包(1).rar] - 用c写的18b20驱动程序 功能:实现对DS18B20的读取 原理:单总线协议 注意:单总线协议对延时要求比较严格,此程序中采用的是11.0592M的晶振,如果使用其他的晶 [最佳直线应用程序.rar] - 用于传感器线性度计算的小程序,供大家 共享和学习.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:jkl
  1. GammaLineLogTran.rar

    0下载:
  2. 图像灰度变换中的线性变换、对数变换、Gamma变换函数,不是利用matlab里面现成的函数实现,而是是利用数学公式计算得到,对于理解上述变换的实质有一定的价值 ,Image gray-scale transformation of the linear transformation, logarithmic transformation, Gamma transform function, instead of using off-the-shelf function inside matla
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:861byte
    • 提供者:zchh
  1. ImageProcessing

    0下载:
  2. 图像处理的课程设计功能有 1.直方图的计算与显示 2.线性点运算 3.灰度均衡 4.傅里叶正变换 5.模板操作、中值滤波-Image processing function of curriculum design 1. Histogram calculation and display 2. Linear 3-point operations. Grayscale balance 4. Fourier transformation 5. Template operation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.16mb
    • 提供者:张志荣
  1. zy5

    1下载:
  2. 摘 要:曝光瞬间造成图像模糊的运动通常作为直线运动近似处理 ,若能找出模糊图像的运动模糊方向 ,并将之旋转到水平轴 ,则二维问题可简化为一维来处理 ,大大简化由模糊图像估计出运动模糊点扩散函数以及图像恢复的过程 ,并为图像恢复的并行计算创造有利条件。由于运动模糊降低了运动方向上图像的高频成 分 ,沿着运动方向实施高通滤波 方向微分 ,可保证微分图像灰度值 绝对值 之和最小。基于此 ,本文利用双线性插值的方法 ,固定并适当选取方向微分的微元大小 ,构造出3 ×3方向微分乘子 ,得到了高效高精度
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:262.05kb
    • 提供者:彭彭
  1. exp1

    0下载:
  2. 计算一幅灰度图像的直方图;进行简单的线性变换,并与源图像的直方图做变换;利用直方图均衡化进行图像增强-Calculating a gray-scale image histogram simple linear transformation, and to do with the source image histogram transformation the use of histogram equalization for image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:224.95kb
    • 提供者:凌丽
  1. histogram

    0下载:
  2. 计算直方图,对灰度图像进行线性变换,利用直方图均衡化实现图像增强-Calculate histogram, linear transformation of the grayscale images using histogram equalization to achieve image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:75.62kb
    • 提供者:紫瓶
  1. KthSmallestNumber

    0下载:
  2. 求第K个最小数的线性时间算法,采用分组分块计算,算法时间复杂度为O(n)-The algorithm of calculateing the Kth smallest number in an array
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.82kb
    • 提供者:hertz
  1. static

    0下载:
  2. c++计算传感器的静态特性,从正行程和反行程拟合出直线,得出线性度,迟滞,重复性-c++ calculation of static characteristics of the sensor, from being fitted out the travel itinerary and anti-straight, come linearity, hysteresis, repeatability
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.68kb
    • 提供者:孔霖
  1. VB

    0下载:
  2. 输入一些数,计算它的线性度和最小二乘式,以及两端连线方程-Input, calculation of some linearity and least-square type, and ends attachment equation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:13.23kb
    • 提供者:灵动
  1. sensor-analysis

    0下载:
  2. 这是一个仪器性能分析程序,对一组数据进行拟合,分别计算仪器的线性度、迟滞、重复性、最大值、最小值。-This is an instrument performance analysis program to fit a set of data were calculated instrument linearity, hysteresis, repeatability, maximum, minimum.
  3. 所属分类:LabView

    • 发布日期:2017-11-27
    • 文件大小:24.51kb
    • 提供者:李静
  1. xianxingdu

    0下载:
  2. 分析计算大规模数据的线性度的一个小程序,可绘图,m文件-Linearity analysis and calculation of data, can be a drawing, m file
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:892byte
    • 提供者:pcyan
  1. chongfudu

    0下载:
  2. 计算传感器在量程范围内测试数据的线性度、重复度等。包括测试数据、程序源码、测试结果都已经给出。-The linearity and repeatability of the test data in the range of the sensor are calculated. Including test data, program source code, test results have been given.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.11kb
    • 提供者:杜少陵
  1. 线性度计算程序

    0下载:
  2. 输入标准和实测的电压与角度,显示线性度结果。(Enter the standard and measured voltage and angle, showing the linearity results.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:144kb
    • 提供者:jyang
  1. attentionFactorizaitonMachine

    0下载:
  2. Attension FM的理论论文,可用于高度稀疏数据场景,并且具有线性的计算复杂度(Factorization Machines (FMs) are a supervised learning approach that enhances the linear regres- sion model by incorporating the second-order fea- ture interactions)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:1.99mb
    • 提供者:敏灏
  1. DNL&INL

    1下载:
  2. 计算多比特ADC和DAC的静态线性度, 主要是DNL和 INL(calculate the DNL and INL of ADC and DAC)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:Gavin2
  1. cwambiguity

    0下载:
  2. 计算窄带信号的模糊度,矩形信号,线性调频信号等(Calculating the ambiguity of narrow band signal)
  3. 所属分类:仿真建模

    • 发布日期:2018-01-08
    • 文件大小:40kb
    • 提供者:little kid
  1. 位移测试与系统静态特性实验仪

    0下载:
  2. 模拟输入位移信号,对系统静态特性进行计算,包括线性度,滞后度,系统误差等(Analog the input displacement signal and calculate the static characteristics of the system, including linearity, hysteresis, system error, etc.)
  3. 所属分类:LabView编程

    • 发布日期:2020-02-11
    • 文件大小:191kb
    • 提供者:CC23
« 12 3 »
搜珍网 www.dssz.com