82 | 82 | What you see above is actually exactly what one signal technique known as BPSK is. BPSK stands for Binary Phase Shift Keying. It can only take on 2 different values every symbol, aka, one bit per symbol. Other methods such as QPSK and QAM can send multiple bits per symbol. It turns out that because of this 1 bit per symbol property, the IQ plot for any BPSK signal is always exactly 2 points. (1, 0) and (-1, 0). I(t) is either -1 or 1 and Q(t) is always 0. So, BPSK signals don't have imaginary components, not that that's relevant as we will be modulating anyways. |