wfdb-app-toolbox
wfdb-app-toolbox copied to clipboard
Add GQFUSE
Add MATLAB/Octave wrapper to GQFUSE
Original issue reported on code.google.com by [email protected]
on 5 Feb 2014 at 4:32
Function details:
http://www.physionet.org/physiotools/wag/gqfuse-1.htm
Because the binaries are already shipped, a current work around is to use
WFDBEXEC to generate the fused files, so that the command:
gqfuse -r mitdb/100 -a qrs sqrs
would be equivalent to:
wfdbexec('gqfuse',{'-r','mitdb/100','-a','qrs','sqrs'})
Original comment by [email protected]
on 5 Feb 2014 at 4:38
- Added labels: Priority-Medium