代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/355484/10262127

m mseq.m

% Program 5-4 % mseq.m % % The generation function of m-sequence % % An example % stg=3 % taps=[1,3] % inidata=[1,1,1] % n=2 % % Programmed by yixiongshu,2006.8.9 function [mout]=mseq(
www.eeworm.com/read/355484/10262180

m goldseq.m

% Program 5-5 % goldseq.m % % The generation function of Gold sequence % % Programmed by yixiongshu,2006.8.9 function [gout]=goldseq(m1,m2,n) % % m1 : m-sequence 1 % m2: m-sequence 2 %
www.eeworm.com/read/463000/7190762

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/452695/7436402

c program4_12.c

/* Program 4.12 Simple Simon */ #include /* For input and output */ #include /* For toupper() function */ #include
www.eeworm.com/read/445756/7591147

c project.c

/* * FILE: project.c * * Written by Peter Sutton - October 2004 */ #include "board.h" #include "snake.h" #include "display.h" #include "serialio.h" #include "terminalio.h" #include "ti
www.eeworm.com/read/245324/12804238

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/329499/12951862

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/327948/13054084

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/319030/13464109

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/139332/5800320

hpp filter_view.hpp

/*============================================================================= Copyright (c) 2003 Joel de Guzman Use, modification and distribution is subject to the Boost Software Licen