%Calculating standard Deviations for HE
%Calculating holder exponent values
HE=zeros(131072,2);
HE(:,1) = estimOSC1DH(denoised(1:131072,1),2.1,0.0001,0.43);
HE(:,2) = estimOSC1DH(denoised(1:131072,2),2.1,0.0001,0.43);
for the coding of holder exponent, It took ages to finish the calculation with 131072 number of points. It tooke for 2 hours to solve that. Any idea how to reduce the calculation time ?

댓글 수: 2

Adam
Adam 2016년 8월 10일
편집: Adam 2016년 8월 10일
What is estimOSC1DH?
My Matlab doesn't suggest I need some toolbox when I type it in, it just says it doesn't exist, so I assume it isn't a Matlab toolbox function?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2016년 8월 10일

댓글:

2016년 8월 10일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by