代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/255407/6291039

c alg41.c

#include #include #include /* original element sequence: 0 1 1 2 3 5 8 13 21 34 sequence after applying replace_if < 10 with 0: 0 0 0 0 0 0 0 13
www.eeworm.com/read/349590/6291710

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/170690/6326735

m sample_mhmm.m

function [obs, hidden] = sample_mhmm(T, numex, initial_prob, transmat, mu, Sigma, mixmat) % SAMPLE_MHMM Generate random sequences from an HMM with (mixtures of) Gaussian output. % [obs, hidden] = samp
www.eeworm.com/read/203323/6334058

c udp_cli.c

/******************************************************************************* Samples\tcpip\udp\udp_cli.c Z-World, 2000 A UDP example, that sends out 'heartbeat' packet
www.eeworm.com/read/493843/6391509

m gtor.m

function r=gtor(gamma,epsilon) %GTOR Inverse Levinson-Durbin recursion. %---- %USAGE: r=gtor(gamma,epsilon) % % Finds the autocorrelation sequence r(k) from the % reflection coefficients gamma.
www.eeworm.com/read/493843/6391518

m mper.m

function Px = mper(x,win,n1,n2) %MPER Spectrum estimation using the modified periodogram. %---- %USAGE Px = mper(x,win,n1,n2) % % The spectrum of a process x is estimated using the modified % p
www.eeworm.com/read/493843/6391520

m rtog.m

function [gamma,epsilon] = rtog(r) %RTOG Levinson-Durbin recursion. %---- %USAGE: [gamma,epsilon] = rtog(r) % % Solves the Toeplitz normal equations % R a = epsilon [1 0 ... 0]' % where R=toe
www.eeworm.com/read/493456/6393550

m sigmult.m

function [y,n] = sigmult(x1,n1,x2,n2) % implements y(n) = x1(n)*x2(n) % ----------------------------- % [y,n] = sigmult(x1,n1,x2,n2) % y = product sequence over n, which includes n1 and n2 % x
www.eeworm.com/read/493456/6393559

m sigadd.m

function [y,n] = sigadd(x1,n1,x2,n2) % implements y(n) = x1(n)+x2(n) % ----------------------------- % [y,n] = sigadd(x1,n1,x2,n2) % y = sum sequence over n, which includes n1 and n2 % x1 = fi
www.eeworm.com/read/492785/6409033

m mula_pcm.m

function[sqnr,a_quan,code]=mula_pcm(a,n,mu) %MULA_PCM MU-LAW PCM encoding of a sequence. %[SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU) %a=input sequence %n=number of quantization levels(even) %sqnr=output