代码搜索:Multipath
找到约 793 项符合「Multipath」的源代码
代码结果 793
www.eeworm.com/read/486037/1256392
h ip_mp_alg.h
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
*
* Copyright (C) 2004, 2005 Einar Lueck
* Copyright (C) 2005 David S. Miller
*/
#
www.eeworm.com/read/291465/3964767
h ip_mp_alg.h
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
*
* Copyright (C) 2004, 2005 Einar Lueck
* Copyright (C) 2005 David S. Miller
*
www.eeworm.com/read/395229/2446377
h ip_mp_alg.h
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
*
* Copyright (C) 2004, 2005 Einar Lueck
* Copyright (C) 2005 David S. Miller
*/
#
www.eeworm.com/read/395229/2447072
h ip_mp_alg.h
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
*
* Copyright (C) 2004, 2005 Einar Lueck
* Copyright (C) 2005 David S. Miller
*/
#
www.eeworm.com/read/395229/2448117
h ip_mp_alg.h
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
*
* Copyright (C) 2004, 2005 Einar Lueck
* Copyright (C) 2005 David S. Miller
*/
#
www.eeworm.com/read/362989/2924719
h ip_mp_alg.h
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
*
* Copyright (C) 2004, 2005 Einar Lueck
* Copyright (C) 2005 David S. Miller
*/
#
www.eeworm.com/read/262041/4316897
h ip_mp_alg.h
/* ip_mp_alg.h: IPV4 multipath algorithm support, user-visible values.
*
* Copyright (C) 2004, 2005 Einar Lueck
* Copyright (C) 2005 David S. Miller
*
www.eeworm.com/read/237722/13935325
m example_mul_rayleith.m
% **************** EXAMPLE : QPSK SIGNAL WITH MULTIPATH CHANNEL*******************%
% 本程序为基带QPSK信号通过多径信道的产生例子
% copyright : 研学网-沉香(仅供参考)
% 2007-01-31
% channle model : COST207(TU)
clear all;
www.eeworm.com/read/201712/15398441
m u6.m
clear all;
N=20 ;% number of multipath arrivals
a=rand(1,N); %amplitude
tau=rand(1,N); %arrival time
f_d=1
shift=rand(1,N)*2*f_d-f_d; %Doppler shifts
f=10; % the frequency of the transmitted tim
www.eeworm.com/read/451433/7463949
m center.m
function BER = Center (SNR)
global FLAG_AWGN;
global FLAG_MULTIPATH;
global Num_Channel;
global Num_Bit;
Num_Bit=2^9;
% Num_Sym=Num_Bit/4; %%%%%%%%%%%%
Num_ErrorBit_Sum=0;
Num_Packet = 1000;
i=1;