[SerializableAttribute]
public class NoiseCorrelationMatrix<T> : INoiseCorrelationMatrix<T>,
IFlatVector<T>, ISerializable, IBinary
where T : new(), Object, IRealNumber<T>
<SerializableAttribute>
Public Class NoiseCorrelationMatrix(Of T As {New, Object, IRealNumber(Of T)})
Implements INoiseCorrelationMatrix(Of T), IFlatVector(Of T),
ISerializable, IBinary[SerializableAttribute]
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class NoiseCorrelationMatrix : INoiseCorrelationMatrix<T>,
IFlatVector<T>, ISerializable, IBinary[<SerializableAttribute>]
type NoiseCorrelationMatrix<'T when 'T : new() and Object and IRealNumber<'T>> =
class
interface INoiseCorrelationMatrix<'T>
interface IFlatVector<'T>
interface ISerializable
interface IBinary
end| NoiseCorrelationMatrixT | Noise Correlation Matrix |
| NoiseCorrelationMatrixT(IIEEENoiseParamDataT) | Noise Correlation Matrix |
| NoiseCorrelationMatrixT(INISTNoiseParamDataT) | Noise Correlation Matrix |
| NoiseCorrelationMatrixT(Double, Double, Double) | Noise Correlation Matrix |
| NoiseCorrelationMatrixT(Int32, Int32, Double, Double) | Noise Correlation Matrix |
| 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 |
| BinarySetDataFrom | Set object data from Binary Reader. |
| BinaryWriteDataTo | Write object data to Binary Writer. |
| ConvertToT2 | Convert To |
| DebugControl | Debug Control |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows 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 |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetObjectData | Custom Serialization |
| GetType | Gets 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 |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |