Click or drag to resize

FilteredSignalSource Class

Filters out any signal which does not overlap the desired band. Used to reject optical signals from an RF receiver or RF signals from an optical receiver. Not intended to perform bandwidth overlap computations.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Communications.SignalProcessingFilteredSignalSource

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 FilteredSignalSource : ISignalSource, 
	ICloneWithContext

The FilteredSignalSource type exposes the following members.

Constructors
  NameDescription
Public methodFilteredSignalSource
Initializes a new instance.
Protected methodFilteredSignalSource(FilteredSignalSource, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodFilteredSignalSource(ISignalSource, Double, Double)
Initialize a new instance.
Top
Properties
  NameDescription
Public propertyInputSignalSource
Gets or sets the input ISignalSource.
Public propertyMaximumFrequency
Gets or sets the filter's maximum frequency.
Public propertyMinimumFrequency
Gets or sets the filter's minimum frequency.
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSignalEvaluator
Gets a SignalEvaluator which will filter out signals from the input source which do not have a frequency which falls between the minimum and maximum frequencies of the filter.
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