搜索资源列表
已知两点求第三点的双字节无符号定点插值算法
- 两个点的线性插值定点数算法 说明: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,
line
- 线性插值算法与抛物线插值算法,可直接在单片机等系统中使用-Linear interpolation algorithm and parabolic interpolation algorithm can be directly used in the SCM and other systems
Temp_Meas
- 实现热敏电阻测温在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
autometer_line_cnt
- 汽车仪表的分段线性插值函数程序,带断电处理函数,非常实用。-Piecewise linear interpolation function of automobile instrument, with power function, very useful.
NTCP1602(C51)
- 负温度系数热敏电阻测温程序(-40~40摄氏度),线性插值,proteus 8仿真1602显示-Negative temperature coefficient thermistor temperature measurement program (-40 to 40 degrees Celsius), linear interpolation, proteus 8 1602 display emulation