dart_ecg 0.1.1
dart_ecg: ^0.1.1 copied to clipboard
Pure Dart port of NeuroKit2 ECG processing module. Provides ECG signal cleaning, R-peak detection, delineation, quality assessment, simulation, and full processing pipeline.
0.1.1 #
- Initial release.
- Complete Pure Dart implementation of NeuroKit2 ECG module.
- Support for
ecg_simulate,ecg_clean,ecg_findpeaks,ecg_delineate,ecg_quality,ecg_rate,ecg_phase, andecg_rsp. - Comprehensive mathematical parity tests against NeuroKit2 golden outputs.