Click or drag to resize

Signal Properties

The Signal type exposes the following members.

Properties
  NameDescription
Public propertyBandwidth
Gets the signal bandwidth, in hertz. This specifies the range of frequencies over which the majority of signal Power is distributed.
Public propertyStatic memberBaseSignal
Gets an instance of a signal with zero power, zero frequency, and infinite bandwidth.
Public propertyFrequency
Gets the center frequency of the signal, in hertz. This is usually the frequency which has the greatest power density.
Public propertyLowerBandwidthFrequency
Gets the lower bandwidth frequency, in hertz. This specifies the signal's lowest frequency.
Public propertyLowerBandwidthLimit
Gets the offset from the center Frequency to the lower bandwidth limit, in hertz. (Usually, this value is negative).
Public propertyLowerNoiseBandwidthFrequency
Gets the frequency of the lower boundary of the noise bandwidth, in hertz. This specifies the lowest frequency at which there is significant noise.
Public propertyLowerNoiseBandwidthLimit
Gets the offset from the center Frequency to the lower limit of the noise bandwidth, in hertz. (Usually, this value is negative).
Public propertyNoiseBandwidth
Gets the bandwidth of the signal noise, in hertz. This specifies the range of frequencies over which there is significant noise.
Public propertyNoisePower
Gets the power of the noise, in watts, as computed from the NoiseTemperature based on the NoiseBandwidth.
Public propertyNoiseTemperature
Gets the equivalent noise temperature, in kelvin. This represents the contribution of thermal noise and other stochastic processes on the signal.
Public propertyPower
Gets the total signal power, in watts. This specifies the total power spread out over the Bandwidth.
Public propertyUpperBandwidthFrequency
Gets the upper bandwidth frequency, in hertz. This specifies the signal's highest frequency.
Public propertyUpperBandwidthLimit
Gets the offset from the center Frequency to the upper bandwidth limit, in hertz.
Public propertyUpperNoiseBandwidthFrequency
Gets the frequency of the upper boundary of the noise bandwidth, in hertz. This specifies the highest frequency at which there is significant noise.
Public propertyUpperNoiseBandwidthLimit
Gets the offset from the center Frequency to the upper limit of the noise bandwidth, in hertz.
Top
See Also