MATLAB: Can’t I connect a scope directly from a two samples per frame signal

communications blocksetsignal generatorsimulink

The signal is generated using the Bernoulli Generator and has 2 samples per frame. Why can't i connect a scope to this signal to see how the signal behaves.. Please need help.

Best Answer

You have 2 options to "scope" a frame signal:
- Insert Reshape block set to "1D" before the scope:
http://www.mathworks.com/help/toolbox/simulink/slref/reshape.html
- Use a vector scope:
http://www.mathworks.com/help/toolbox/dspblks/ref/vectorscope.html