搜索资源列表
-
0下载:
两个点的线性插值定点数算法
说明: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,
-
-
0下载:
DSP2407平台下用C语言实现的数控直线插补源代码。T2中断插补周期2ms,可设定两组PWM输出状态,实现两个电机控制。使用了数字增量插补时间分割法进行直线插补。-DSP2407 platform using C language NC linear interpolation source code. T2 interrupted interpolation cycle 2ms, set two PWM output and achieve two motor control. The us
-
-
0下载:
本源码是基于TMS320F240 EVM编写的正弦波生成程序。利用分段线形插值法产生正弦波,输出波形较好,频率和幅值可调,-source is based on the EVM TMS320F240 prepared by the sine wave generated procedures. Use the linear interpolation generated sine wave, the output waveform better, adjustable frequency and
-
-
0下载:
实现了直线插补程序,指明起点和终点即可.实际应用于XY绘图仪的画线并成功.在凌阳unSP IDE上编译通过.用C编写,可方便地移植.-achieved a linear interpolation procedures specified starting point and destination can be. actual XY plotters used in the line drawing and successfully. In Sunplus unSP compiled IDE
-
-
0下载:
一个好程序关于CPLD的直线插补在数字积分中的应用-a program on the CPLD linear interpolation in the digital integration of
-
-
0下载:
Xilinx提供的一种利用线缓存进行插值的隔行变逐行程序,比普通算法效果有很大改进。-Xilinx to provide a linear interpolation for the cache interlaced progressive change procedures, than ordinary algorithm results are greatly improved.
-
-
0下载:
线性插值算法与抛物线插值算法,可直接在单片机等系统中使用-Linear interpolation algorithm and parabolic interpolation algorithm can be directly used in the SCM and other systems
-
-
0下载:
雙線性內插法(bi-linear interpolation)
此方法以(x,y)的四個鄰近點來求得最近似的灰度
-err
-
-
0下载:
插值法 线性化程序 单片机 程序 线性拟和-Linear interpolation procedure pseudoparabolic Singlechip procedures and
-
-
1下载:
分段线性插值法,用于数据采集计算的经典算法-Piecewise linear interpolation method for the calculation of the classical algorithm for data acquisition
-
-
1下载:
本程序为直线插补程序,运用在数控机床上.RAR-This procedure is linear interpolation procedure, used in CNC machine tools. RAR
-
-
0下载:
雷泰DMC1410v1.1运动控制卡测试程式.可测试该控制卡直线插补和圆弧插补性能及I/O,并有间单的示教功能。需装有DMC1410v1.1运动控制卡才可测试。-Raiter DMC1410v1.1 motion control card test program. Can test the controller performance of linear interpolation and circular interpolation, and I/O, and a single betwee
-
-
0下载:
课程设计 测频程序 线性插值测温度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
-
-
2下载:
用C51开发的数控铣床控制器程序,包含直线插补,圆弧插补-CNC milling machine with C51 controller development process, including linear interpolation, circular interpolation
-
-
0下载:
CNC数控系统,用于四轴直线插补功能源码例子。-CNC system, four-axis linear interpolation example.
-
-
0下载:
基于armlinux下的电机直线插补,圆弧插补算法。-Under the motor based on armlinux linear interpolation, circular interpolation algorithm.
-
-
0下载:
采用简单的线性内插方式,实现在有序数列中查找对应点,常用于外部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,
-
-
0下载:
Initial Repository creation
20100214: initial push - code is lash-up of Compact Flash project. Most functions incomplete.
Goals:
* Support GCode from Skeinforge right out of the box
* Use novel ultra-ultra-simple mechanical scheme using o
-
-
0下载:
介绍一种高速高精度的开方算法它适用于最一般开方运算形式汉, 算法将数据映射
至(0,1000)区间, 进而将该区间进行非均匀分段, 并用查表与线性插值相结合的方法, 既实现了高速、高精度开方运算, 又使数据表格占用较少的存贮单元这种算法还很容易推广应用于其他幂函数计算-Introduced a high-speed high-precision square root algorithm, it applies to the Han Dynasty, the most general for
-
-
0下载:
单片机控制步进电机的硬件插补资料,在做两轴插补运算时可以作为参考-Single chip microcomputer control stepping motor hardware interpolation data, when doing two axis interpolation algorithm can be used as a reference
-