代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/240989/13180755
m detector_ortho.m
function [indata_est,training1_est, training2_est]=detector_ortho(inphase_symbols,training_length1,training_length2,model)
% [indata_est,training1_est, training2_est]=detector_ortho(inphase_symbols
www.eeworm.com/read/240989/13180793
m detector.m
function [indata_est,training1_est, training2_est]=detector(inphase_symbols,training_length1,training_length2,model)
% [indata_est,training1_est, training2_est]=detector(inphase_symbols,training_le
www.eeworm.com/read/240126/13235645
m detector_ortho.m
function [indata_est,training1_est, training2_est]=detector_ortho(inphase_symbols,training_length1,training_length2,model)
% [indata_est,training1_est, training2_est]=detector_ortho(inphase_symbols
www.eeworm.com/read/240126/13235678
m detector.m
function [indata_est,training1_est, training2_est]=detector(inphase_symbols,training_length1,training_length2,model)
% [indata_est,training1_est, training2_est]=detector(inphase_symbols,training_le
www.eeworm.com/read/138404/13237938
c command.c
/* SCTP kernel reference Implementation Copyright (C) 1999-2001
* Cisco, Motorola, and IBM
* Copyright 2001 La Monte H.P. Yarroll
*
* This file is part of the SCTP kernel reference Implementation
www.eeworm.com/read/324406/13264141
m get_channel_muti_parameter.m
function [channel]=get_channel_muti_parameter(channel,signal_sequence,ruili_sigma);
%获得信道乘性噪声
channel.attenuation.d=1/(channel.attenuation.distance^2);%pass loss is constant for the whole transmit
www.eeworm.com/read/324406/13264148
m add_channel_effect.m
function [channel,rx,a,noise_vector]=add_channel_muti_effect(channel,rx,signal_sequence,P);
%信道影响函数,并且能够找到信道增益与噪声方差2倍的比值,以便执行功率分配
global signal;
%channel.attenuation.d=1/(channel.attenuation.di
www.eeworm.com/read/324406/13264152
m get_channel_white_noise.m
function [noise_vector,channel,a]=get_channel_white_noise(channel,signal_sequence)
%获得信道加性高斯白噪声,并且得到的a值用来进行功率分配
if (size(signal_sequence,2)~=0)
S=mean(abs(signal_sequence).^2);
else
S=0;
www.eeworm.com/read/324406/13264226
m add_channel_effect_nonoise.m
function [channel,rx]=add_channel_effect_noNoise(channel,rx,signal_sequence);
%信道影响函数
global signal;
channel.attenuation.d=1/(channel.attenuation.distance^2);%pass loss is constant for the whol
www.eeworm.com/read/324404/13264316
m add_channel_effect.m
function [channel, rx] = add_channel_effect(channel,rx,signal_sequence,power)
% Add noise fading and path loss
global signal;
%---------------------
% Fading and path loss
channel.attenuation.d =