Changes between Version 80 and Version 81 of Other/Summer/2024/signal
- Timestamp:
- Aug 6, 2024, 10:47:34 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/signal
v80 v81 128 128 After finding the frequency offset and phase, we can multiply each IQ sample by some exponential e^(-''i''*<delta>)^ where <delta> stands in for the error / angle offset of that sample. When multiplying numbers in the complex plane, the angle of the two are added allowing us to easily correct every sample. Now we see why complex numbers are useful. The corrected IQ samples are shown above right. 129 129 130 == Architecture130 == Results 131 131 132 {{{#!html 133 <img src="https://i.postimg.cc/9XrksKg0/temp-Image-KQMp-H4.avif" style="height: 200px;"></img> 134 }}} 132 Earlier we saw BPSK working and get our message "hiii" back. We can do the same for OFDM. Here we receive our message "hi winlab" 135 133 136 == Conclusions 134 [[Image()]] 137 135 138 https://postimages.org 136 The ultimate goal is to send the two signals and see how they interact. This can very easily done by first blocking out the carriers we don't want to use in OFDM, then combining the signals simply by adding them. 137 138 [[Image()]] 139 140 Below is also the architecture for the entire transmission and reception process. 141 142 [[Image()]] 143 144 Now when we try to read the signals. We can still read the BPSK, but get garbage from the OFDM. 145 146 [[Image()]] 147 148 Here is also the error rates when OFDM and BPSK are at different levels. 149 150 [[Image()]] 151 152 We sent OFDM in 4 consecutive groups. Because the synchronization is interfered with, the first group is read ok, but the subsequent ones fail. 153 154 == Final Regards 155