搜索资源列表
matlab_dystem_in
- 二阶系统的最小二乘一次完成算法辨识程序,图形的横坐标是采样时刻i, 纵坐标是输出观测值z, 图形格式为连续曲线-second-order system of least-squares algorithm for a complete identification procedures, graphics abscissa is the sampling time i, longitudinal coordinates of the output value of observation z,
1-1
- 简单C学习手把手学C51,用C编写的工程控制程序,算法采用PID,具有参数设置,保存文件,实时显示曲线的功能。
NIHE
- 在c8051f015单片机上实现最小二乘法曲线拟合算法,开发环境是KEIL 7.50.
SerialComm_final
- 一个风扇转速控制的上位机程序,通过串口与下位机DSP实现通信,协议在压缩包内有说明,显示曲线程序暂时没有,通过向d盘写一个real.dat文件作为曲线显示的接口,方便扩展,上位机只是实现了通讯,具体的控制算法在DSp内部实现的
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
WINCE_fanjuchi.rar
- wince下曲线反锯齿算法。由于smartphone中没有GDI画图,很好地解决了这个问题!,wince under the curve of anti-aliasing algorithm. As the smartphone does not GDI drawing, a good solution to this problem!
ECC
- 单片机上实现的椭圆曲线算法ECC算法的C源码,有很好的参考价值-。
AutoPID
- PID自整定算法程序,根据阶跃响应曲线最优评价函数自动实现PID参数整定。-PID self-tuning algorithm for the procedure, according to step response curve of the optimal evaluation function automatically setting PID parameters.
91331998gongkongpid
- 用vb编写的工程控制程序,算法采用PID,具有参数设置,保存文件,实时显示曲线的功能。--with vb prepared by the engineering control procedures, PID algorithm with parameter settings, save the file, real-time curve function.
willessblood
- 用C8051 + 无线做的无线护士站资料(SI100),血压测量算法,曲线拟合-To do with the C8051+ wireless data wireless nurses station (SI100), blood pressure measurement method, curve fitting
Motion_control
- 用verilog语言编写的步进电机加减速控制算法,可选择梯形曲线或S型曲线算法-Verilog language stepper motor acceleration and deceleration control algorithm, you can choose the trapezoidal curve or S-curve algorithm
digital-audio-frequency-c2000
- 本设计采用TMS320F2808 DSP芯片,制作了一台音频频率数字扫频仪,能够测量未知网络音频范围内的幅频特性。该系统具有良好的可扩展性,关键系统参数软件可调,并可通过算法设计实现相频特性的测量,同时小巧灵活,具有实时性强,精度高的特点。用户可以通过PC机上友好的用户界面方便灵活地控制整个系统的工作,查看数据及观察测试曲线。-This design uses TMS320F2808 DSP chip, produced a digital audio frequency sweep gener
CurveFit
- 嵌入式多项式最小二乘曲线拟合C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C polynomial least-squares curve fitting algorithm, the LPC2200 on a long-running success, the algorithm result is correct
CurveFit
- 嵌入式多项式最小二乘曲线拟合C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C polynomial least-squares curve fitting algorithm, the LPC2200 on a long-running success, the algorithm result is correct
TRACE-CAR
- 红外两轮循迹小车PID算法,算法通俗易懂,结构简单,完美的在曲线赛道上运行。-Infrared tracking car rounds PID algorithm, the algorithm in plain, simple structure, the perfect curve of the track to run on.
lvbo
- 十种经典滤波算法集锦 用于摄像头滤波,获得平滑的特性曲线-Ten classic curve highlights filtering algorithm for camera filter, to obtain a smooth
TinyECC2.0
- TinyECC:简单的椭圆曲线加密程序算法-TinyECC: Elliptic Curve Cryptography on TinyOS (version 2.0)
shuiwenkongzhi
- 为了实现水温控制系统的设计要求,通过对各模块电路方案的比较及论证,最后确定了这种以STC89C52单片机为核心的硬件电路,选用DS18B20温度传感器测量水温,该传感器分辨温度可达0.0625℃,750ms数字转换,采用单总线连接,测量精度高,转换时间快,就有极强抗干扰纠错能力,在加上PID算法的精确控制,其精度足以满足题目要求。显示模块采用12864点阵液晶,并行接口,编程容易,美观大方,可实现水温及其随时间变化的实时曲线的显示功能。除单片机可实现的恒值自动控制外,该系统还可通过键盘设定水温,
步进电机S曲线算法
- 实现步进电机S曲线的算法。可用C语言实现,算法用C实现,然后数据可以通过FPGA用DDS处理,输出任意频率和脉冲个数。(Algorithm for realizing S curve of stepping motor. C language can be implemented, the algorithm is implemented with C, and then data can be processed by FPGA using DDS, output arbitrary freq
最小二乘法曲线拟合
- 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)