代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/462318/7202840
m ip_07_04.m
% MATLAB script for Illustrative Problem 7.4
mapping=[0 1 3 2 7 6 4 5]; % for Gray mapping
M=8;
E=1;
sequence=[0 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0];
[e]=cm_dpske(E,M,mapping,sequence); % e
www.eeworm.com/read/461294/7230016
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/461264/7230569
pro scr_other.pro
PRO SCR_OTHER, str
;+
; NAME:
; SCR_OTHER
; PURPOSE:
; To allow the user to issue any ESCAPE sequence.
; CALLING SEQUENCE:
; scr_other, str
; INPUTS:
; str -- A string containing the escape sequence
www.eeworm.com/read/457434/7325529
c 插入排序.c
/*
void InsertSort(int*a,int len)
{
for (int i=1;ix)a[j]=a[j-1],j--;
a[j]=x;
}
}
*/
#include
www.eeworm.com/read/457219/7332189
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/452217/7445373
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/206731/7457166
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/450767/7476915
m problj.m
function prob = ProbLJ (E_N,n,m,h)
Pe_HBH1 =0;
RhoVal = RhoLJ(n,m,h);
for l=1:m
% AJ_b = 0; % Setting the initial value for Aj (0 0 0 0 0)
% Changing the value of Aj and getting di
www.eeworm.com/read/449504/7502560
m seqa.m
function seq=seqa(a,b,c);
% PURPOSE: produce a sequence of values
% -----------------------------------------------------
% USAGE: y = seqa(a,b,c)
% where a = initial value in sequence
%
www.eeworm.com/read/448535/7531479
m hmmlpyseq.m
function lpy = hmmlpyseq(y,HMM)
%
% Find the log likelihood of the sequence y[1],y[2],...,y[T],
% i.e., compute log P(y|HMM)
%
% function lpy = hmmlpyseq(y,HMM)
%
% y = input sequence
% HMM =