代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/341146/12105058
m rs.m
function H = RS(sequence,isplot)
%
% 'RS' estimate the hurst parameter of a given sequence with R/S method.
%
% Inputs:
% sequence: the input sequence for estimate
% isplot: whether dis
www.eeworm.com/read/231691/14223241
m goldseq.m
% Program 5-5
% goldseq.m
%
% The generation function of Gold sequence
%
% Programmed by M.Okita and H.Harada
%
function [gout] = goldseq(m1, m2, n)
% *************************************
www.eeworm.com/read/228472/14382975
m goldseq.m
% Program 5-5
% goldseq.m
%
% The generation function of Gold sequence
%
% Programmed by M.Okita and H.Harada
%
function [gout] = goldseq(m1, m2, n)
% *************************************
www.eeworm.com/read/117626/14911262
ddl table.ddl
drop table NAMED_SEQUENCE_TABLE;
create table NAMED_SEQUENCE_TABLE(SEQUENCE integer);
insert into NAMED_SEQUENCE_TABLE values (100);
commit;
www.eeworm.com/read/218391/14922926
m bmsq.m
%constructing binary m-sequence, memory given;
function d=bmsq(n); %input variable is memory;
f=gfprimdf(n,2); N=2^n-1; %primitive polynomial and length of sequence;
d=[1 zeros(1,N-1)]; %initializa
www.eeworm.com/read/216268/15021373
m bmsq.m
%constructing binary m-sequence, memory given;
function d=bmsq(n); %input variable is memory;
f=gfprimdf(n,2); N=2^n-1; %primitive polynomial and length of sequence;
d=[1 zeros(1,N-1)]; %initializa
www.eeworm.com/read/168845/5430455
hpp filter_view.hpp
/*=============================================================================
Copyright (c) 2003 Joel de Guzman
Use, modification and distribution is subject to the Boost Software
L
www.eeworm.com/read/168845/5430462
hpp transform_view.hpp
/*=============================================================================
Copyright (c) 2003 Joel de Guzman
Copyright (c) 2004 Peder Holt
Use, modification and distribution is s
www.eeworm.com/read/168845/5430494
hpp io.hpp
/*=============================================================================
Copyright (c) 1999-2003 Jaakko J鋜vi
Copyright (c) 1999-2003 Jeremiah Willcock
Copyright (c) 2001-2003 Joe
www.eeworm.com/read/168845/5434079
rst remove.rst
.. Algorithms/Transformation Algorithms//remove |60
remove
======
Synopsis
--------
.. parsed-literal::
template<
typename Sequence
, typename T
, ty