代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/182909/9185872
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/379443/9197142
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/378857/9214434
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(stg,
www.eeworm.com/read/378857/9214461
m goldseq.m
% 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
% n : Number of out
www.eeworm.com/read/377596/9269952
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(stg,
www.eeworm.com/read/377596/9269988
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
% n
www.eeworm.com/read/170474/9804425
txt rfc2890.txt
组织:中国互动出现网 (http://www.china-pub.com/)
RFC文档中文翻译计划 (http://www.china-pub.com/computers/emook/aboutemook.htm)
E-mail: ouyang@china-pub.com
译者:hlq (hlq hlq@mail.ndsc.com.cn)
译文发布时间:
版权:本中文翻译
www.eeworm.com/read/366434/9814756
txt rfc2890.txt
组织:中国互动出现网 (http://www.china-pub.com/)
RFC文档中文翻译计划 (http://www.china-pub.com/computers/emook/aboutemook.htm)
E-mail: ouyang@china-pub.com
译者:hlq (hlq hlq@mail.ndsc.com.cn)
译文发布时间:
版权:本中文翻译
www.eeworm.com/read/355485/10262008
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/355485/10262079
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
%