搜索资源列表
已知两点求第三点的双字节无符号定点插值算法
- 两个点的线性插值定点数算法 说明: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,
cal_fun
- 采用简单的线性内插方式,实现在有序数列中查找对应点,常用于外部AD采集获得的数据列表查询,提高精度,本程序提供良好的函数接口和一些基本函数供用户使用。-Using simple linear interpolation, and find the corresponding points in the sequential number column, to obtain a list of data on external AD acquisition commonly used query,