Differences between revisions 2 and 3
Revision 2 as of 2010-01-16 06:33:39
Size: 1136
Editor: p5B2EC84A
Comment:
Revision 3 as of 2010-01-16 06:34:23
Size: 1137
Editor: p5B2EC84A
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * In the paradigm description text file you have located before, you can add values for telling nrec_analyse, to read these parameters from the hdf5-file and store it in columns 9, 10, ... of the TrialList matrix:  * In the paradigm description text file you have located before, you can add values for telling nrec_analyse, to read these parameters from the hdf5-file and store it in columns 9, 10, ... of the !TrialList matrix:

manual for the nrec_analyse Matlab project

1. What is nrec_analyse?

nrec_analyse is a Matlab project to read and analyse nrec data that has been stored into hdf5-files.

2. How can i configure it to read certain values into the TrialList matrix that contains the information for each of the trials?

  • Find the textfile in the nrec_analyse directory that has the same name as your paradigm (e.g. "Saccades.txt").
  • Open one of your data files using the hdfread tool.

  • Find out where the parameters you want to read are stored below one of the trials.
  • In the paradigm description text file you have located before, you can add values for telling nrec_analyse, to read these parameters from the hdf5-file and store it in columns 9, 10, ... of the TrialList matrix:

    • numberOfExtraColumns: How many parameters you want to read in.
    • nameOfExtraColumn1, nameOfExtraColumn2, ...: full path of the parameter below the trial group.

nrec: NrecAnalyse (last edited 2017-07-21 09:47:37 by FriedemannBunjes)