Optical filter with Gaussian filter curve.
pypho_optfi.__init__(glova, Df, B)
Instantiation and parameter setting.
| Parameter | Type | Description | 
|---|---|---|
glova | 
      instance | Global parameters | 
Df | 
      float | Frequency deviation of the signal in GHz. Default value is 0 GHz.  | 
    
B | 
      float | Filter bandwidth in GHz. Default value is 100 GHz.  | 
    
| Output | Type | Description | 
|---|---|---|
| User defined variable | pypho_optfi.pypho_optfi | 
pypho_optfi.__call__(E, Df (optional), B (optional))
| Parameter | Type | Description | 
|---|---|---|
E | 
      list | List in which the optical data and noise signal are defined. Read here about data signal and noise representation | 
| Optional paramter | As defined above | 
| Output | Type | Description | 
|---|---|---|
| User defined variable | list | Returns a list in which the optical data and noise signal are defined. Read here about data signal and noise representation. |