#include "ocsOptSignal.hh"
#include "ocsOptFilter.hh"
#include "ocsOptDemuxer.hh"
#include "ocsPhotodetector.hh"
#include "ocsElecFilter.hh"
#include "ocsElecSignalStat.hh"
#include "ocsOptDataWriter.hh"
#include "ChiSquareReceiver.hh"
#include "ocsOptFiber.hh"
Go to the source code of this file.
Classes | |
class | GaussianReceiver |
Enumerations | |
enum | typeGaussianNoise { UNPOLARIZED = 1, PARTIALLY_POLARIZED = 2, PARTIALLY_POLARIZED_WITH_DGD = 3 } |
Enumeration type that specifies form of the Stokes parameters of the noise. More... | |
enum | typePMDonSignal { NO_PMD = 1, FIRST_ORDER_PMD = 2 } |
Enumeration type that specifies type of PMD acting on signal. More... | |
enum | typeClockRecoveryGaussianReceiver { AUTOMATIC = 1, MANUALLY_SET = 2 } |
Enumeration type that specifies how clock is recovered. More... |
Enumeration type that specifies how clock is recovered.
Possible values: -AUTOMATIC = 1, Uses appropriate method given in ElecSignalStat class acting on noise-free signal entering receiver. -MANUALLY_SET = 2, Clock time is input by user.
enum typeGaussianNoise |
Enumeration type that specifies form of the Stokes parameters of the noise.
Possible values:
enum typePMDonSignal |