MATLAB: Can the “To File” block in the Simulink library handle frame-based signals from the Signal Processing Blockset

basedblockfileframesavesignals

I would like to save my frame-based signals using a "To File" block directly in my Simulink model.

Best Answer

The ability to save frame-based signals directly is not available in the Signal Processing Blockset.
To work around this issue, use the Frame Conversion block with the To Sample option for the output signal. For more detailed information on this block, execute the following command at the MATLAB Command Window:
web([docroot '/toolbox/dspblks/ref/frameconversion.html'])