gc1905
Results
1
comments of
gc1905
The problem may be related to lack of channel normalization. I suggest to try: ```py # Generating OFDM channel generate_channel = sn.channel.GenerateOFDMChannel(channel_model=UMa, resource_grid=RESOURCE_GRID, normalize_channel=True) ```