DataRecorder
Data recording session for specified SoC hardware board
Description
A DataRecorder
object can configure and log data from input
sources on an SoC hardware board connected to MATLAB®. You can save the recorded data to a file for future use to playback in
MATLAB and Simulink® models.
Creation
Syntax
Description
creates a data recording session, dr
= soc.recorder(hw
)dr
, on the SoC hardware
board connection represented by hw
. hw
is an socHardwareBoard
object.
Input Arguments
Properties
Object Functions
addSource | Add a input source to a data recording session |
removeSource | Remove input source from data recording session |
setup | Set up hardware for data recording |
record | Record data from hardware using data recorder object |
isRecording | Get data recording status |
save | Save recorded data from SoC hardware board to file on host PC |