Before you use analog output channels, see Hardware Discovery and Session Setup.
addAnalogOutputChannel | Add analog output channel to session |
outputSingleScan | Generate single scan on all output channels |
queueOutputData | Queue data to be output |
startForeground | Start foreground operations |
startBackground | Start background operations |
addlistener | Create event listener |
stop | Stop background operation |
wait | Block MATLAB until background operation completes |
DataRequired | Notify when additional data is required for output on continuous generation |
ErrorOccurred | Notify when device-related errors occur |
Analog Output Generator | Define and generate analog output signals |
Generate Signals in the Foreground
Generate data from a device while MATLAB® waits.
Generate Signals in the Background
Generate data from a device while MATLAB continues to run.
Generate Signals in the Background Continuously
Continuously generate data from a device while MATLAB continues to run.
Getting Started Generating Data with Digilent® Analog Discovery™
This example shows how to generate analog output voltage data at 300 kHz.
Generate and Measure Signals with Analog Devices ADALM1000
Program a session for ADALM1000 input and output.
Generate Signals with the Analog Output Generator
Use the Analog Output Generator app to define and produce analog output signals.
Generate Signals Using Multiple Channels
This example shows how to generate data from multiple channels and multiple devices.
Generate Signals on Both Analog and Digital Channels
This example shows how to generate signals when the session contains both analog and digital channels.
Acquire Data and Generate Signals Simultaneously
Acquire and generate data at the same time.