搜索资源列表
pidcontrolC
- 一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-a typical PID ha
DSP2812_BLDCM
- 程序是我用DSP2812开发的无刷直流电机控制程序,程序是在TI公司的BLDC3_1软件的基础上构造的,实现了无刷直流电机的速度环PID控制,并且可以进行无刷直流电机的高级控制算法研究,扩展及其方便。 其中,无刷直流电机控制系统是有HALL传感器的系统,电机是24V3000rpm驱动板是类似TI公司的DMC1500板卡。欢迎交流-procedure I used DSP2812 development of the brushless DC motor control procedures,
ADIVisualDSP++5.0Notes
- ADI美国模拟仪器公司的VisualDSP++5.0手册,用来开发ADI公司的DSP软件的开发工具。类似CCS的东西。
Protect_hb.rar
- 继电保护功能的程序。控制器为LF2407A.功能类似申瑞继保。,Relay feature. Controller LF2407A. Function similar to the Shen Rui Ji Bao.
mcbsp_loopback
- DSP28335的MCBSP接口的驱动程序,类似SPI口的功能,可进行数据的收发-The DSP28335 MCBSP interface driver, similar to the SPI port can send and receive data
PRO
- 基于dsp2407的485通讯程序,适应工业通讯场合,可以做为开发相类似做参考-Dsp2407 of 485 based on the communication process, adapting to industrial communications occasions, can be used as a reference to develop similar
AlterFFT
- 该代码实现FFT算法,是学习傅立叶变换以及掌握类似算法的好资料。-this is fft augrothim。
ADC_Test
- 基于DSP2812的AD采样显示程序,此程序可以显示采样的模拟波形,类似实现一个示波器的功能。-Based on the DSP2812 the AD sampling of display program, this program can display a sampling of the analog waveform, similar to an oscilloscope.
SEED101_VideoReverse
- 将图像按象素进行求反,取得类似照相底片效果。求反处理的图像与原始图“黑白颠倒”, 可以看清原始图中灰黑区域的情况。求反的图像一般用于数字图像的初步处理。-Image pixel negated, to similar photographic film effect. Negates the processed image as the original black and white reversed, you can see the gray area in the original i
PWM_TIMER_INT
- DSP28335的EPWM实例,使用EPWM1模块的中断,EPWM1A产生波形变化的矩形波,EPWM1B产生波形稳定的矩形波。EPWM2,EPWM3类似。-The DSP28335 EPWM instance, interrupt the use of the EPWM1 module, the rectangular wave EPWM1A waveform changes, EPWM1B generates a rectangular waveform stability. EPWM2, l
PWM_AQ
- DSP28335的EPWM实例,使用EPWM1模块的动作控制AQ,来控制EPWM1A,EPAM1B对应的输出波形,EPWM2,EPWM3类似。- The DSP28335 instance of EPWM AQ using the EPWM1 module, motion control, to control EPWM1A, the output waveform, EPAM1B corresponding to the EPWM2, similar to EPWM3.
self-balancing-two-car-operation
- 大学生竞赛资料,用于制作类似两轮平衡车的,可衍生其他同类应用。-Students Contest materials used to make similar two balanced car, can be derived other similar applications.