One way to check for integrated MSNA burst labeling in a LabChart 8 file is to use MATLAB and the LabChart Reader toolbox. Here's an example code block to get you started:
main.m538 chars16 lines
This code reads the LabChart file specified by filename
, extracts the data segments in the file using the LabChart Reader toolbox, and checks if the first data segment (which is assumed to contain the MSNA data) has a comment containing the string "Integrated MSNA". If so, it prints a message indicating that the file contains integrated MSNA burst labeling; otherwise, it prints a message indicating that the file does not.
gistlibby LogSnag