代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/218733/14907965
m eightqam.m
function qpsk_sequence = Eightqam(bit_sequence)
bit_sequence_length = length(bit_sequence);
transformbit = [0 0 0];
qpsk_sequence = ones(1,bit_sequence_length/3);
for k=1:bit_sequence_leng
www.eeworm.com/read/218733/14907978
m qpskmapping.m
function qpsk_sequence = QpskMaping(bit_sequence)
bit_sequence_length = length(bit_sequence);
transformbit = [0 0];
qpsk_sequence = ones(1,bit_sequence_length/2);
for k=1:bit_sequence_leng
www.eeworm.com/read/218733/14907993
m eightpsk.m
function qpsk_sequence = Eightpsk(bit_sequence)
bit_sequence_length = length(bit_sequence);
transformbit = [0 0 0];
qpsk_sequence = ones(1,bit_sequence_length/3);
for k=1:bit_sequence_leng
www.eeworm.com/read/168845/5430456
hpp size.hpp
/*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
Copyright (c) 2004 Peder Holt
Use, modification and distribution
www.eeworm.com/read/168845/5430500
hpp get.hpp
/*=============================================================================
Copyright (c) 1999-2003 Jaakko J鋜vi
Copyright (c) 2001-2003 Joel de Guzman
Copyright (c) 2004 Peder Holt
www.eeworm.com/read/168845/5430513
hpp value_at.hpp
/*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
Copyright (c) 2004 Peder Holt
Use, modification and distribution
www.eeworm.com/read/474876/6796983
m qpskinversemapping.m
%====================================================================
%7/12/08 ZHANGSONG
%====================================================================
%QPSK解调
function bit_sequence=QpskInv
www.eeworm.com/read/475034/6799846
m qpskinversemapping.m
%====================================================================
%7/12/08 ZHANGSONG
%====================================================================
%QPSK解调
function bit_sequence=QpskInv
www.eeworm.com/read/267889/11159235
m random_training.m
function [training_sequence]=random_training(sequence_length)
% [training_sequence]=random_training(sequence_length)
%
% Output:
% training_sequence - Random training (zeros and ones)
%
% sequen
www.eeworm.com/read/444854/7105018
h modelsequence.h
//+-----------------------------------------------------------------------------
//| Inclusion guard
//+-----------------------------------------------------------------------------
#ifndef MAGOS_M