Main Content
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
Create a DataRecorder
object using soc.recorder
function.
Properties
Object Functions
addSource | Add an 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 |
Examples
Version History
Introduced in R2019a