HOPS
HOPS class reference
|
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 | |
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} }
def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.__init__ | ( | self, | |
complex_data_vector = None |
|||
) |
def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.compute_mx | ( | self | ) |
def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.get_IQ_representation | ( | self | ) |
def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.get_magnitude_variance | ( | self | ) |
def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.get_phase_variance | ( | self | ) |
def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.get_RI_representation | ( | self | ) |
def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.multiply_data_by_complex_scalar | ( | self, | |
complex_scalar | |||
) |
def vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.set_data_vector | ( | self, | |
complex_data_vector | |||
) |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.complex_mean |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.data |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.imag_mean |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.iq_mx |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.is_valid |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.mean_magnitude |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.mean_phase |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.mx |
vpal.proxy_cable_cal.ComplexReImCovarianceMatrix.real_mean |