代码搜索:phase
找到约 9,742 项符合「phase」的源代码
代码结果 9,742
www.eeworm.com/read/480287/6669577
m phase.m
www.eeworm.com/read/478193/6721823
m phase.m
function PHI=phase(G)
%PHASE Computes the phase of a complex vector
%
% PHI=phase(G)
%
% G is a complex-valued row vector and PHI is returned as its
% phase (in radians), with an effort made to
www.eeworm.com/read/478203/6721884
m phase.m
function PHI=phase(G)
%PHASE Computes the phase of a complex vector
%
% PHI=phase(G)
%
% G is a complex-valued row vector and PHI is returned as its
% phase (in radians), with an effort made to
www.eeworm.com/read/404449/11485102
txt phase.txt
1 1 1 1
2 2 1 1
3 3 1 1
4 4 1 1
5 5 1 1
6 6 1 1
7 7 1 1
8 8 1 1
9 9 1 1
10 10 1 1
11 11 1 1
12 12 1 1
13 13 1 1
14 14 1 1
15 15 1 1
16 16 1 1
17 17 1 1
18 18 1 1
19 19 1 1
20 20 1 1
www.eeworm.com/read/339333/12242254
rar phase.rar
www.eeworm.com/read/251190/12358298
tra_phase
17.5483386205335
35.3572064971825
55.8180978663322
78.6659564743717
-76.9688843170663
-51.6983588884577
-25.1723837075233
4.0580959492988
www.eeworm.com/read/250501/12401748
ad_phase
www.eeworm.com/read/220368/14802778
impedance & phase data
Frequency,Impedance,Phase,Real,Imaginary,Magnitude,
30000 , 199911.037379143 ,-6.16006338009498E-02 ,-3720 , 8986 , 9725.56404533948
30002 , 199953.61946676 ,-7.56800382551859E-02 ,-3717 , 8985 ,
www.eeworm.com/read/218444/14919752
m phase.m
N=64;
n=0:63;
t=0.01*n;
q=n*2*pi/N;
x=2*sin(4*pi*t)+5*cos(8*pi*t);
%生成信号序列
y=fft(x,N);
subplot(3,1,1);
plot(t,x);
title('source signal');