Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

ReadmePLXandDDT.txt 605 B

123456789101112131415161718192021
  1. This package allows you to read data from .plx and .ddt files.
  2. The following functions are provided:
  3. plx_info(filename, all) - displays information about a plx file
  4. plx_ts(filename, channel, unit) - gets the timestamps for the specified
  5. DSP channel and unit
  6. plx_event_ts(filename, channel) - gets the timestamps for the specified
  7. external channel
  8. plx_wave(filename, channel, unit) - gets the waveforms for the specified
  9. DSP channel and unit
  10. plx_ad(filename, channel, unit) - gets the A/D data for the specified
  11. A/D channel
  12. ddt(filename) - reads A/D data from a .ddt file