CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - PWM 占空比 调节

搜索资源列表

  1. PWMcontrolLED

    0下载:
  2. PWM占空比调节,控制小灯的渐明渐暗,程序简单明了-PWM duty cycle regulation, the control of small lights out gradually dimming, straightforward procedure
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:74918
    • 提供者:胡亚军
  1. AVR-pwm.rar

    0下载:
  2. pca模块占空比调节,如用于小车pwm调速。,PCA module duty cycle regulation, such as for car pwm speed control.
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:10826
    • 提供者:xiaozhu
  1. pwm

    0下载:
  2. PWM信号发生及测量仪(50Hz,10~90 占空比可调节) P23输出、P32输入;前两位显示输出占空比,后两位显示输入的测量值 -PWM signal generation and measurement (50Hz, 10 ~ 90 duty cycle adjustable) P23 output, P32 input two shows the output duty cycle, the latter two show the measured value input
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1308
    • 提供者:凡川
  1. motorspeedmodification

    1下载:
  2. 介绍了基于单片机用PWM实现直流电机调整的基本方法,直流电机调速的相关知识,及 PWM调整的基本原理和实现方法。重点介绍了基于MCS一51单片机的用软件产生PWM信号的途径,并 介绍了一种独特的通过采用计数法加软件延时法实现PWM信号占空比调节的方法。对于直流电机速度控 制系统的实现提供了一种有效的途径。-This paper introduces a kind of method of DC —motor speed modification based on PWM theory
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:183879
    • 提供者:austin
  1. MotorSpeedControl

    0下载:
  2. PWM控制就是脉冲宽度调制。 通过控制电机的电压脉冲宽度,可以改变其电压有效值.从而可以改变它的转速. 图中前部分波形与后部分波形周期是一样的,我们通过调节其占空比(图中tH1不等于tH2)。很明显图中前部分波形的电压有效值大于后部分波形的电压有效值,即前者驱动的电机速度比后者的大。 -PWM is pulse width modulation control. By controlling the electrical voltage pulse width, you can
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:62401
    • 提供者:jerry
  1. PWM

    0下载:
  2. 利用PWM占空比调节功能,进行PB3口LED发光二极管亮度调节效果。-Regulatory function of the use of PWM duty cycle for PB3 I adjust brightness light-emitting diode LED effect.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:724
    • 提供者:nihaifeng
  1. PWM-LED

    1下载:
  2. 基于51单片机控制的pwm输出,,占空比可调节,负载位led灯,根据led的亮度强弱可判断pwm占空比的大小-Based on 51 MCU-controlled pwm output, duty cycle can be adjusted, the load position led lights, under the led brightness pwm duty cycle can be judged the strength of the size of the
  3. 所属分类:SCM

    • 发布日期:2017-02-23
    • 文件大小:148316
    • 提供者:myname
  1. PWM

    1下载:
  2. 用T0定时器控制输出PWM,占空比10 到80 可按键调节,输出频率可用按键调节,1KHZ,5KHZ,7KHZ,三个之间变化-T0 timer control output using PWM, duty cycle 10 to 80 of buttons adjust the output frequency can be adjusted keys, 1KHZ, 5KHZ, 7KHZ, varied between three
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:4404
    • 提供者:于哥
  1. 2410-pwm

    0下载:
  2. 2410 pwm波形 驱动程序代码,通过传递参数可调节占空比,含makefile文件和测试程序-2410 pwm waveform driver code, passing parameters can be adjusted by the duty cycle, containing makefile documentation and testing procedures
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:6102
    • 提供者:高文
  1. PWM

    2下载:
  2. 能调节频率和占空比的pwm输出程序 用于stc12c2052ad系列-failed to translate
  3. 所属分类:SCM

    • 发布日期:2017-01-01
    • 文件大小:1024
    • 提供者:ljh
  1. PWM

    0下载:
  2. 适合于cortexM3的pwm应用程序。测试通过,很好用。其中包括对pwm的频率和占空比调节,用到时只需调用文件即可。含注释 -Suitable for the cortexM3 PWM application. Through testing, it is to use. Including the PWM of frequency and occupies emptiescompared to adjust, with then just call files. Contain comm
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:968
    • 提供者: 张宁
  1. 定时器输出PWM波测试工程实例

    0下载:
  2. 定时器输出PWM波测试工程实例 (1)通过对PWM占空比的调节,实现小灯的渐亮的功能,当占空比为100%时再从0%逐渐增加.PWM的周期一定要足够的快,否则其输出电压的波动范围很大,且测不出一个稳定的电压值,这样通过就观察不到小灯渐亮效果. 另外,在改变PWM的周期和占空比之前和之后要分别禁止和使用TPM1,否则改变不起作用.-The timer output PWM wave test works (1) small lights fade function, when the dut
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-11-01
    • 文件大小:152506
    • 提供者:李连强
  1. PWM-LED

    0下载:
  2. 通过改变PWM占空比调节LED两端电压来改变LED灯的亮度-By changing the PWM duty cycle adjustment across the LED voltage to change the brightness of the LED lights
  3. 所属分类:SCM

    • 发布日期:2017-11-08
    • 文件大小:365846
    • 提供者:liming
  1. Breathing-lamp

    0下载:
  2. msp430g2系列单片机呼吸灯源程序,能够实现msp430的pwm占空比调节以实现亮度调节。-Msp430g2 series microcontroller breathing light source program, can realize the msp430 PWM duty cycle to achieve the brightness control.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:19235
    • 提供者:陆城富
  1. PWM

    0下载:
  2. 使用12c5a的定时器制作的PWM输出,可以多个频率调节、占空比调节等-Use of 12 c5a timer, PWM output, adjust multiple frequency and duty ratio adjustment, etc
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:28058
    • 提供者:李华
  1. PWM

    0下载:
  2. 基于单片机的PWM脉宽调制,通过不同占空比调节LED的亮度。-Microcontroller-based PWM pulse width modulation, adjust LED brightness by different duty cycles.
  3. 所属分类:SCM

  1. pwm

    0下载:
  2. 可调节PWM占空比,盛方单片机,51单片机开发,stc89C52- Adjustable PWM duty cycle, Sheng Fang MCU, 51 MCU development
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:38631
    • 提供者:blade_lau
  1. PWM

    0下载:
  2. 通过调节占空比 调节呼吸灯的亮灭——即脉宽调制PWM-By adjusting the duty cycle adjust breathing bright lights off- that is, the pulse width modulation PWM
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:9412
    • 提供者:王攀
  1. Dead PWM

    1下载:
  2. 实现PWM输出,在电源里面比较常用,可以自己添加调节频率,占空比等,比较适合初学者。(Achieve PWM output, more commonly used in the power supply, you can add their own frequency adjustment, duty cycle, etc., more suitable for beginners.)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-21
    • 文件大小:51200
    • 提供者:飞雪的
  1. 2:STM32_PWM控制LED由暗变亮(占空比可调)

    1下载:
  2. STM32F10x 输出PWM控制LED,可调节占空比(STM32F10x output PWM control LED, adjustable duty ratio)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-21
    • 文件大小:4193280
    • 提供者:lizhihong21
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com