登录
首页 » PDF » Emc-of-Inverters-in-Low-P

Emc-of-Inverters-in-Low-P

于 2013-11-11 发布 文件大小:1399KB
0 174
下载积分: 1 下载次数: 3

代码说明:

  Emc of Inverters in Low Power Wireless Technology Environment Within Globally Unlicensed 5 GHZ ISM Short-Range Radio Frequency Band

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • xxx
    c8051f060 ti ads1292r 的控制,调试程序 c8051f060 ti ads1292r 的控制,调试程序 c8051f060 ti ads1292r 的控制,调试程序(c8051f060 ti ads1292r control, debugger)
    2016-06-13 11:42:19下载
    积分:1
  • InterfaceAddress
    The IPv4 broadcast address, or null for IPv6.
    2014-01-06 14:46:23下载
    积分:1
  • STM32F103RB
    STM32F103RB USB模拟串口范例,参考官方版本,改写双缓冲+环型队列接收,改写环节队列发送。工程开发环境为COOCOX IDE。(STM32F103RB USB virtual serial port example, refer to the official version, rewritten double buffering+ ring queue receiver, rewritten ring queue to send. Development environment for COOCOX IDE.)
    2013-09-20 00:50:38下载
    积分:1
  • LTN2118_2-P6060SOP8(2482)
    使用晟矽微单片机开发的车灯,可以实现爆闪,两灯对闪,渐闪等。(Sheng microcontroller development using silicon micro lights, can flash explosion of two lights flash, flash and so gradually.)
    2016-04-21 09:35:38下载
    积分:1
  • 4
    说明:  数码管滚动显示.让数码管在不听的滚动显示(Scrolling LED. So do not listen to the digital control in the rolling display)
    2009-07-16 08:57:50下载
    积分:1
  • ucosii51
    这是一个用51单片机系统仿真ucosii工作的protues电路 本系统包括扩展64k RAM的单片机系统和杨屹移植到51单片机的ucosii 系统 使用方法: 1.安装Protues7.4版,然后用protues打开protues 8051 simulation 文件夹 中的extern ram.DSN 文件 2.打开extern ram.DSN 后,双击单片机在弹出的窗口中的Program File 选项 中选择yy.hex文件。 (yy.hex其实就是yy文件夹中keil文档编译出来的hex文 件,yy文件夹是杨屹的ucos51 系统,用keil 2 可以打开) 3.在Clock Frequency选项中输入22.184M(杨屹的ucos51 用的是22.184M hz的单片机频率) 4.双击VTERM串口调试显示屏,在Baud Rate 选项中选择19200的波特率 5.保存,点击运行就可以看到经典的hello world 了。 (1. Protues7.4 version installed, and then open the protues folder protues 8051 simulation The extern ram.DSN file 2. Open extern ram.DSN, double-click the pop-up window of SCM in the Program File option, select yy.hex file. (yy.hex actually yy folder keil out of the document compiled hex files, yy folder is Yang Yi s ucos51 system, using keil 2 Can open) 3. In the Clock Frequency option to enter 22.184M (Yang Yi of the ucos51 using a microcontroller 22.184M hz frequency) 4. Double-click VTERM serial debug display, in the Baud Rate select 19200 baud rate options 5. Save, click Run you can see the classic hello world)
    2010-03-09 19:40:03下载
    积分:1
  • program_51
    是电表处理芯片CS5460A的单片机程序,已经经过产品的验证.(meter chip is the SCM process CS5460A, after product certification.)
    2020-09-04 17:28:06下载
    积分:1
  • AD9954-STM32
    使用STM32驱动AD9954 DDS模块(Driving the AD9954 DDS Module with STM32)
    2020-07-25 17:48:42下载
    积分:1
  • 18b20
    18b20测温c51程序,由89S52作为主控芯片(18b20 c51 temperature process, from the master control chip 89S52)
    2008-07-23 15:02:42下载
    积分:1
  • 【19】DMA PWM WS2812 GPIO输出16组
    STM32作为主控芯片,72Mhz,利用DMA+PWM实现驱动WS2812,创建16个并行800kBit / s数据流的想法如下: 使用定时器每1.25us创建一个800kHz的时基和一个DMA请求。 使用2个比较模块在低位时间(350ns)和高位时间(700ns)下创建DMA请求 1.25us DMA请求将GPIO端口的所有位设置为高电平 350ns DMA请求将数据从帧缓冲区传输到GPIO端口。如果该位为0,GPIO引脚将变为低电平,否则将保持高电平。 700ns DMA请求将所有GPIO引脚设置为低电平。 重复步骤1到3,直到发送所有位。 这产生脉冲周期为1.25us,脉冲宽度为350ns或700ns的脉冲流,具体取决于脉冲表示的位值,通过DMA将数据传输到GPIO端口意味着每16个LED每位需要一个字(两个字节)。每个LED 24位,每16个LED 24个字(48个字节)。(The idea to create 16 parallel 800kBit/s data streams is the following: Use a Timer to create an 800kHz time base and a DMA request every 1.25us. Use 2 compare modules to create DMA requests at the low bit time (350ns) and the high bit time (700ns) The 1.25us DMA request sets all bits of the GPIO port high The 350ns DMA request transfers the data from the frame buffer to the GPIO port. If the bit is a 0, the GPIO pin will go low, otherwise it will stay high. The 700ns DMA request sets all GPIO pins low. Repeat steps 1 to 3 until all bits have been transmitted. This creates a stream of pulses with a pulse period of 1.25us and a pulse width of either 350ns or 700ns depending on the bit value the pulse represents. Transferring the data via DMA to the GPIO port means that per 16 LEDs one half word (two bytes) is needed per bit. At 24 bits per LED that makes 24 half words (48 bytes) per 16 LEDs.)
    2020-12-15 10:49:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载