代码搜索:Multipath

找到约 793 项符合「Multipath」的源代码

代码结果 793
www.eeworm.com/read/281506/9152446

m doppler_shifts.m

clear all; N=20 ;% number of multipath arrivals a=rand(1,N); %amplitude tau=rand(1,N); %arrival time f_d=0.01 shift=rand(1,N)*2*f_d-f_d; %Doppler shifts f=10; % the frequency of the transmitted
www.eeworm.com/read/154027/11994844

m untitled4.m

%Simple two path Rayleigh fading channel %Push F5 to run %JC-3/27/06 %I would put this under WIRELESS TIPS AND TRICKS AS MULTIPATH. YOU PICK %YOUR POISON FOR VARIABLES YOU WANT TO USE. %This m-fi
www.eeworm.com/read/316872/3596127

h dm-mpath.h

/* * Copyright (C) 2004 Red Hat, Inc. All rights reserved. * * This file is released under the GPL. * * Multipath. */ #ifndef DM_MPATH_H #define DM_MPATH_H struct dm_dev; struct dm_path { st
www.eeworm.com/read/281506/9152420

asv doppler_or_no.asv

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/281506/9152448

m doppler_or_no.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/450802/7476600

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/197836/7967299

m untitled8.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/259395/11795850

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/341135/12105266

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/486037/1254828

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 */ #