MATLAB functions for biomedical signal processing, maintained by the BSICoS Research Group.
Download the archive and checksum from the latest GitHub release, verify the archive, extract it, and add its src directory to the MATLAB path:
addpath(genpath('path/to/biosigmat/src'));
biosigmat.version()Biosigmat is tested with MATLAB R2025a, Signal Processing Toolbox, and Curve Fitting Toolbox. See the public installation guide for the complete instructions.
The Biosigmat documentation contains the MATLAB API, with direct links to executable example code. For practical method descriptions, expected inputs and outputs, scientific references, and links to the Python implementation, use the Biosiglib method catalog. See the changelog for the release history.
Cite the exact Biosigmat version used and the original publications for its scientific methods. See the citation guide and the Zenodo collection of Biosigmat versions.
Report problems through GitHub Issues. Biosigmat is distributed under the GNU General Public License version 3.