ReadNVT

Reads in a Neuralynx NVT Cheetah binary file into Matlab
501 Downloads
Updated 30 Dec 2009

View License

This function reads in a NeuraLynx NVT file (with filename fn) into matlab assuming the format has a 16Kb ascii header and then a repeating binary record given by the following format
(variablename, variabletype, number_in_a_row)
%RecordFormat={
% 'swstx','uint16',1;
% 'swid','uint16',1;
% 'swdata_size','uint16',1;
% 'TimeStamp','uint64',1;
% 'dwPoints','uint32',400;
% 'sncrc','int16',1;
% 'Xloc','int32',1;
% 'Yloc','int32',1;
% 'Angle','int32',1;
% 'dntargets','int32',50;
% };

The code is structured in such a way to make it very easy to modify to read in ANY binary file which contains a header and then a repeating sequence of binary records of a fixed length and appended binary variables simply by modifying this RecordFormat variable, so this should have some more general use as well.

Cite As

Forrest Collman (2024). ReadNVT (https://www.mathworks.com/matlabcentral/fileexchange/26226-readnvt), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Electrophysiology in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0