|
Algorithm 2 Bivariate multiscale entropy (BMSE) |
Define , length of the desired EEG channel X and number of component slices (MSE-curves) of the desired BMSE surface, resp.
Do the following for each time factor scale:
for k=1 to do
Apply Algorithm 1 to sub vectors to obtain an MSE curve for each .
Use Equation (1) to obtain (for each curve).
Use Equation (1) to define a index as for .
end for
Construct a BMSE surface with the collection of all MSE curves obtained.
|