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