|
Robochameleon
v1.0
|
Mapper module. More...
Inherits unit.
Public Member Functions | |
| function | Mapper_v1 (in param) |
| Class constructor. | |
| function | traverse (in obj, in in) |
| Main function. | |
Public Member Functions inherited from unit | |
| function | traverseNode (in obj) |
| Set unique ID when creating a unit. More... | |
| function | connectOutput (in obj, in uobj, in unitOutput, in nextUnitInput) |
| Specify where signal should go next. More... | |
| function | connectOutputs (in obj, in units, in destInputs) |
| Specify where signal should go next. More... | |
| function | writeInputBuffer (in obj, in sig, in inputId) |
| write input buffer | |
| function | horzcat (in varargin) |
| horizontal concatenation | |
| function | vertcat (in varargin) |
| vertical concatenation | |
| function | setparams (in obj, in params, in REQUIRED_PARAMS, in QUIET_PARAMS) |
| set parameters More... | |
| function | view (in obj) |
| Show interactive GUI through unit_view-class. | |
Static Public Member Functions | |
| static function | grayMap (in N, in constellationMap, in bits) |
| static function | reMapQAM (in obj, in ii) |
Public Attributes | |
| Property | nInputs |
| Number of inputs. | |
| Property | nOutputs |
| Number of outputs. | |
| Property | N |
| Number of Modes (or polarizations) | |
| Property | M |
| Modulation order. | |
| Property | modulationFormat |
| Modulation Format. | |
| Property | constellationMap |
| Modulation constellationMap. | |
Public Attributes inherited from unit | |
| Property | inputBuffer |
| Buffer for storing inputs as we traverse the graph. | |
| Property | nextNodes |
| Children nodes. | |
| Property | destInputs |
| Destination inputs in children. | |
| Property | results |
| For storing results. | |
| Property | label |
| Property | draw |
| enable/disable plotting | |
| Property | nInputs |
| Number of signals traverse expects. | |
| Property | nOutputs |
| Number of outputs traverse expects. | |
Mapper module.
This model maps an input binary signal in a modulation format constellation.
Definition at line 13 of file Mapper_v1.m.
1.8.11