Home > biosig > viewer > viewedf.m

viewedf

PURPOSE ^

viewedf

SYNOPSIS ^

function viewedf(Action, ActOption)

DESCRIPTION ^

 viewedf
 Display EDF (European Data Format) files
 This program requires Matlab Version >= 5.2 and should work with Matlab 6.x

 Command line functionality (note: all commands are case sensitive):
 viewedf : start program
 viewedf('OpenEDFFile', FILENAME) : open FILENAME
 viewedf('Goto', RECORD) : move to RECORD
 viewedf('GotoSecond', SECOND) : move to a certain SECOND
 viewedf('Prev') : move back one screen
 viewedf('Next') : move forward one screen
 viewedf('PrevFast') : move back 5 screens
 viewedf('NextFast') : move forward 5 screens
 viewedf('Close') : close viewer

 Keyboard shortcuts:
 '+' : move to next screen
 '-' : move to previous screen
 'U' : scale all channels up
 'D' : scale all channels down

 Version 3.04Alpha, 10/22/01
 (c) Herbert Ramoser (herbert.ramoser@arcs.ac.at)

 This Software is subject to the GNU public license.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003