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_configsdeferred viatry/exceptwithCONFIG = {}fallback (only used in_demo_sig.pymodule-init).scitex.dsp.utilsandscitex.dsp._demo_sigare intra-package — rewritten asscitex_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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scitex_dsp-0.1.0.tar.gz.
File metadata
- Download URL: scitex_dsp-0.1.0.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f1ec49d96ed0942ac131c7fca237db99296961a33a2f3b7a18b7d01cfe1ac94
|
|
| MD5 |
b34ab916a28c6152d67d67401fbe8f1c
|
|
| BLAKE2b-256 |
a6c41ffd1e1c0bbd0ffd35ffe6d324b47901a2bb23a4cc5b56b7d80217e09c04
|
File details
Details for the file scitex_dsp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: scitex_dsp-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d6dc659bad1dba3cceb3ae891e10410808659d2a1d4db28e7e97172d938500d
|
|
| MD5 |
5f67d725213af444c09819db2d884712
|
|
| BLAKE2b-256 |
6a092b7981890c09863fb8b3478f5039bcafdf059826de9df0d54ff8382b85f9
|