.flake8
.gitignore
.gitlab-ci.yml
LICENSE
Makefile
README.md
build_requirements.txt
mkdocs.yml
pyproject.toml
docs/index.md
docs/api/base/array_ops.md
docs/api/base/audioadapter.md
docs/api/base/base.md
docs/api/base/buffer.md
docs/api/base/offset.md
docs/api/base/slice_tools.md
docs/api/base/time.md
docs/api/sinks/sinks.md
docs/api/sources/fake_series.md
docs/api/sources/segment.md
docs/api/transforms/adder.md
docs/api/transforms/align.md
docs/api/transforms/amplify.md
docs/api/transforms/converter.md
docs/api/transforms/correlate.md
docs/api/transforms/gate.md
docs/api/transforms/matmul.md
docs/api/transforms/resampler.md
docs/api/transforms/sumindex.md
docs/api/transforms/threshold.md
docs/assets/css/mkdocstrings-custom.css
docs/assets/css/sgn.css
docs/assets/img/sgnts.png
docs/assets/js/katex.js
docs/dev-guide/contributing.md
docs/user-guide/adder_tutorial.md
docs/user-guide/align_tutorial.md
docs/user-guide/amplify_tutorial.md
docs/user-guide/array_backend.md
docs/user-guide/array_backend_tutorial.md
docs/user-guide/audioadapter_tutorial.md
docs/user-guide/base_tutorial.md
docs/user-guide/buffers.md
docs/user-guide/converter_tutorial.md
docs/user-guide/correlate_tutorial.md
docs/user-guide/dump_series_sink_tutorial.md
docs/user-guide/fake_series_source_tutorial.md
docs/user-guide/frames.md
docs/user-guide/gate_tutorial.md
docs/user-guide/index.md
docs/user-guide/matmul_tutorial.md
docs/user-guide/null_series_sink_tutorial.md
docs/user-guide/offset_tutorial.md
docs/user-guide/pipeline_tutorial.md
docs/user-guide/resampler_tutorial.md
docs/user-guide/segment_source_tutorial.md
docs/user-guide/slice_tools_tutorial.md
docs/user-guide/sources_tutorial.md
docs/user-guide/sumindex_tutorial.md
docs/user-guide/threshold_tutorial.md
docs/user-guide/time_tutorial.md
src/sgn_ts.egg-info/PKG-INFO
src/sgn_ts.egg-info/SOURCES.txt
src/sgn_ts.egg-info/dependency_links.txt
src/sgn_ts.egg-info/requires.txt
src/sgn_ts.egg-info/top_level.txt
src/sgnts/__init__.py
src/sgnts/_version.py
src/sgnts/filtertools.py
src/sgnts/utils.py
src/sgnts/base/__init__.py
src/sgnts/base/array_backend.py
src/sgnts/base/array_ops.py
src/sgnts/base/audioadapter.py
src/sgnts/base/base.py
src/sgnts/base/buffer.py
src/sgnts/base/notorch_backend.py
src/sgnts/base/numpy_backend.py
src/sgnts/base/offset.py
src/sgnts/base/slice_tools.py
src/sgnts/base/time.py
src/sgnts/base/torch_backend.py
src/sgnts/sinks/__init__.py
src/sgnts/sinks/dump.py
src/sgnts/sinks/null.py
src/sgnts/sources/__init__.py
src/sgnts/sources/fake_series.py
src/sgnts/sources/segment.py
src/sgnts/transforms/__init__.py
src/sgnts/transforms/adder.py
src/sgnts/transforms/align.py
src/sgnts/transforms/amplify.py
src/sgnts/transforms/converter.py
src/sgnts/transforms/correlate.py
src/sgnts/transforms/gate.py
src/sgnts/transforms/matmul.py
src/sgnts/transforms/median.py
src/sgnts/transforms/resampler.py
src/sgnts/transforms/sumindex.py
src/sgnts/transforms/threshold.py
tests/test_adder_align.py
tests/test_align.py
tests/test_amplify.py
tests/test_buffer.py
tests/test_converter.py
tests/test_correlate.py
tests/test_filtertools.py
tests/test_gate.py
tests/test_lloid.py
tests/test_median.py
tests/test_multi_sink.py
tests/test_offset.py
tests/test_realtime.py
tests/test_resampler.py
tests/test_resampler_exception.py
tests/test_resource_source.py
tests/test_segmentsrc.py
tests/test_slices.py
tests/test_sumindex.py
tests/test_threshold.py
tests/test_tsbuffer.py
tests/test_tsbuffer_torch.py
tests/test_utils.py
tests/core/test_arrays.py
tests/core/test_arrays_no_torch.py
tests/core/test_arrays_torch.py
tests/core/test_audioadapter.py
tests/core/test_base.py
tests/sources/test_fake_series.py