登录
首页 » Others » DSP2812基于MATLAB模块化编程的SPWM调制实现.pdf

DSP2812基于MATLAB模块化编程的SPWM调制实现.pdf

于 2020-11-30 发布
0 264
下载积分: 1 下载次数: 2

代码说明:

DSP2812基于MATLAB模块化编程的SPWM调制实现5832Simulinkfunc-tion builderSCI S-Function BuilderBDSPA、B、CPWMfunction281xEVA PWM yIOut1In 4OutIPWMPWMMultiportSwitchT1 +msinTMNh=0123…N-1hCounter limitelOathSaturationB、CInI士+JONDFProductOutIFloat to IQNTrig Fcn IQNIQN tc FloatSaturationDivideConstant 3 ConstantDivideReal-Time WorkshopTarget PreferencesDESimulation- Configuration Parameters Real-Time Workshop System target filedelink ert. tleTLCtools Real-Time WorkshopC1994-2013ChinaAcadcmicJournalElcctronicPublishingHousc.Allrightsrescrved.http://www.cnki.nctDSP2812MATLABSPWM59Build modelMATLAB GUDSP SCI ADSP。串口选择定率设定波特率1920数据位8停止位1校验位NONE计清零清空发送区打开畢口发送效据1.7psDSP2812 PWMI PWM210DSPSPWMDSPn=M400 G WWwI V·aoue平严网阳黑鬥网网脾酬网正在将波形保存到盘。请稍候7f=45HzN=120M 80Ou6 WWW WC 8上在形乐存,请稍20HZN=198C1994-2013ChinaAcadcmicJOurnalElcctronicPublishingHousc.Allrightsrcscrved.http://www.cnki.nct32ZP几Oms wW w 2.00m交包20B200NcH1f160|1.950f=51lzN=399MZH L正在将波形界存盘,请快②2.002,00CH1/1,20·3.96125KHDSPMATLABDSPMATLAB DSPMATLAB2003296-340.2008152103-1042008169-184MATLAB GU2009410-523DSP2812 SPWM Modulation Based on MaTLAB Modular ProgrammingYan Zhenyu zhang maoqing Xu haili Xu liliSchool of Mechanical and Electrical Engineering Soochow University Suzhou 215021 ChinaAbstract In this article a dsp28 12 SP WM piecewise synchronous modulation system model is built in the Simulinkplatform with the use of Simulink modules in MATLAB 2010b. It completes the auto generation of DSP code withof Real-Time Workshop. It realizes the moduler programming in MATLAB environment. The experimentshows that the automatically generated program runs smoothly in TMS320F2812 development board and the result iscorrect. It proves this method can improve efficiency of dsp development and it has a certain practical valueKey Words DSp2812 MATLAB modular programming code auto generation SPWM modulationC1994-2013ChinaAcadcmicJournalElcctronicPublishingHousc.Allrightsrescrved.http://www.cnki.nct

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

发表评论

