Click or drag to resize

PulsedSignalData Class

Signal data which represents the properties of a rectangular waveform. A waveform is defined as a number of pulses, defined by PulseCount, with duty cycle defined by the PulseWidth and PulseRepetitionFrequency.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Communications.SignalProcessingPulsedSignalData

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class PulsedSignalData : IEquatable<PulsedSignalData>

The PulsedSignalData type exposes the following members.

Constructors
  NameDescription
Public methodPulsedSignalData(PulsedSignalData)
Initializes a new instance as a copy of an existing instance.
Public methodPulsedSignalData(Double, Double, Int32)
Creates a new instance.
Top
Properties
  NameDescription
Public propertyPulseCount
Gets the pulse count.
Public propertyPulseRepetitionFrequency
Gets the pulse repetition frequency.
Public propertyPulseWidth
Gets the pulse width.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(PulsedSignalData)
Indicates whether another instance of this type is exactly equal to this instance.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also