代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/155592/11861887
c parse.c
/****************************************************/
/* 文件: parse.c */
/* TINY编译器的语法分析执行程序 */
/****************************************************/
#inc
www.eeworm.com/read/344218/11899615
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/154760/11929546
m evenodd.m
function [xe,xo,m] = evenodd(x,n)
if any(imag(x)~=0)
error('x is not a real sequence')
end
m=-fliplr(n);
m1=min([m,n]);
m2=max([m,n]);
m=m1:m2;
nm=n(1)-m(1);
n1=1:length(n);
x1=zeros(1,l
www.eeworm.com/read/343227/11962836
m mix_gen.m
function [X, s] = mix_gen (w, mu, Sigma, T)
%mix_gen Generates a sequence of observation for a gaussian mixture model.
% Use: [X,s] = mix_gen(w,mu,Sigma,T).
% H2M Toolbox, Version 2.0
% Olivier Ca
www.eeworm.com/read/343227/11962871
m hmm_psim.m
function s = hmm_psim (X, A, pi0, mu, Sigma, QUIET)
%hmm_psim Generates a random sequence of conditional HMM states.
% Use: s = hmm_psim(X,A,pi0,mu,Sigma) where s is a sequence of states
% of the HM
www.eeworm.com/read/342845/11995734
m ex020900.m
% Example 2.9
%
% x(n)=[3,11,7,0,-1,4,2]; nx = [-3:3]
% y(n)=x(n-2)+w(n)
% ryx = cross(y,x)
%
% noise sequence 1
x = [3, 11, 7, 0, -1, 4, 2]; nx=[-3:3]; % given signal x(n)
[y,ny] = sigshift(x
www.eeworm.com/read/342845/11996107
m conv_tp.m
function [y,H]=conv_tp(h,x)
% Linear Convolution using Toeplitz Matrix
% ----------------------------------------
% [y,H] = conv_tp(h,x)
% y = output sequence in column vector form
% H = Toeplitz
www.eeworm.com/read/342845/11996174
m ovrlpsav.m
function [y] = ovrlpsav(x,h,N)
% Overlap-Save method of block convolution
% ----------------------------------------
% [y] = ovrlpsav(x,h,N)
% y = output sequence
% x = input sequence
% h = impu
www.eeworm.com/read/256403/12001398
m ex020900.m
% Example 2.9
%
% x(n)=[3,11,7,0,-1,4,2]; nx = [-3:3]
% y(n)=x(n-2)+w(n)
% ryx = cross(y,x)
%
% noise sequence 1
x = [3, 11, 7, 0, -1, 4, 2]; nx=[-3:3]; % given signal x(n)
[y,ny] = sigshift(x