代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/268231/11149071
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of cons
www.eeworm.com/read/265519/11262248
m segment_data.m
function [P,T,TV] = Segment_Data
load segment1.dat
dataset=segment1;
rand_sequence=randperm(size(dataset,1));
temp_dataset=dataset;
dataset=temp_dataset(rand
www.eeworm.com/read/265515/11262331
m diabetes2_data.m
function [P, T, TV] = diabetes2_data
%Obtain Random P, T
load diabetes2.dt;
rand_sequence=randperm(size(diabetes2,1));
temp_dataset=diabetes2;
diabetes2=temp
www.eeworm.com/read/335795/12498434
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/335381/12531131
htm fin_8583.htm
find_first_of
Click on the banner to return to the Class Reference home page.
©Copyrig
www.eeworm.com/read/248729/12544198
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/147096/12583756
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
www.eeworm.com/read/147096/12584900
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of c
www.eeworm.com/read/247707/12626972
c flash.c
#include
uchar xdata FlashBuf[FlashBufLen];
/*Write Enable (WREN) Instruction*/
void FlashWE(void)
{
FlashCS = 0;
_nop_();
SPIF = 0;
SPI0DAT = WREN;
while(SPIF==0);
SPIF =
www.eeworm.com/read/247673/12632781
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