Skip to main content

Digital signal processing (PAC, Hilbert, Wavelet, filters, demo signals, …) — standalone module from the SciTeX ecosystem

Project description

scitex-dsp

Digital signal processing utilities (PAC, Hilbert, Wavelet, filters, resampling, demo signals, …) extracted from the SciTeX ecosystem as a standalone package.

Install

pip install scitex-dsp

API

import scitex_dsp as dsp

xx, tt, fs = dsp.demo_sig(sig_type="chirp", fs=1024)
psd, ff = dsp.psd(xx, fs)
xf = dsp.filt.bandpass(xx, fs, bands=[[8, 12]])
hp = dsp.hilbert(xx)
pac, freqs_pha, freqs_amp = dsp.pac(xx, fs, ...)

Status

Standalone fork of scitex.dsp. The umbrella package's scitex.dsp import path is preserved via a sys.modules-alias bridge.

Decoupling notes:

  • scitex.{decorators,gen,nn}scitex_* direct imports.
  • scitex.io.load_configs deferred via try/except with CONFIG = {} fallback (only used in _demo_sig.py module-init).
  • scitex.dsp.utils and scitex.dsp._demo_sig are intra-package — rewritten as scitex_dsp.utils / scitex_dsp._demo_sig.
  • Example if __name__ == "__main__" blocks still reference the umbrella (scitex.session, scitex.io, scitex.plt) — they only run when the umbrella is installed.

License

AGPL-3.0-only.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scitex_dsp-0.1.1.tar.gz (98.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scitex_dsp-0.1.1-py3-none-any.whl (56.7 kB view details)

Uploaded Python 3

File details

Details for the file scitex_dsp-0.1.1.tar.gz.

File metadata

  • Download URL: scitex_dsp-0.1.1.tar.gz
  • Upload date:
  • Size: 98.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0rc1

File hashes

Hashes for scitex_dsp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f09ba488799dfd880067ed9f4aa8f3eca0f5bd750decde665b739fc868ac1f89
MD5 aeef65147a4366c070dd8f3bb502cc33
BLAKE2b-256 bcee43888b4e1a6f55e0fd61052246fa3db1f31a7a77218b355652b503c54f04

See more details on using hashes here.

File details

Details for the file scitex_dsp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: scitex_dsp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 56.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0rc1

File hashes

Hashes for scitex_dsp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 66d66782905de6bca7ee963e61aefb17f055229fd08bc0a04ecd0bc3fbccc46a
MD5 709880002bb015efc98dc6022e1a5af3
BLAKE2b-256 500f67a8971af9a83e0a04fe4144d99c6885d25d37030299f61efad144728533

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page