代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/448259/7535839

m exa1_17.m

% exa1-17_complex_sine_d.m for example 1-17 % complex sine sequence clear all; N=32; A=3; w=314; xn=0:N-1; x=A*exp(j*w*xn); stem(xn,x) axis([-1 32 -3.2 3.2])
www.eeworm.com/read/447731/7546086

m get_gold.m

function [gold_seq]=get_gold(connections1,connections2) sequence1=ss_mlsrs(connections1); sequence2=ss_mlsrs(connections2); % cyclically shift the second sequence and add it to the first one L=2^l
www.eeworm.com/read/443623/7630094

c ba_action.c

/* ************************************************************************* * Ralink Tech Inc. * 4F, No. 2 Technology 5th Rd. * Science-based Industrial Park * Hsin-chu, Taiwan, R.O.C. * * (c)
www.eeworm.com/read/439811/7701376

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/439437/7709117

m hsolpsav.m

function [y] = hsolpsav(x,h,N) % High-speed Overlap-Save method of block convolutions using FFT % -------------------------------------------------------------- % [y] = hsolpsav(x,h,N) % y = outp
www.eeworm.com/read/438594/7729545

txt table.txt

bookBrowse: Id number(3),primary key studentName varchar2(40),not null bookName varchar2(40),not null borrowDate Date, returnDate Date,
www.eeworm.com/read/438416/7731592

txt table.txt

bookBrowse: Id number(3),primary key studentName varchar2(40),not null bookName varchar2(40),not null borrowDate Date, returnDate Date,
www.eeworm.com/read/435489/7791176

s tinybld_ds3013_7mips.s

;******************************************************************** ; Tiny Bootloader dsPIC series Size=100words ; claudiu.chiculita@ugal.ro ; http://www.etc.ugal.ro/cchiculita/software/picboot
www.eeworm.com/read/399996/7816825

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/299923/7820398

m hsolpsav.m

function [y] = hsolpsav(x,h,N) % High-speed Overlap-Save method of block convolutions using FFT % -------------------------------------------------------------- % [y] = hsolpsav(x,h,N) % y = outp