CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 线性插值

搜索资源列表

  1. 已知两点求第三点的双字节无符号定点插值算法

    0下载:
  2. 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2 - y1) (x-x) / (x2 - x1) y1 2,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16289
    • 提供者:马良
  1. line

    0下载:
  2. 线性插值算法与抛物线插值算法,可直接在单片机等系统中使用-Linear interpolation algorithm and parabolic interpolation algorithm can be directly used in the SCM and other systems
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:834
    • 提供者:PK
  1. resolutionquartusII

    1下载:
  2. 用verilog编写的分辨率提高的源代码 采用双线性插值-Written resolution with the verilog source code to improve the use of bilinear interpolation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-21
    • 文件大小:6241225
    • 提供者:权晶
  1. chazhifa

    0下载:
  2. 插值法 线性化程序 单片机 程序 线性拟和-Linear interpolation procedure pseudoparabolic Singlechip procedures and
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1224
    • 提供者:赵国栋
  1. asedf

    1下载:
  2. 分段线性插值法,用于数据采集计算的经典算法-Piecewise linear interpolation method for the calculation of the classical algorithm for data acquisition
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:137155
    • 提供者:hncsljf
  1. Compilationoftheoriginalhorizontalandverticalinter

    0下载:
  2. 原始水平垂直插值汇编,这是用DSP线性汇编实现的快速方法,希望对大家有借鉴作用-Compilation of the original horizontal and vertical interpolation, which is implemented by DSP linear assembly quick way, we want to serve as a reference
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:1673
    • 提供者:chenqingyun
  1. temp

    0下载:
  2. 课程设计 测频程序 线性插值测温度5度标定 我得单片机课程设计 做了两天的 用555定时器和51单片机的测频程序组成的景区温度测量电路 用线性插值的方法测量 很准的 10k的NTC电阻 1602显示-Frequency measurement program curriculum design temperature of 5 degrees linear interpolation of measured single-chip calibration I have to do a two-d
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-09
    • 文件大小:1623174
    • 提供者:yuwei
  1. scaler

    0下载:
  2. 针对视频数据的ZOOM IN/OUT模块, 插值算法为双线性或最邻近可选。-For video data ZOOM IN/OUT module, Interpolation algorithm for bilinear or nearest neighbor optional.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:6765
    • 提供者:
  1. a-square-root-algorithm

    0下载:
  2. 介绍一种高速高精度的开方算法它适用于最一般开方运算形式汉, 算法将数据映射 至(0,1000)区间, 进而将该区间进行非均匀分段, 并用查表与线性插值相结合的方法, 既实现了高速、高精度开方运算, 又使数据表格占用较少的存贮单元这种算法还很容易推广应用于其他幂函数计算-Introduced a high-speed high-precision square root algorithm, it applies to the Han Dynasty, the most general for
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:2412771
    • 提供者:sunshine
  1. Intelligent--system

    0下载:
  2. 设计一个智能化的数据采集和电压监控系统,该系统以单片机为核心并具有如下功能:1)能对2-4v范围变化的模拟信号进行连续采样(模拟信号中有尖峰脉冲干扰和50Hz工频干扰)和实时数字显示,采样周期为1秒,保存最近的50个连续采样值;2)当采样值小于2v时1个报警灯闪烁,大于4v时2个报警灯闪烁;3)能对存在的系统误差进行线性插值校正;4)能和上位机进行串行通信,根据上位机的要求随时将采样数据上传;5)能产生占空比为10 幅度为5v的100Hz脉冲波供外设用。智能电压监控系统-Design an in
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-16
    • 文件大小:27425
    • 提供者:cc
  1. Temp_Meas

    0下载:
  2. 实现热敏电阻测温在Proteus下的仿真,使用ATMega16单片机,折半查表算法和线性插值算法,测温范围达-8~120度,精度达0.01度-Thermistor temperature measurement under the Proteus simulation, use ATMega16 microcontroller binary look-up table algorithm and linear interpolation algorithm, the temperature ra
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:130645
    • 提供者:Andy Chen
  1. autometer_line_cnt

    1下载:
  2. 汽车仪表的分段线性插值函数程序,带断电处理函数,非常实用。-Piecewise linear interpolation function of automobile instrument, with power function, very useful.
  3. 所属分类:SCM

    • 发布日期:2017-12-10
    • 文件大小:2063
    • 提供者:zjsxhwl
  1. TiM4

    0下载:
  2. TI杯电子设计竞赛所用的TM4C123G最小系统版所需的外设驱动,有红外接收,LCD12864,LCD1602,16位DAC,单片机内三次线性插值的程序。自己写的,效率和稳定性都优化过了-look chinese
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:11216
    • 提供者:蔡宇杰
  1. armfly-DSP-tutorials-Chapter-21

    0下载:
  2. 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程主要讲解一维数据的线性插值和二维数据的双线性插值。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
  3. 所属分类:DSP program

    • 发布日期:2017-04-29
    • 文件大小:431879
    • 提供者:安富莱电子
  1. project_11_first_d1_HDMI

    0下载:
  2. 本代码将TW2867第一通道输出解复用以后进行BT.656格式的解析,然后将奇偶场合并为一帧存入DDR2,读取的时候使用双线性插值算法,将原始的720 x576的分辨率放大到800x600,然后在HDMI口输出。-This code will TW2867 first channel output demultiplexing after parsing BT.656 format, then the parity occasions and as a frame stored in DDR2,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:808017
    • 提供者:张少伟
  1. NTCP1602(C51)

    0下载:
  2. 负温度系数热敏电阻测温程序(-40~40摄氏度),线性插值,proteus 8仿真1602显示-Negative temperature coefficient thermistor temperature measurement program (-40 to 40 degrees Celsius), linear interpolation, proteus 8 1602 display emulation
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:39616
    • 提供者:liangchun
搜珍网 www.dssz.com