代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/324404/13264363
asv rx_combine.asv
function [symbol_sequence,bit_sequence]=rx_combine(rx,channel,use_relay,mrc_rx);
%在接收端合并两路信号,并判决出发送信号序列
global signal;
global relay;
values2analyse=rx.signal2analyse;
switch rx.combining_
www.eeworm.com/read/324404/13264430
m reduced.m
% Direct link
if (use_direct_link == 1)
[channel(1), rx] = add_channel_effect(channel(1), rx,...
signal.symbol_sequence);
rx = rx_correct_phaseshift(rx, channel(1).attenuation.phi);
end
% ------
www.eeworm.com/read/324404/13264472
m rx_combine.m
function [symbol_sequence,bit_sequence]=rx_combine(rx,channel,use_relay,mrc_rx);
%在接收端合并两路信号,并判决出发送信号序列
global signal;
global relay;
values2analyse=rx.signal2analyse;
switch rx.combining_
www.eeworm.com/read/324404/13264489
asv add_channel_effect.asv
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 =
www.eeworm.com/read/137022/13347568
h sync.h
/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000
* state and augmented with an extra 0 at the front to make a 64-bit sequence
* 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/321900/13393593
sql all_group.sql
/* 公司部门表 all_group
cp_groupid 部门ID
cp_groupnm 部门名
*/
drop SEQUENCE all_groupsq;
CREATE SEQUENCE all_groupsq
MINVALUE 1
INCREMENT BY 1;
DROP TABLE all_group;
CREATE TABLE all_group
(
www.eeworm.com/read/307145/13727866
cmt ins_node.cmt
/**************************************************************************
** SP_INS_NODE **
**
www.eeworm.com/read/152843/5662588
h via_verifier.h
/*
* Copyright 2004 The Unichrome Project. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation fil
www.eeworm.com/read/148963/5707589
c smmain.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/143132/5758772
h sync.h
/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000
* state and augmented with an extra 0 at the front to make a 64-bit sequence
* 0000 0010 0001 1000 1010 0111 1010 0011