Class Noise
An INoiseBehavior for a SubcircuitDefinition.
Inheritance
System.Object
Noise
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SpiceSharp.Components.Subcircuits.Simple
Assembly: SpiceSharp.dll
Syntax
public class Noise : SubcircuitBehavior<INoiseBehavior>, INoiseBehavior, INoiseSource, IBehavior, IParameterSetCollection, IParameterSet, ICloneable
Constructors
Noise(String, SubcircuitSimulation)
Initializes a new instance of the Noise class.
Declaration
public Noise(string name, SubcircuitSimulation simulation)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name. |
| SubcircuitSimulation | simulation | The simulation. |
Properties
OutputNoiseDensity
Gets the last calculated noise density.
Declaration
public double OutputNoiseDensity { get; }
Property Value
| Type | Description |
|---|---|
| System.Double | The last calculated noise density. |
TotalInputNoise
Gets the total integrated input noise.
Declaration
public double TotalInputNoise { get; }
Property Value
| Type | Description |
|---|---|
| System.Double | The total integrated input noise. |
TotalOutputNoise
Gets the total integrated output noise.
Declaration
public double TotalOutputNoise { get; }
Property Value
| Type | Description |
|---|---|
| System.Double | The total integrated output noise. |
Explicit Interface Implementations
INoiseBehavior.Compute()
Computes the noise contributions.
Declaration
void INoiseBehavior.Compute()
INoiseSource.Initialize()
Initializes the noise source. Resets all noise contributions to 0.
Declaration
void INoiseSource.Initialize()