SampEn_MC(sample,M,​r,start,finish,imax​,jmax)

Implementation of Sample entropy with Monte Carlo approach. Fast and accurate.
130 download
Aggiornato 1 mar 2015

Visualizza la licenza

function saen=SampEn_MC(sample,M,r,start,finish,imax,jmax)
INPUTS
sample - biological or some other sample
m - length of subsample. In most cases value 3 is used
r - maximum allowed distance betwen two subsamples
start - defines on which sample index we start calculating. This allows us to avoid sample distorsions on begining of a reciord due to filtration.
finish - defines how many samples are ignored in ending of a sample
imax - number of subsamples taken for testing. Higher value for more
accurate resoults. Reccomended value is imax = 1000
jmax - number of subsamples that a subsample is tested to. Recommended
value is jmax = 400

Cita come

Vid Bevcar (2025). SampEn_MC(sample,M,r,start,finish,imax,jmax) (https://it.mathworks.com/matlabcentral/fileexchange/49881-sampen_mc-sample-m-r-start-finish-imax-jmax), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2008a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Automotive in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0