BpodWavePlayer()

Description

BpodWavePlayer plays analog waveforms on trigger, using the Analog Output Module (a precision voltage DAC with a dedicated microcontroller).

The analog output module must have WavePlayer firmware loaded to use this class.

After running Bpod, a BpodWavePlayer object is initialized with the following syntax:

W = BpodWavePlayer('COM3');

Where COM3 is the analog output module's serial port.

The BpodWavePlayer device is controlled in 2 ways: 

Object Fields

Object Functions

Cleanup

    W = BpodWavePlayer('COM3');

    ... % Use the wave player

    clear W