-
F2812-power-inverter-software-design
本文首先介绍了逆变电源的发展现状及趋势。文中分析了适合数字控制的基于DSP 处理器 TMS320F2812 和智能功率模块(IPM)的逆变器硬件;介绍了 SVPWM逆变技术的基本理论,详细推导出了五种具体的 SVPWM 实现模式,并通过比较说明不同实现模式的优缺点,得到本课题采用的一种优化模式,设计研究了基于 SVPWM控制方式的软件;介绍了 Q 格式的基本理论,在程序中变量间的运算采用 Q 格式,提高了系统数据运算的速度和精度,实现了在定点处理器上进行高性能的浮点运算;详细讨论了片上模数转换模块的转换误差来源及影响,研究了减小转换误差的方法,采用了软件方法来对转换结果进行实时校正,提高了模数转换的准确度。(In the first, the current situation and development trends of the inverters are presented in the paper. Following is the analyses of hardware of the inverter suiting for digital control based on digital signal processor TMS320F2812 and the intelligent power module(IPM) the basic theory of space vector pulse width modulation (SVPWM) is introduced, five specific SVPWM modes of implementation are educed detailedly, following by the comparison which shows the advantages and disadvantages of different patterns, an optimization mode is got which is used in this project, and the software is designed based on SVPWM control pattern the basic theory of Q format is presented, variable Q format is adopted during the procedure for the calculation which improves the operation of the system data speed and precision, achieving the targeted processor for high-performance floating-point operation in the fixed-point DSP the error sources and effects of the on-chip analog-to-digital conversion module(A)
- 2014-01-23 15:25:22下载
- 积分:1
-
TMS320C6000 CSL API Reference Guide (Rev. I)
c6000 csl api参考手册,谢谢(TMS320C6000 CSL API Reference Guide (Rev. I))
- 2018-03-20 10:30:33下载
- 积分:1
-
弹性力学讲义
说明: 固体力学的重要分支,它研究弹性物体在外力和其他外界因素作用下产生的变形和内力,又称弹性理论。它是材料力学、结构力学、塑性力学和某些交叉学科的基础,广泛应用于建筑、机械、化工、航天等工程领域。(An important branch of solid mechanics, it studies the deformation and internal force of elastic objects under the action of external forces and other external factors, also known as elastic theory. It is the basis of material mechanics, structural mechanics, plastic mechanics and some interdisciplinary subjects, widely used in construction, machinery, chemical industry, aerospace and other engineering fields.)
- 2020-03-31 15:19:10下载
- 积分:1
-
UDP实现简单的聊天室
本程序是采用udp协议实现了简单的聊天室,包括客户端和服务端,客户端发送消息到服务端,服务端将接受到的消息分发到所有的客户端实现简单的群聊。
- 2020-11-08下载
- 积分:1
-
st32f407 dma驱动ov7670 nand usb
stm32f407通过dma把摄像头数据送到彩屏,图片经过jpg压缩存储在nand中,可以通过u盘读出图片
- 2022-07-19 00:40:54下载
- 积分:1
-
UBX-G5010_Prod_Summary
UBX-G5010_Prod_Summary-GPS.G5-X-06042˵
- 2011-03-23 00:51:33下载
- 积分:1
-
C-Programming-for-Embedded-Systems-[CMP-Books]
Nice book of reference for AVR
- 2012-09-22 15:18:17下载
- 积分:1
-
Windows+WDM+driver
这是Windows Driver Model(WDM)一书中各个章节的所有示例源代码。 (This is the Windows Driver Model (WDM), a book of all the examples of the various sections of the source code.)
- 2008-07-15 12:57:16下载
- 积分:1
-
EnumerateAudioCaptureFilterCapabilities
audio card enumerate searching ok.
for multimedia developing project.
thank you
- 2014-01-08 17:50:46下载
- 积分:1
-
C# 使用几何图形剪辑图像控件中的部分区域
C# 使用几何图形剪辑图像控件中的部分区域,类似于图片遮罩的效果,本例中,把一张图片裁切成椭圆形,图片显示在椭圆的底部,可随窗口的改变自动改变大校
private void Window_Loaded(object sender, RoutedEventArgs e)
{//使用几何图形剪辑图像控件中的部分区域
var MyClip = new EllipseGeometry();
MyClip.RadiusX = 120;
MyClip.RadiusY = 80;
MyClip.Center = new Point(145, 110);
this.image1.Clip = MyClip;
}
- 2022-11-04 14:00:03下载
- 积分:1