ts_sort
Versión 1.0.0 (1,59 KB) por
Matt Stead
A sort for time series data. Faster than qsort(), mergesort(), or heapsort() when compiled.
a sort for time series data, faster than qsort(), mergesort(), or heapsort() when compiled
Output for sorting a 1000000 point array of EEG:
ts_sort (in place): 0.005790 sec
ts_sort (not in place): 0.010951 sec
qsort: 0.016164 sec
mergesort: 0.019134 sec
heapsort: 0.086998 sec
I also uploaded a mex version, but for some reason, it does not perform as well as when simply run from the command line. Perhaps Mathworks can address that.
Citar como
Matt Stead (2025). ts_sort (https://www.mathworks.com/matlabcentral/fileexchange/73124-ts_sort), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2019b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Sciences > Neuroscience > Human Brain Mapping > EEG/MEG/ECoG >
- MATLAB > Language Fundamentals > Matrices and Arrays > Shifting and Sorting Matrices >
- Engineering > Biomedical Engineering > Biomedical Signal Processing >
Más información sobre EEG/MEG/ECoG en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0 |