代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/152755/12087499
m blackbox.m
function y = blackbox(x)
% BLACKBOX ...... Generates the output from a "blackbox" representing
% some transfer characteristics.
%
% Y = BLACKBOX(X) will generate the output sequence Y from th
www.eeworm.com/read/152609/12099115
m ifrm_inteav.m
% ifrm_intleav(input)
% determines hte output sequence of a binary interleave decoder
function output= ifrm_inteav(input1,input2)
colsize = size(input1,2);
for count = 1:input2
output((count-1)*co
www.eeworm.com/read/341146/12105055
m aggvar.m
function H = aggvar(sequence,isplot)
%
% 'aggvar' estimate the hurst parameter of a given sequence with aggregate
% variance method.
%
% Inputs:
% sequence: the input sequence for estima
www.eeworm.com/read/341146/12105067
m absval.m
function H = absval(sequence,isplot,moment)
%
% 'absval' estimate the hurst parameter of a given sequence with absolute
% moment method.
%
% Inputs:
% sequence: the input sequence for es
www.eeworm.com/read/341146/12105076
m diffvar.m
function H = diffvar(sequence,isplot)
%
% 'diffvar' estimate the hurst parameter of a given sequence with
% difference variance method. The difference variance method can
% distinguish a n
www.eeworm.com/read/340041/12185987
hif one.hif
Version 7.2 Build 151 09/26/2007 SJ Full Version
18
1129
OFF
OFF
OFF
OFF
ON
ON
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Pat
www.eeworm.com/read/151561/12200797
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
% x1=first sequence over n1
www.eeworm.com/read/151561/12200855
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=first sequence over n
www.eeworm.com/read/151478/12207101
h stl_queue.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/151091/12235710
m sq2qam_gray_demap.m
function out=sq2QAM_Gray_demap(input)
%%%-----constellation--------------
%%% 0-------- +1
%%% 1-------- -1
K=length(input);
for i=1:K
temp(i)=real(input(i));
end
for i=1:K
if t