0 个回复

  • verilog_IEEE官方标准手册-2005_IEEE_P1364
    The Verilog® Hardware Description Language (Verilog HDL) became an IEEE standard in 1995 as IEEEStd 1364-1995. It was designed to be simple, intuitive, and effective at multiple levels of abstraction in astandard textual format for a variety of design tools, including verification simulation, timiThe clear directive from the users for these three task forces was to start by solving some of the followingproblemsConsolidate existing IeeE Std 1364-1995Verilog generate statementMulti-dimensional arraysEnhanced Verilog file i/oRe-entrant tasksStandardize Verilog configurationsEnhance timing representationEnhance the vpi routinesAchievementsOver a period of four years the 1364 Verilog Standards Group(vsg) has produced five drafts of the lrmThe three task forces went through the EEe Std 1364-1995 lRM very thoroughly and in the process of consolidating the existing Lrm have been able to provide nearly three hundred clarifications and errata for theBehavioral, ASIC, and PLI sections. In addition, the vsg has also been able to agree on all the enhance-ments that were requested (including the ones stated above)Three new sections have been added. Clause 13, "Configuring the contents of a design, deals with configuration management and has been added to facilitate both the sharing of verilog designs between designersand/or design groups and the repeatability of the exact contents of a given simulation session Clause 15Timing checks, "has been broken out of Clause 17, "System tasks and functions, "and details more fullhow timing checks are used in specify blocks. Clause 16, "Backannotation using the Standard Delay Format(SDF), addresses using back annotation(IEEE Std 1497-1999)within IEEE Std 1364-2001Extreme care has been taken to enhance the vpi routines to handle all the enhancements in the behavioraland other areas of the lrm. minimum work has been done on the pli routines and most of the work hasbeen concentrated on the vpi routines. Some of the enhancements in the vpi are the save and restart simu-lation control, work area access, error handling, assign/deassign and support for array of instances, generateand file 1/0Work on this standard would not have been possible without funding from the cas society of the ieee andOpen verilog InternationalThe IEEE Std 1364-2001 Verilog standards Group organizationMany individuals from many different organizations participated directly or indirectly in the standardizationprocess. The main body of the Ieee Std 1364-2001 working group is located in the United States, with asubgroup in Japan (EIAJ/1364HDL)The members of the IEEE Std 1364-2001 working group had voting privileges and all motions had to beapproved by this group to be implemented the three task forces focused on their specific areas and theirrecommendations were eventually voted on by the Ieee Std 1364-2001 working group
    2020-12-11下载
    积分:1
  • 图像匹配相应matlab序设计
    目 录一. 课题分析 二.算法设计 1. 概念解释 2.数字图像匹配算法设计⑴基于灰度的归一化匹配算法⑵基于灰度的快速模板匹配算法三.相应matlab程序设计1.数字图像匹配相关函数 2.数字图像匹配函数 (1) 基于灰度的归一化匹配算法(2) 基于灰度的快速模板匹配算法四.实验测试1. 基于灰度的归一化匹配算法2. 基于灰度的快速模板匹配算法五.试验结果评价六.实例解答七.实习心得体会参考文献 附 录附录一:testpipei_1.m(基于灰度的归一化匹配算法附录二:testpipei_2(基于灰度的快速模板匹配算
    2021-05-06下载
    积分:1
  • qt界面+python摄像机调用
    本代码小巧玲珑,实现一个界面,且在界面上有打开相机按钮和关闭相机按钮。可打开电脑相机或usb相机。
    2020-12-10下载
    积分:1
  • 信号发生器(不是DDS).zip
    使用的DA芯片AD9708,实现的信号发生器,可调频调幅调波形。按键调节,调幅是由硬件调节
    2021-05-06下载
    积分:1
  • ex4 to mq4 所有版本201905.rar
    ex4 to mq4 所有版本所有版本,有的是要交费的,我花许多积分下载的,给大家分享
    2020-11-29下载
    积分:1
  • 基于matlab的图像拼接
    基于MATLAB的数字图像拼接,可以将两幅或多幅图像进行拼接
    2020-12-06下载
    积分:1
  • MATLAB 车牌识别
    MATLAB 车牌识别,实现对车牌识别功能,源码完整,注释清楚。
    2020-07-02下载
    积分:1
  • CC2530无线点灯
    包含了无线点灯的发射程序和接收程序 可分别下载到CC2530板上,然后即可实现无线控制一个灯的亮灭
    2020-12-01下载
    积分:1
  • 网络工师资料(视频看博客,百度云)
    大涛网络工程师2018班,我在大三下半年还是大四上半年,参加并通过网络工程师考试,就看的这一个。视频我会整理百度云网盘发布到博客上供大家学习。违版请联系删除
    2021-05-06下载
    积分:1
  • 贝叶斯网络工具箱-Python
    此工具箱只支持Python2版本,在Python3下可以自行修改。允许使用单纯Python语言构建贝叶斯网络。包含构建离散的贝叶斯网以及高斯贝叶斯网,推理算法包含消息树以及MCMC采样等。允许搭建因子图模式下的BN网,同时包括网络实例。有不清楚的地方欢迎一起交流。
    2020-11-29下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载