You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usual idiom is to call isigopen(record, NULL, 0) to determine how many signals are in a record, then to call isigopen a second time after allocating the signal information buffer. In this case, we should only have to download the master header file (and the layout header file, if any) once. This could be implemented by keeping the WFDB_FILE handles open and rewinding them, rather than closing and reopening them.
The text was updated successfully, but these errors were encountered:
The usual idiom is to call isigopen(record, NULL, 0) to determine how many signals are in a record, then to call isigopen a second time after allocating the signal information buffer. In this case, we should only have to download the master header file (and the layout header file, if any) once. This could be implemented by keeping the WFDB_FILE handles open and rewinding them, rather than closing and reopening them.
The text was updated successfully, but these errors were encountered: