Click or drag to resize

IntendedReferenceSignal Constructor (Signal, SignalCollection)

Initialize a new instance based on the given reference intended and unintended signals.

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 IntendedReferenceSignal(
	Signal referenceSignal,
	SignalCollection referenceUnintendedSignals
)

Parameters

referenceSignal
Type: AGI.Foundation.CommunicationsSignal
The signal to use as the reference intended signal.
referenceUnintendedSignals
Type: AGI.Foundation.CommunicationsSignalCollection
The collection of signals to use as a reference for the unintended signals.
See Also