Null Algorithms
Simple (null) transmitters for testing and debugging.
get_constant_transmission_algorithm(val)
Get a basic transmission algorithm that output a constant complex value.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
val |
complex | Parameter
|
constant complex value to transmit |
required |
Returns:
| Type | Description |
|---|---|
TransmissionAlgorithm
|
A |
get_null_reception_algorithm()
Get a null reception algorithm that does not do any processing,.
Returns:
| Type | Description |
|---|---|
ReceptionAlgorithm
|
A null |
get_null_transmission_algortihm()
Get a null transmission algorithm that output nothing.
Returns:
| Type | Description |
|---|---|
TransmissionAlgorithm
|
A |