I am currently trying to realize this block diagram in Gnu Radio Companion:
Before using a file source block with the binary I want to send, I plan on just using a vector with an alternating 1,0 pattern (e.g., [1,0,1,0....])
From there for the Serial to Parallel piece which block would I use? Does such a block exist; if so I am not able to find it. The way I picture this is that the first bit would go to the I multiply portion and the next bit to the Q.
[1,0,1,0] [1 -> I] [0 -> Q] [1 -> I] [0 -> Q]
Is that the right understanding?
Or would it be that, let's say 8 bits were transmitted at the same time to I and Q simultaneously and the Q branch would be on a delay?
Edit: I think that I don't need to do that serial to parallel at all.
Something might be a little off though



