NoiseCorrelationMatrixT Class

Noise Correlation Matrix

Definition

Namespace: Metas.Vna.Data.NoiseParameters
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
C#
[SerializableAttribute]
public class NoiseCorrelationMatrix<T> : INoiseCorrelationMatrix<T>, 
	IFlatVector<T>, ISerializable, IBinary
where T : new(), Object, IRealNumber<T>
Inheritance
Object    NoiseCorrelationMatrixT
Implements
IBinary, IFlatVectorT, INoiseCorrelationMatrixT, ISerializable

Type Parameters

T
Real Number Type

Constructors

Properties

FlatVectorSize Get Flat Vector Size
Frequency Frequency / Hz
N_k Noise Correlation Matrix divided by Boltzmann Constant / K
NFreq Number of Frequency Points
NPorts Number of ports
Ports Port Assignment
S11 Input Reflection S11
S21 Forward Transmission S21
T0 Reference Temperature / K
Zr Reference Impedance / Ohm

Methods

BinarySetDataFrom Set object data from Binary Reader.
BinaryWriteDataTo Write object data to Binary Writer.
ConvertToT2 Convert To
DebugControl Debug Control
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FlatVectorSetDataFrom Set object data from Flat Vector
FlatVectorWriteDataTo Write object data to Flat Vector
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectData Custom Serialization
GetTypeGets the Type of the current instance.
(Inherited from Object)
Init(IIEEENoiseParamDataT) Initializes Noise Correlation Matrix
Init(INISTNoiseParamDataT) Initializes Noise Correlation Matrix
Init(Double, Double, Double) Initializes Noise Correlation Matrix
Init(Int32, Int32, Double, Double) Initializes Noise Correlation Matrix
Interpolation Interpolates Noise Correlation Matrix
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also