Description
Why do I receive error messages when my Simulink model uses Simulink Spectrum Scope Blocks to plot the output of System Generator blocks?
Solution
Because of the interaction with the System Generator simulation solver and the MATLAB solver, some System Generator designs will appear to Simulink blocks with a continuous sample rate. When this occurs, you cannot directly connect the outputs of System Generator blocks directly to Simulink blocks, which cannot accept continuous sample times, such as the Spectrum Scope.
To work around this issue, you can add a Simulink Zero Order Hold block, or any other Simulink block that samples the signal, which will sample the signal and allow it to drive blocks such as the Spectrum Scope. You can find the Zero-Order Hold block in the default Simulink > Discrete blockset.