代码搜索:Exponent
找到约 2,379 项符合「Exponent」的源代码
代码结果 2,379
www.eeworm.com/read/326313/13148432
m sobolev_exponent.m
function s = sobolev_exponent(H)
% SOBOLEV_EXPONENT - estimate Sobolev exponent of multiwavelet (slower, but better)
%
% s = sobolev_exponent(H)
%
% This routine implements the algorithm give
www.eeworm.com/read/228652/14371377
m sobolev_exponent.m
function s = sobolev_exponent(H)
% SOBOLEV_EXPONENT - estimate Sobolev exponent of multiwavelet (slower, but better)
%
% s = sobolev_exponent(H)
%
% This routine implements the algorithm give
www.eeworm.com/read/215460/15060892
m dfa_exponent.m
function alpha1=dfa_exponent(sig)
data=sig;
data=dtrend(data);
minbox=0;maxbox=0;
nfit=2;%set nfit (the order of the regression fit)
iflag=0;%input data are already integrated
sw=1;%enable slidi
www.eeworm.com/read/475315/6796215
m lyapunov_exponent.m
clear;
%computes lyapunov exponent
r = 4.0;
%%%%% first converge to attractor
x = rand; %choose random initial data
for i=1:200;
x = r*x*(1-x); %apply logistic map
end;
%%%%% find (1/n) S
www.eeworm.com/read/432396/8606997
m largest_lyapunov_exponent.m
function lambda_1=largest_lyapunov_exponent(data,N,m,tau,P,delt_t)
d_length=[];
d_content=[];
Y=reconstitution(data,N,m,tau);
M=N-(m-1)*tau;
idx_j=0;
for j=1:M
d_min=10000;
for jj=1:M
www.eeworm.com/read/287073/8723854
html struct_base_and_exponent.html
Crypto++: BaseAndExponent< T, E > Struct Tem
www.eeworm.com/read/381500/9089872
m largest_lyapunov_exponent.m
function lambda_1=largest_lyapunov_exponent(data,N,m,tau,P)
%the function is used to calcultate largest lyapunov exponent with the
%mended algorithm,which put forward by lv jing hu.
%data:the time
www.eeworm.com/read/377519/9273592
m largest_lyapunov_exponent.m
function lambda_1=largest_lyapunov_exponent(data,N,m,tau,P)
%the function is used to calcultate largest lyapunov exponent with the
%mended algorithm,which put forward by lv jing hu.
%data:the time
www.eeworm.com/read/162511/10299009
c exponent_r16.c
/* Implementation of the EXPONENT intrinsic
Copyright 2003 Free Software Foundation, Inc.
Contributed by Richard Henderson .
This file is part of the GNU Fortran 95 runtime libr
www.eeworm.com/read/162511/10299351
c exponent_r8.c
/* Implementation of the EXPONENT intrinsic
Copyright 2003 Free Software Foundation, Inc.
Contributed by Richard Henderson .
This file is part of the GNU Fortran 95 runtime libr