作业帮 > 英语 > 作业

这些数学计算公式符号是什么?

来源:学生作业帮 编辑:百度作业网作业帮 分类:英语作业 时间:2024/06/24 23:07:39
这些数学计算公式符号是什么?
sqrt,Pi,zeros,size;
有可能的话帮我把这些翻译成通常的汉语计算(这是电力电子技术里的一道计算题例题):
题目是这样:
A 120 Vrms supply is turned on and offwith a 0.4 duty
cycle at a frequency of five cycles.Calculate the rms
output voltage and the power factor.Determine the
harmonic profile of the output voltage waveform and
also plot the output voltage waveform as a function
of the conduction angle.
VS= 120*sqrt(2); D=0.4; n=5;
th1 =0:pi/100:n*D*2*pi; % angle during on cycles
th2= n*D*2*pi-pi/100:pi/100:n*2*pi;
% angle during off cycles
th=[thl th2];
vo=[VS*sin(thl) zeros(size(th2))]; %output voltage
vorms=sqrt(mean(vo.^2)) %rms output voltage
pf=sqrt(D) %power factor
plot(th,vo)
[f,von,phn]=harmonic(vo/NS,16); % harmonic profile of
the output voltage waveform upto 16fo.
这些数学计算公式符号是什么?
】sqrt ,皮,零,粒度;
有可能的话帮我把这些翻译成通常的汉语计算(这是电力电子技术里的一道计算题例题) :
题目是这样:
120 Vrms供应是打开并offwith 0.4职责
在一个周期频繁的五个周期.计算有效值
输出电压和功率因数.确定
谐波概况的输出电压波形和
还阴谋输出电压波形作为一个功能
在传导的角度.
速度= 120 * sqrt ( 2 ) ; D = 0.4 ; 5例;
Th1细胞= 0 :pi/100 :未知* D * 2 *圆周率; % ,在角上周期
Th2细胞为N * D * 2 * pi-pi/100 :pi/100 :未知* 2 *圆周率;
%角周期期间关闭
次= [ thl Th2细胞] ;
沃= [诉*罪孽( thl ) 0 (尺寸( Th2细胞) ) ] ; %的输出电压
vorms = sqrt (平均( vo.^ 2 ) ) %输出电压有效值
酚醛= sqrt (四)功率因数%
阴谋(日,沃)
[男,冯,疱疹后神经痛] =谐波(沃/生理盐水,16 ) ; %谐波概况
输出电压波形达16fo .