代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/199774/7823375

m program_02_8.m

% Program 2_8 % Computation of Autocorrelation of a % Noise Corrupted Sinusoidal Sequence % colordef black; N = 96; n = 1:N; x = cos(pi*0.25*n); % Generate the sinusoidal sequence d = rand(1
www.eeworm.com/read/399906/7823474

htm otl4_ex159.htm

www.eeworm.com/read/399906/7824363

htm otl4_ex161.htm

www.eeworm.com/read/399906/7826038

htm otl4_ex162.htm

www.eeworm.com/read/399906/7826077

htm otl4_ex160.htm

www.eeworm.com/read/299869/7827510

m exa031101_fftfilt.m

%---------------------------------------------------------------------------- % exa031001_fftfilt.m, for example 3.11.1 % to test fftfilt.m,and to finish the convolution of a long sequence with %
www.eeworm.com/read/399533/7849721

m exa031101_fftfilt.m

%---------------------------------------------------------------------------- % exa031001_fftfilt.m, for example 3.11.1 % to test fftfilt.m,and to finish the convolution of a long sequence with %
www.eeworm.com/read/199440/7853086

m mhmm_sample.m

function [obs, hidden] = mhmm_sample(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/298649/7947878

m remspike.m

function a_filt=remspike(a,x) % % REMSPIKE % % Function to remove spikes in data sequence % held in an array x. The first and last points % of the sequence are unaltered. % % Called: a_filt =
www.eeworm.com/read/197261/8008702

m scrambsync.m

%generating idle sequence of all 1's x=ones(2048,1); %Initial lize the scrabling key s=[1 0 0 0 0 0 0 0 0 0 0 0]; %geberating scrabled idle stream for i=1:2048 s(2:12)=s(1:11); s(1)=xor(s(12),