A collection of interoperable Python packages to work with state-space models in acoustics.
ssm_tools: Parent package for joint maintenance, implementing fast time domain solvers.across: Constructs reduced order state-space models from impulse response data.irdl: Downloads and processes impulse response datasets.
The ssm_tools package contains pyfar-compatible classes of differently structured state space models implementing fast time domain solvers. Latest benchmarks can be found here.
Add
dependencies = [
"ssm_tools @ git+https://github.com/artpelling/ssm-tools"
]to your pyproject.toml (or similarly to requirements.txt).