Skip to content

Creating new functions

André Mouraux edited this page Apr 10, 2015 · 5 revisions

Creating a new Letswave function requires writing three files. You may want to use the templates provided in the template folder :

To test your function without tampering with the Letswave toolbox, it is recommended to store these files in the override folder.


Letswave file format (LW6)

Letswave stores datasets using two files. The dataset.LW6 file is a header containing all information regarding the dataset (structured Matlab variable). The dataset.mat file is a matrix containing the actual data.


RLW file


LW file


GLW file


Override folder

Clone this wiki locally