代码搜索:pha
找到约 824 项符合「pha」的源代码
代码结果 824
www.eeworm.com/read/431312/8689105
m exa050403.m
%----------------------------------------------------------------------
% exa050403.m, for example 5.4.3 , fig5.4.4 and fig5.4.5
% to explain the minimum,maxmum and mixed-phase system;
%-----------
www.eeworm.com/read/385579/8798328
htm ads.htm
body,table,div,ul,li{font-size:10px;margin:0px;padding:0px}body{background-color:transpare
www.eeworm.com/read/285828/8808980
m newjifen.m
function sum=newjifen(tal)
sum=0;
pha=2*pi*rand(1);
a=rand(1)+4.5;
t=-50:0.01:50;
for i=1:10001
xt(i)=a*cos(2*pi*t(i)+pha)*a*cos(2*pi*(t(i)+tal)+pha);
end;
for z=1:10001
sum=(xt(z)*0.01)/
www.eeworm.com/read/285828/8808989
m new.m
% 产生一个样本函数
function xt=new();
pha=2*pi*rand(1);
a=rand(1)+4.5;
t=0.01:0.01:1;
for i=1:100
xt(i)=a*cos(2*pi*t(i)+pha);
end
www.eeworm.com/read/285828/8808999
m jifen.m
%求每一个样本的积分值
function sum=jifen()
sum=0;
pha=2*pi*rand(1);
a=rand(1)+4.5;
t=-50:0.01:50;
for i=1:10001
xt(i)=a*cos(2*pi*t(i)+pha);
end;
for z=1:10001
sum=(xt(z)*0.01)/100+sum;
end
www.eeworm.com/read/285822/8809340
m exa050403.m
%----------------------------------------------------------------------
% exa050403.m, for example 5.4.3 , fig5.4.4 and fig5.4.5
% to explain the minimum,maxmum and mixed-phase system;
%-----------
www.eeworm.com/read/187370/8829137
h extract.h
; ***************************************************************************
; * Project : Electronic Dictionary *
; * Date : 2003.9