Click or drag to resize

SignalDopplerShiftData Class

Signal data which tracks the frequency doppler shift for each point scatterer from which the signal is reflected.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CommunicationsSignalDopplerShiftData

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class SignalDopplerShiftData

The SignalDopplerShiftData type exposes the following members.

Constructors
  NameDescription
Public methodSignalDopplerShiftData
Initializes a new instance.
Public methodSignalDopplerShiftData(Double)
Initializes a new instance with a given doppler shift frequency, in hertz.
Top
Properties
  NameDescription
Public propertyCount
Gets the count of frequency doppler shift values.
Public propertyItem
Get the frequency doppler shift at the given index in the collection.
Public propertyTotalDopplerShift
Gets the total doppler shift.
Top
Methods
  NameDescription
Public methodAdd
Returns a copy of the signal doppler shift data with the supplied doppler shift value added to the history collection.
Public methodEquals
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
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
See Also