Python bindings for DDA (Delay Differential Analysis)
Project description
dda-py
Python bindings for DDA (Delay Differential Analysis).
The DDA binary is required. Please download the most recent version from the file server.
Installation
pip install dda-py
Usage
from dda_py import DDARequest, DDARunner, ST, generate_select_mask
# Create a DDA request
request = DDARequest(
input_file="data.edf",
output_file="results.dda",
select_mask=generate_select_mask([ST]), # Select ST variant
)
# Run DDA
runner = DDARunner(binary_path="run_DDA_AsciiEdf")
result = runner.run(request)
Variants
The package provides access to all DDA variants:
ST- Single TimeseriesCT- Cross TimeseriesCD- Cross DynamicalDE- Dynamical ErgodicitySY- Synchrony
License
MIT
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
dda_py-0.2.6.tar.gz
(24.6 kB
view details)
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
dda_py-0.2.6-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file dda_py-0.2.6.tar.gz.
File metadata
- Download URL: dda_py-0.2.6.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4e93df7299114e440b54c48406767786da4633d32ef9bedb236852f565ae752
|
|
| MD5 |
dc982f07f961e6b76a6af1dd82019276
|
|
| BLAKE2b-256 |
1b51421ecf447637e198fccee82e76bc68171f236fef7cb37450a23db8a99436
|
File details
Details for the file dda_py-0.2.6-py3-none-any.whl.
File metadata
- Download URL: dda_py-0.2.6-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4cc9517d49acdeb9c4b9e616440b81eaf3c19b71c3f478d9c385bac5c8cb6ca
|
|
| MD5 |
72e9441d80d75a9364b55ebab2db62f6
|
|
| BLAKE2b-256 |
801c0dcbf336a969f2f90091e129711ffe776d67372e3b7717cc7fe3adcef436
|