代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/163883/5506969
h stl_queue.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
www.eeworm.com/read/162614/5526994
c memcpy-2.c
/* Copyright (C) 2002 Free Software Foundation.
Test memcpy with various combinations of pointer alignments and lengths to
make sure any optimizations in the library are correct.
Written b
www.eeworm.com/read/162614/5538037
h safe_iterator.h
// Safe iterator implementation -*- C++ -*-
// Copyright (C) 2003, 2004, 2005
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software;
www.eeworm.com/read/475902/6769139
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/395931/8145603
v randomization.v
// File name: randomization.v
// Function: sync 1 inversion and randomization
module randomization(clk, start, rst, valid_in, DataIn, sync_in,
DataOut, sync_out);
parameter PacketLength = 8
www.eeworm.com/read/294239/8245236
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/370800/9585031
m lmmse_estimation.m
function output=lmmse_estimation(input,pilot_inter,pilot_sequence,pilot_num,trms,t_max,snr);
%trms为多经信道的平均延时,t_max为最大延时,此处所有的时间都是已经对采样间隔做了归一化后的结果
beta=17/9;
[N,NL]=size(input);
Rhh=zeros(N,N);
fo
www.eeworm.com/read/174371/9590361
m viterbi_decoder.m
function decoder_output=viterbi_decoder(k,channel_output)
%Viterbi Decoder
%
%The viterbi decoder uses the Viterbi algorithm to recover convolutional codes
%
%DS-UWB PHY 802.15
%Constraint lengt
www.eeworm.com/read/174308/9597707
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/369663/9637396
v randomization.v
// File name: randomization.v
// Function: sync 1 inversion and randomization
module randomization(clk, start, rst, valid_in, DataIn, sync_in,
DataOut, sync_out);
parameter PacketLength = 8