Changes between Version 48 and Version 49 of Other/Summer/2024/signal


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

Legend:

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

    v48 v49  
    6666**Modulation**
    6767
     68In order to send signals as higher frequencies, we use a technique call modulation. We take the real part, I(t), of a signal and multiply it with a sine wave of the desired high frequency and the imaginary part, Q(t) with a cosine wave of that same frequency.
     69
     70S(t) = I(t) + Q(t)i -> I(t)*sin(wt) + Q(t)*cos(wt)
     71
     72Note how the resulting signal is always real, even if the original signal had an imaginary component. It is important to remember that even though complex/imaginary signals are useful for various reasons, they don't actually exist in the real world because... well, they are imaginary!
     73
     74[[Image()]]
     75
     76Example of a square wave modulating a sine wave of higher frequency. The square wave switches between 1 and -1 causing the sine wave the flip over and over again.
     77
    6878<h1 style="font-size: 20px; margin-bottom: 10px; margin-left: 5px;">
    6979 BPSK