Changes between Version 81 and Version 82 of Other/Summer/2024/signal
- Timestamp:
- Aug 6, 2024, 10:49:53 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/signal
v81 v82 132 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" 133 133 134 [[Image( )]]134 [[Image(Screen Shot 2024-08-06 at 6.38.04 PM.png)]] 135 135 136 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 137 138 [[Image( )]]138 [[Image(Screen Shot 2024-08-06 at 6.38.11 PM.png)]] 139 139 140 140 Below is also the architecture for the entire transmission and reception process. 141 141 142 [[Image( )]]142 [[Image(Screen Shot 2024-08-06 at 6.38.20 PM.png)]] 143 143 144 144 Now when we try to read the signals. We can still read the BPSK, but get garbage from the OFDM. 145 145 146 [[Image( )]]146 [[Image(Screen Shot 2024-08-06 at 6.38.29 PM.png)]] 147 147 148 148 Here is also the error rates when OFDM and BPSK are at different levels. 149 149 150 [[Image( )]]150 [[Image(Screen Shot 2024-08-06 at 6.38.38 PM.png)]] 151 151 152 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.