代码搜索:Interference
找到约 869 项符合「Interference」的源代码
代码结果 869
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;
www.eeworm.com/read/160156/5576580
m make.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 % Compil
www.eeworm.com/read/475297/6795839
m ss_pe99.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/474581/6812909
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/474582/6812912
m ss_pe95.m
function[p]=ss_Pe95(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/451618/7461127
pdf smart antenna based interference-blocking rake receiver for cdma systems over multipath fading channel.pdf
www.eeworm.com/read/287276/8698844
h dist_radio.h
#ifndef _dist_radio_h_
#define _dist_radio_h_
#include "jn_math.h"
#include "obj_funcs.h"
#include
double target_ber;
double max_power;
double exponent;
double channel(doubl
www.eeworm.com/read/232571/14192810
h dist_radio.h
#ifndef _dist_radio_h_
#define _dist_radio_h_
#include "jn_math.h"
#include "obj_funcs.h"
#include
double target_ber;
double max_power;
double exponent;
double channel(doubl
www.eeworm.com/read/132166/14106007
m nlms_chinliang_wang.m
function e_prediction=nlms_chinliang_wang(receive_signal,num_weight,N_user)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%由Chin-Liang Wang提出的自适应非线性反馈补偿滤波器抑制多用户情况下的窄带干扰。
%e_prediction