代码搜索:Interference mitigation
找到约 900 项符合「Interference mitigation」的源代码
代码结果 900
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)
www.eeworm.com/read/217175/14975831
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=10000;%传送的比特数目
%为减少该程序的运算时间,数据的产生 噪声 干扰 译码和
www.eeworm.com/read/210185/15204909
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;