代码搜索:INTERFERENCE
找到约 869 项符合「INTERFERENCE」的源代码
代码结果 869
www.eeworm.com/read/412611/11190567
m midscomp.m
function [ti,fi]=midpoint(t1,f1,t2,f2,k)
%MIDPOINT Mid-point construction used in the interference diagram.
% [TI,FI]=MIDPOINT(T1,F1,T2,F2,K) gives the coordinates in the
% time-frequency plane of th
www.eeworm.com/read/335058/12551896
m midscomp.m
function [ti,fi]=midpoint(t1,f1,t2,f2,k)
%MIDPOINT Mid-point construction used in the interference diagram.
% [TI,FI]=MIDPOINT(T1,F1,T2,F2,K) gives the coordinates in the
% time-frequency plane of th
www.eeworm.com/read/146860/12606923
m midscomp.m
function [ti,fi]=midpoint(t1,f1,t2,f2,k)
%MIDPOINT Mid-point construction used in the interference diagram.
% [TI,FI]=MIDPOINT(T1,F1,T2,F2,K) gives the coordinates in the
% time-frequency plane of th
www.eeworm.com/read/237026/13980765
m midscomp.m
function [ti,fi]=midpoint(t1,f1,t2,f2,k)
%MIDPOINT Mid-point construction used in the interference diagram.
% [TI,FI]=MIDPOINT(T1,F1,T2,F2,K) gives the coordinates in the
% time-frequency plane of th
www.eeworm.com/read/133638/14032609
m midscomp.m
function [ti,fi]=midpoint(t1,f1,t2,f2,k)
%MIDPOINT Mid-point construction used in the interference diagram.
% [TI,FI]=MIDPOINT(T1,F1,T2,F2,K) gives the coordinates in the
% time-frequency plane of th
www.eeworm.com/read/132819/14071935
m midscomp.m
function [ti,fi]=midpoint(t1,f1,t2,f2,k)
%MIDPOINT Mid-point construction used in the interference diagram.
% [TI,FI]=MIDPOINT(T1,F1,T2,F2,K) gives the coordinates in the
% time-frequency plane of th
www.eeworm.com/read/283686/8996562
m make.m
env = getenv('TTKERNEL');
if isempty(env)
error('Environment variable TTKERNEL not defined - please quit MATLAB and set this variable first.')
end
disp('Compiling MEX functions...')
ttmex interfere
www.eeworm.com/read/176996/9477813
m ss_pe.m
function [p]=ss_Pe(snr_in_dB,Lc,A,w0)
snr=10^(snr_in_dB/10);
sgma=1;
Eb=2*sgma^2*snr;
E_chip=Eb/Lc;
N=1000;
num_of_err=0;
for i=1:N
temp=rand;
if(temp
www.eeworm.com/read/168395/9918154
m ss_pe94.m
function [p]=ss_Pe94(snr_in_dB,Lc,A,w0);
snr=10^(snr_in_dB/10);
sgma=1;
Eb=2*sgma^2*snr;
E_chip=Eb/Lc;
N=10000;
num_of_err=0;
for i=1:N
temp=rand;
if temp
www.eeworm.com/read/128482/14293907
m makedist.m
env = getenv('TTKERNEL');
if isempty(env)
error('Environment variable TTKERNEL not defined - please quit MATLAB and set this variable first.')
end
ccd = pwd;
cd(env)
mex ttnetwork.cpp
cd(ccd)