Skip to content

Installation Guide

Get started with Biosigmat


This guide will help you install and set up the biosigmat toolbox in your MATLAB environment.

Required MATLAB Toolboxes

The following MATLAB toolboxes are required for full functionality:

Signal Processing Toolbox - Required for filtering and spectral analysis

Installation Methods

  • Method 1: Direct Download


    Recommended - Clone from GitHub repository

    1. Download the toolbox:
      git clone https://github.com/BSICoS/biosigmat.git
      

    Or download the ZIP file from the GitHub repository.

    1. Add to MATLAB path:
      addpath(genpath('path\to\biosigmat'));
      

    Persistent Path

    Add this line to your startup.m file to make the path addition persistent across MATLAB sessions.

  • Method 2: MATLAB Add-On


    Coming Soon - Official MATLAB Add-On installation

    In Development

    We're working on packaging this as a MATLAB Add-On for easier installation through the Add-On Explorer.

Need Assistance?

If you encounter any issues during installation contact us through GitHub Issues