HOPS
HOPS class reference
Public Member Functions | Public Attributes | List of all members
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix Class Reference
Inheritance diagram for vpal.proxy_cable_cal.ComplexReImCovarianceMatrix:
[legend]

Public Member Functions

def __init__ (self, complex_data_vector=None)
 
def compute_mx (self)
 
def get_IQ_representation (self)
 
def get_magnitude_variance (self)
 
def get_phase_variance (self)
 
def get_RI_representation (self)
 
def multiply_data_by_complex_scalar (self, complex_scalar)
 
def set_data_vector (self, complex_data_vector)
 

Public Attributes

 complex_mean
 
 data
 
 imag_mean
 
 iq_mx
 
 is_valid
 
 mean_magnitude
 
 mean_phase
 
 mx
 
 real_mean
 

Detailed Description

See the paper:
    @inproceedings{williams2006phase,
      title={In-phase/quadrature covariance-matrix representation of the uncertainty of vectors and complex numbers},
      author={Williams, Dylan F and Wang, CM and Arz, Uwe},
      booktitle={2006 68th ARFTG Conference: Microwave Measurement},
      pages={1--4},
      year={2006},
      organization={IEEE}
    }

Constructor & Destructor Documentation

◆ __init__()

def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.__init__ (   self,
  complex_data_vector = None 
)

Member Function Documentation

◆ compute_mx()

def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.compute_mx (   self)

◆ get_IQ_representation()

def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.get_IQ_representation (   self)

◆ get_magnitude_variance()

def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.get_magnitude_variance (   self)

◆ get_phase_variance()

def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.get_phase_variance (   self)

◆ get_RI_representation()

def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.get_RI_representation (   self)

◆ multiply_data_by_complex_scalar()

def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.multiply_data_by_complex_scalar (   self,
  complex_scalar 
)

◆ set_data_vector()

def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.set_data_vector (   self,
  complex_data_vector 
)

Member Data Documentation

◆ complex_mean

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.complex_mean

◆ data

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.data

◆ imag_mean

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.imag_mean

◆ iq_mx

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.iq_mx

◆ is_valid

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.is_valid

◆ mean_magnitude

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.mean_magnitude

◆ mean_phase

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.mean_phase

◆ mx

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.mx

◆ real_mean

vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.real_mean

The documentation for this class was generated from the following file: