代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/158526/5596966
lst rfft32br.lst
TMS320C2000 COFF Assembler PC Version 3.06 Fri Nov 07 10:50:05 2003
Tools Copyright (c) 1996-2002 Texas Instruments Incorporated
rfft32br.asm
www.eeworm.com/read/158526/5596971
asm rfft32br.asm
;========================================================================
;
; File Name : rfft_brc.asm
;
; Originator : Advanced Embeeded Control
; Texas Instruments
;
www.eeworm.com/read/152843/5656334
c bcm1250_tbprof.c
/*
* Copyright (C) 2001, 2002, 2003 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publi
www.eeworm.com/read/476079/6773399
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/475543/6790914
m turbo_encode.m
function [seqout, alpha] = turbo_encode(seqin, len, key, puncture, gnum)
% [seqout, alpha] = turbo_encode(seqin, len, key [, puncture, gnum])
%
% Encode binary sequence using turbo codes.
%
% Inp
www.eeworm.com/read/474702/6805216
cpp hybrid.cpp
/**************************************************
* Essential C++ -- Stanley Lippman
* Addison-Wesley
* ISBN 0-201-48518-4
* homepage: www.objectwrite.com
* email: slippman@objectwrite.co
www.eeworm.com/read/474600/6813480
m hmm_generate.m
function out = HMM_generate(a,b,initial,seq_len)
% Generate a Markov sequence
%
% Inputs:
% a - Transition probability matrix
% b - Output generator matrix
% initial - Initial state
% seq
www.eeworm.com/read/359187/6841969
m hmm_generate.m
function out = HMM_generate(a,b,initial,seq_len)
% Generate a Markov sequence
%
% Inputs:
% a - Transition probability matrix
% b - Output generator matrix
% initial - Initial state
% seq
www.eeworm.com/read/195382/8159868
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections)
%[seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to t
www.eeworm.com/read/295070/8188126
m cycle_test3.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 交织与去交织模块的自环模二加测试 %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all;
close all;
sequence=round(rand(1,456)); % 随机产生内编码后的得到的456bits码字序列