CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - 脉冲宽度

搜索资源列表

  1. C51pulse

    0下载:
  2. 利用8051片内定时器TO来测量外部脉冲宽度的例子-use within 8,051 TO timer to measure pulse width of the external example
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:cao
  1. s3c44b0daima

    0下载:
  2. 该压缩包为ARM S3C44B0的源代码,含有5个程序。分别为按键控制LED,PWM脉冲宽度调制,RTC实时时钟,UART串口通信,DMA直接内存存取等5个实验的源代码。代码以C语言为主,辅以部分ARM汇编指令。该实验开发平台为S3C44B0板,开发工具为ADS1.2.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:436.8kb
    • 提供者:刘贵华
  1. TIMERB_PWM

    0下载:
  2. 本源码给出了如何使用MSP430F249单片机的TIMERB产生脉冲宽度调制PWM波形-The source shows how to use the MSP430F249 microcontroller TIMERB PWM pulse width modulation waveform generating
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:16.8kb
    • 提供者:马超
  1. Input_Width

    0下载:
  2. 这是MC9S12DG128单片机定时器应用的程序。 该例程利用定时器通道TC0捕捉测量信号的脉冲宽度。首先在脉冲起点(上升沿时刻)截获TCNT值,在脉冲终点(下降沿时刻)再次截获TCNT值。计算两个值之差,可求得脉冲宽度。-This is an Example for the Timer of MC9S12DG128.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:143.37kb
    • 提供者:yazouren
  1. cortex-m3shili

    0下载:
  2. 流明单片机应用实例,对学习脉冲宽度调制输出的学习者有用-Lumen MCU application example, pulse-width modulation output for learning useful for learners
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:319.11kb
    • 提供者:史杰
  1. PWM

    0下载:
  2. 脉冲宽度调制,实现对转速的控制,可以输出变换的电压,方便的进行控制-PWM
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:594.39kb
    • 提供者:祁学文
  1. The-pulse-signal-generator

    0下载:
  2. 脉冲信号发生器:采用DDS技术实现脉冲信号的周期、脉冲宽度、幅值的数控调节。通过单片机与FPGA的并行通信技术将频率控制字及矩形脉冲数据传送给FPGA的双口RAM。模拟输出通道则将信号通过100MHz、8位D/A转换器将波形数据转换成模拟脉冲信号,最后通过高速运放构成的放大器放大,实现幅度连续可调。-The pulse signal generator: using the DDS technology to achieve the pulse signal cycles, pulse widt
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:19.07kb
    • 提供者:张节
  1. Speed-Monitor

    0下载:
  2. 脉冲宽度测电机转速,用51单片机实现并且在5X7点阵上显示 -Pulse width motor speed MCU with 51 dot matrix display and in 5X7
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:1.36kb
    • 提供者:小鸭子
  1. main

    0下载:
  2. msp430f169/149单片机实现脉冲宽度测量-measure pulse width for msp430f169/149
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:1.19kb
    • 提供者:zhangpengfei
  1. STM32F4_TIM_PWM_Input

    0下载:
  2. STM32F407 脉冲宽度输入调试程序,固件包程序例程,有完整的c语言源代码-The STM32F407 pulse width to enter the debugger, the firmware package routine, the complete C language source code
  3. 所属分类:Other Embeded program

    • 发布日期:2016-01-25
    • 文件大小:39kb
    • 提供者:莫旭勤
  1. STM32F4_TIM_PWM_Output

    0下载:
  2. STM32F407 脉冲宽度输出调试程序,固件包程序例程,有完整的c语言源代码-The STM32F407 pulse width output debugger, the firmware package routine, a complete C language source code
  3. 所属分类:Other Embeded program

    • 发布日期:2016-01-24
    • 文件大小:39kb
    • 提供者:莫旭勤
  1. stc12pwm

    1下载:
  2. 这个c程序用于12c5a60s2单片机产生pwm ,并通过按键调节pwm脉冲宽度。-This c program is used to generate 12c5a60s2 microcontroller pwm, and through the key regulator pwm pulse width.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-14
    • 文件大小:17.93kb
    • 提供者:林强
  1. PWM

    0下载:
  2. 利用stm32的通用定时器来输出PWM脉冲宽度调制。使用cortex-M3提供的库函数编写。 -The use of general-purpose timer stm32 to output PWM pulse width modulation. Use library functions cortex-M3 provides written.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-07
    • 文件大小:1.12mb
    • 提供者: 夏弯弯
  1. MS0430TIMERA

    0下载:
  2. 利用MSP430定时器A测量脉冲宽度范例-MSP430F149 TIMERA width
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:lvyali
  1. Motor-speed

    0下载:
  2. PWM脉冲宽度调制与智能小车PWM直流电机调速-PWM pulse width modulation PWM DC Motor Speed Intelligent Vehicle
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:19.18kb
    • 提供者:Daczer23
  1. duty-cycle

    0下载:
  2. 本程序利用系统节拍定时器生成测试脉冲,利用定时器捕获功能来计算脉冲的宽度和占空比。-The program uses the system tick timer to generate test pulses, using a timer capture function to calculate the pulse width and duty cycle.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:3.19kb
    • 提供者:Chachee_
  1. test_3

    1下载:
  2. 使用数字式温度传感器DS18B20采集周围的环境温度,单片机的定时器中断产生脉冲宽度调制控制双向可控硅,改变电机两端的电压,从而达到改变风速的目的。设定在一定温度范围内,对应的脉冲占空比比值,然后定时器中断当中形成相应占空比的PWM波,通过单片机的引脚去控制内部集成有过零电路的光电耦合MOC3041,光耦再去触发双向可控硅。-Use around the digital temperature sensor DS18B20 acquisition environment temperature,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-07
    • 文件大小:1.27mb
    • 提供者:李佳坤
搜珍网 www.dssz.com