LICENSE
README.md
setup.py
pyemgpipeline/__init__.py
pyemgpipeline.egg-info/PKG-INFO
pyemgpipeline.egg-info/SOURCES.txt
pyemgpipeline.egg-info/dependency_links.txt
pyemgpipeline.egg-info/requires.txt
pyemgpipeline.egg-info/top_level.txt
pyemgpipeline/plots/__init__.py
pyemgpipeline/plots/emg_plot.py
pyemgpipeline/processors/__init__.py
pyemgpipeline/processors/amplitude_normalizer.py
pyemgpipeline/processors/bandpass_filter.py
pyemgpipeline/processors/base.py
pyemgpipeline/processors/dc_offset_remover.py
pyemgpipeline/processors/end_frame_cutter.py
pyemgpipeline/processors/full_wave_rectifier.py
pyemgpipeline/processors/linear_envelope.py
pyemgpipeline/processors/segmenter.py
pyemgpipeline/wrappers/__init__.py
pyemgpipeline/wrappers/data_processing_manager.py
pyemgpipeline/wrappers/emg_measurement.py
pyemgpipeline/wrappers/emg_measurement_collection.py
tests/__init__.py
tests/test_processors/__init__.py
tests/test_processors/test_amplitude_normalizer.py
tests/test_processors/test_bandpass_filter.py
tests/test_processors/test_base_processor.py
tests/test_processors/test_dc_offset_remover.py
tests/test_processors/test_end_frame_cutter.py
tests/test_processors/test_full_wave_rectifier.py
tests/test_processors/test_linear_envelope.py
tests/test_processors/test_segmenter.py
tests/test_wrappers/__init__.py
tests/test_wrappers/test_data_processing_manager.py
tests/test_wrappers/test_emg_measurement.py
tests/test_wrappers/test_emg_measurement_collection.py