UW-Laryngeal-Physiology-Lab / MovingWindow

Repository for the moving window segmentation software used by the UW Voicelab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovingWindow

Theis repository contains programs that are used to split audio data into short, overlapping segments. There are both LabVIEW and MATLAB versions.

The MATLAB version currently only runs in 2013b. This is mainly because it uses the function wavread, which has since been replaced by audioread.

The LabVIEW version produces segments that are slightly different than the MATLAB version. This is due to datatype (float, double, etc.) differences between the two software. These differences should not cause any issues. It is just recommended that you only use segments created by one software or the other, not both.

About

Repository for the moving window segmentation software used by the UW Voicelab.


Languages

Language:Rich Text Format 94.9%Language:MATLAB 3.5%Language:LabVIEW 1.6%