-
SinusoidalasymmetricPWMmodulatiobased3PhInverter
Static power inverter can be analyzed by means of means of widely available circuit simulation software packages such as MATLAB. However, they are usually modeled a set of real switches, which results in long execution tines and possible convergence problems in the case of complex circuits. This paper proposes different PWM techniques to used in the simulation of three-phase power inverter. The
- 2013-11-28 22:09:53下载
- 积分:1
-
zuiyou
最优处理器的程序,在雷达检测动目标时应用。实现目标检测的最优化处理。(The optimal processor application, application in radar moving target detection. Implement optimization of target detection.)
- 2015-04-10 21:34:35下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
samer
very good program in orbit mechanics
- 2011-01-14 04:08:29下载
- 积分:1
-
chebychev
说明: 多波束天线增益chebychev展开 -45db旁瓣水平(Expand multi-beam antenna gain chebychev sidelobe level of-45db)
- 2011-03-09 15:25:03下载
- 积分:1
-
GUI
gui创建,主要是创建的第一个GUI,本来是学习gui的好东西;所以上传分享给大家(gui creation, mainly the first GUI creation, had good things to learn gui upload and share it for everyone)
- 2015-04-05 11:33:33下载
- 积分:1
-
jiangsun_Undergraduate_course_paper
低压配电网理论线损分析计算 本科论文 word版本(Low voltage distribution network analysis and calculation of theoretical line loss word version of the undergraduate thesis)
- 2010-06-28 22:44:01下载
- 积分:1
-
DSP
第一次上传只有一部分请不要下,这个是完整的PDF。该书介绍了如何利用MATLAB去生成DSP目标代码,并详细讲解了CCS和MATLAB联合调试程序,是一本非常经典的书籍。(The book describes how to use MATLAB to generate DSP object code, and gave a detailed joint CCS and MATLAB debugger is a very classic books.)
- 2010-09-10 15:48:03下载
- 积分:1
-
pinyujifen
加速度时程曲线通过matlab经过频域积分变换为位移时程曲线(Acceleration time history curve matlab integral transformation of the frequency domain through the process curve displacement)
- 2013-12-29 18:55:21下载
- 积分:1
-
Program04
war card game. play war with the computer
- 2014-10-07 22:14:30下载
- 积分:1