Changes between Version 59 and Version 60 of Other/Summer/2024/signal


Ignore:
Timestamp:
Aug 6, 2024, 7:19:35 PM (7 weeks ago)
Author:
wesleychen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2024/signal

    v59 v60  
    8282What 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.
    8383
    84 [[Image()]]
     84[[Image(Screen Shot 2024-08-06 at 3.18.35 PM.png)]]
    8585
    8686A BPSK signal has been received, on the top is frequency domain of the signal and on the bottom, the message "hiii".