登录
首页 » Visual C++ » MySPWM

MySPWM

于 2011-05-08 发布 文件大小:363KB
0 200
下载积分: 1 下载次数: 37

代码说明:

  变频电源控制程序,利用定时器Timer1和Timer2分别发出SPWM波形,控制IGBT管通断,实现调频调压输出。(SPWM generator programme, use Timer1 and Timer2 in TMS320F2812 DSP, generating SPWM to control frenquecy-varaiable power supply.)

文件列表:

MySPWM
......\cc_build_Debug.log,1674,2011-05-08
......\Debug.lkf,856,2011-05-08
......\DSP28_Adc.h,5962,2009-06-17
......\DSP28_CpuTimers.h,3978,2009-06-17
......\DSP28_DefaultIsr.c,21852,2011-04-02
......\DSP28_DefaultIsr.h,4054,2009-06-17
......\DSP28_DevEmu.h,1686,2009-06-17
......\DSP28_Device.h,3164,2009-06-23
......\DSP28_ECan.h,42076,2009-06-17
......\DSP28_Ev.c,3322,2011-04-02
......\DSP28_Ev.h,20354,2009-06-17
......\DSP28_GlobalPrototypes.h,1040,2009-06-17
......\DSP28_Globalvariable.h,630,2011-04-02
......\DSP28_GlobalVariableDefs.c,2660,2009-06-18
......\DSP28_Gpio.c,1212,2011-03-29
......\DSP28_Gpio.h,22627,2009-06-17
......\DSP28_Mcbsp.h,32233,2009-06-17
......\DSP28_PieCtrl.c,1626,2009-06-14
......\DSP28_PieCtrl.h,4949,2009-06-17
......\DSP28_PieVect.c,5562,2009-06-14
......\DSP28_PieVect.h,5436,2009-06-18
......\DSP28_Sci.h,6447,2009-06-17
......\DSP28_Spi.h,4721,2009-06-17
......\DSP28_SysCtrl.c,2351,2011-04-02
......\DSP28_SysCtrl.h,7652,2009-06-17
......\DSP28_Xintf.h,2915,2009-06-17
......\DSP28_XIntrupt.h,1509,2009-06-17
......\MySPWM.c,2547,2011-04-02
......\MySPWM.CS_
......\..........\FILE.CDX,3072,2011-05-08
......\..........\FILE.DBF,1188,2011-05-08
......\..........\FILE.FPT,1445,2011-05-08
......\..........\SYMBOL.CDX,281088,2011-05-08
......\..........\SYMBOL.DBF,210330,2011-05-08
......\..........\SYMBOL.FPT,364872,2011-05-08
......\MySPWM.paf2,6534,2011-05-08
......\MySPWM.pjt,1088,2011-03-28
......\MySPWM.sbl,4295,2011-05-08
......\rts2800_ml.lib,1212616,2006-06-28
......\SRAM.cmd,3655,2003-11-20

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

发表评论

0 个回复

  • grayscaleimage
    这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。(This is a work written in Visual C++6.0 has achieved a gray-scale image stretching program, and also comes with a test image, the whole process is very easy to use.)
    2009-09-13 16:43:17下载
    积分:1
  • DSP2812-learning
    DSP2812 learning DSP-TMS2812 资料整理版(The DSP2812 learning DSP-TMS2812 information edition)
    2012-07-14 10:52:00下载
    积分:1
  • gmelinflist
    读取dxf文件,提取相关图元,可用于CAD CAM 数控方面,对从事数控朋友有所帮助。
    2017-02-27 17:33:49下载
    积分:1
  • owkb493
    An MFC Class which offers you the abbility(The An MFC Class which offers you the abbility)
    2017-03-31 21:59:56下载
    积分:1
  • Fill_IEs
    IE自动填充,基本框架和功能,自己再去添加和修改吧--IE自动填充,基本框架和功能,自己再去添加和修改吧(IE Auto fill, the basic framework and functions, add and modify it yourself go)
    2011-11-16 16:02:21下载
    积分:1
  • Addressbook
    C++,在Dos中实现,用命令完成。代码简单明了!(C++)
    2010-12-05 11:25:50下载
    积分:1
  • 串口实现双机互联
    一个简单的串口实现双机互联,,比较实用,有兴趣可以(a simple dual-serial connectivity, and more practical, interested can s)
    2005-05-19 16:57:35下载
    积分:1
  • -SourceCode
    数字图像处理,何斌 ,VC++.关于图像处理的典型基本算法的实现,(Digital imageprocessing of pro.He)
    2009-11-04 22:10:01下载
    积分:1
  • StaticImage
    vc——使用静态文本控件显示图标和位图StaticImage(vc- Use static text control to display icons and bitmaps StaticImage)
    2011-07-24 20:29:18下载
    积分:1
  • lesson-12
    孙鑫VC++教学课程lesson12:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。 (Sun Xin VC++ tutorial lesson12: const char* char* const distinction. C language support for file read and write, the FILE pointer difference between text files and binary files. Way to read and write files with text and Note to the binary mode read and write files. The C++ support, ofstream and ifstream usage of file read and write. Win32 SDK file read and write support for the use of the CreateFile function, WriteFile function, ReadFile function the MFC file reading and writing support use CFile class and CFileDialog file filter settings. win.ini file and read and write registry and related knowledge points.)
    2013-04-02 10:13:49下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载