Based on the transmitter modulation type, there should be scripts that implement basic/common receiver designs to make decisions. This can be done "offline" (i.e., post simulation) in the unidirectional single link case.
For example, for CSK:
Basic threshold detector
Basic weighted sum detector
Adaptive thresholding
The general format of this code should be easy for someone to adjust to their own desired detector.
Based on the transmitter modulation type, there should be scripts that implement basic/common receiver designs to make decisions. This can be done "offline" (i.e., post simulation) in the unidirectional single link case.
For example, for CSK:
The general format of this code should be easy for someone to adjust to their own desired detector.