9 lines
99 B
Python
9 lines
99 B
Python
import torch
|
|
import torch.nn as nn
|
|
|
|
|
|
def AWGN_channel():
|
|
pass
|
|
|
|
def Rayleigh_channel():
|
|
pass |