ReadNVT

Reads in a Neuralynx NVT Cheetah binary file into Matlab
505 descargas
Actualizado 30 dic 2009

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2009b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Electrophysiology en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0