搜索资源列表
PWM
- 利用汇编语言编写,VHDL,实现PWM波形转换电压,直接导入单片机即可运行,产生波形输出实现转换电压的功能.
pwm.rar
- 在pic单片机pf18f485的控制下使CCP1模块工作在脉宽调制PWM波形方式下从RC2口上输出分辨率达10位的 ,Pf18f485 in the pic under the control of single-chip so that the work of CCP1 module in PWM mode PWM waveform output from the RC2 I 10 resolution of the
pwm10
- 產生三角波來比較pwn輸入訊號,以此產生pwm之波形始需要的硬體設備驅動-Triangular wave generated to compare the input signal pwn as the pwm waveforms generated only need the hardware device driver
AVR
- AVR单片机,用定时器1产生PWM波形,包含具体的程序说明-There are two disk files A and B, the storage line of letters, requested the information in these two documents combined (in alphabetical order), output to a new file C,.
TM57PE12_PWM0
- 十速TM57PE12_PWM0应用程序。 PB1,PB2,PB3对应按钮k1,k2,k3. 每次按下K1键,PWM0的波形周期将按50US,100US,150US,200US的顺序循环改变。 每次按下K2键,PWM0的波形占空比将按1/5,2/5,3/5,4/5的顺序循环改变。 每次按下K3键,PWM0输出的波形为默认值(周期50us,占空比为1/5)-Ten Speed TM57PE12_PWM0 applications. PB1, PB2, PB3 the correspo
picPWM
- pic单片机pwm波形发生器,在pic单片机pf18f485的控制下使CCP1模块工作在脉宽调制PWM波形方式下从RC2口上输出分辨率达10位的 -LIST P=18F458 INCLUDE "P18F458.INC" DEYH EQU 0X20 DEYL EQU DEYH+1 JIANR EQU DEYH+2 存储键值用寄存器 ORG 0X00 GOTO MAIN ORG 0X08 GOTO INTSERVE ORG 0X30
Pwm_dsp2407(pwm1-2)
- 基于PWM波形输出,输出pwm1-2,PWM2,低有效,PWM1高有效-Output pwm1-based PWM waveform output, PWM2, low, effective, PWM1 high effective
ASM-for-ccp-output
- 汇编语言实现PIC单片机IO口输出PWM波形,经过试验证实,软件没有任何问题。-Assembly language PIC microcontroller IO port output PWM waveform, after tests confirmed that the software without any problems.
motor
- 直流电机的转速控制。利用8253产生“准PWM”(占空比50 ~0 )波形,不同的占空比影响着直流电机的转速。通过秒中断服务程序读取K7-0的数据、修改PWM的占空比,实现直流电机的转速控制。 -DC motor speed control. 8253 use a " quasi-PWM" (50 to 0 duty cycle) waveform, affecting different duty DC motor speed. Read by the interru
直流电机控制源代码
- 通过前馈控制直流电机运转,并生成pwm波形进行检测(Feedforward control of DC motor)