Biosiglib¶
Biosiglib describes biomedical signal-processing methods and provides shared, machine-readable contracts for their Python and MATLAB implementations.
Use the method catalog to understand what each function does, which inputs it expects, what it returns, and the scientific assumptions behind it. Each method page also links to:
- the Python and MATLAB source code;
- its normative JSON contract;
- its validation cases;
- the relevant scientific references.
Run the methods¶
Biosiglib is not an executable package. Choose the implementation for your environment:
See Implementations for installation links and the relationship between the two libraries.
Technical contract¶
The public pages explain how to use and interpret each method. The JSON specifications and shared validation cases define the exact cross-language behavior. Contributors can access both directly from every method page or browse them in the Biosiglib repository.