Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

add discussion of and links to all the standardized interfaces

...

TTL/event I/O & Analog I/O
We're using standard HDMI cables (ADD PIN MAPPING HERE) see here for pin mapping)
 

Acquisition board <-> Computer: Intan Rhythm API
The Intan Rhythm interface consists of Verilog HDL code written for the Opal Kelly XEM6010 USB/FPGA interface module and a C++ API.
The modular hardware of the system allows easy expansion to include PCIE and USB3.0 interfaces with minimal changes to the software and no hardware changes other than replacing the FPGA module.
 

...

Open Ephys Plugin architecture 
In order to perform computations based on incoming data in real-time, just write your own  process(buffer,  events,  nSamples) function.

...