Skip to content

ndr.format.intan.read_Intan_RHD2000_header

  READ_INTAN_RHD2000_HEADER - Read header information from an Intan data file

    HEADER = READ_INTAN_RHD2000_HEADER(FILENAME)

  Returns a structure HEADER with all of the information fields that
  are stored in the Intan RHD2000 file FILENAME.

  HEADER contains several substructures:
  --------------------------------------------------------------------
  fileinfo                |  Information about the file and its version
  frequency_parameters    |  Information about sampling frequency 
  spike_triggers          |  Information about spike triggers for each amplifier channel
  amplifier_channels      |  Information about amplifier channels
  aux_input_channels      |  Information about auxillary input channels
  supply_voltage_channels |  Information about supply voltage channels
  board_adc_channels      |  Information about the board analog to digital converter channels
  board_dig_in_channels   |  Digital input channels
  board_dig_out_channels  |  Digital output channels
  num_temp_sensor_channels|  Number of temperature sensor channels

  See also: READ_INTAN_RDH2000_DATAFILE