Classes | Enumerations

NoiseCovariance.hh File Reference

#include "ocsOptSignal.hh"
#include "ocsOptFiberLocalError.hh"
#include "ocsOptAmplifier.hh"
#include "ocsLumpedLoss.hh"
#include "MatrixTools.hh"

Go to the source code of this file.

Classes

class  NoiseCovariance

Enumerations

enum  typeNoiseMethod { AWGN = 0, MC_WITHOUT_K = 1, MC_WITH_K = 2, ODE = 3 }
enum  typeJitterSeparation { NONE = 0, PHASE_ONLY = 1, PHASE_AND_TIMING = 2 }
 

Enumeration type used to determine method for separating out jitter.

More...

Enumeration Type Documentation

Enumeration type used to determine method for separating out jitter.

Possible values

  • NONE = 0
  • PHASE_ONLY = 1
  • PHASE_AND_TIMING = 2
Enumerator:
NONE 
PHASE_ONLY 
PHASE_AND_TIMING 

Enumeration type used to determine method for computing Covariance Matrix.

Possible values

  • AWGN = 0
  • MC_WITHOUT_K = 1
  • MC_WITH_K = 2
  • ODE = 3

/sa AlsoRemoveZerosJitter

Enumerator:
AWGN 
MC_WITHOUT_K 
MC_WITH_K 
ODE