Holder exponent time consuming
古いコメントを表示
%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 件のコメント
Stephen23
2016 年 8 月 10 日
"Any idea how to reduce the calculation time ?"
Learn how to write fast MATLAB code:
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!