Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions loadbvrf.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
% readBVRF() - Read data saved in the Brain Vision Recorder format.
%
% Usage:
% >> [hdr, data, markers] = readBVRF(hdrFile, verbose);
% >> [hdr, participantId, data, channels, markers, impedances] = loadbvrf(hdrFile, verbose);
%
% Inputs:
% hdrFile - Hader file (bvrh). Data (.bvrd) and marker (bvrm) files should be in the same folder.
% hdrFile - Header file (bvrh). Data (.bvrd) and marker (bvrm) files should be in the same folder.
% sampleRange - [first, last] samples that define the interval to read. Enter [] to read all samples.
% flagMetadata - Loads only the header metadata.
% verbose - Optional input. Set to true to display messages.
Expand Down Expand Up @@ -294,4 +294,4 @@
end
end
end
end
end