I want to design a simple communication channel in MATLAB/Simulink.
The quantizer block outputs the integer type, which I have converted int to binary by integer to binary block. my problem: Say, input of int to binary block is N*1. Its output is N*M, where M is the number of bits used to represent every integer value. By which block can i convert the output of the size N*M to a NM*1 serial stream?
p.s: 1-I haven't the Xilinx library installed. Cheeers