Click or drag to resize

SignalOutputExtension Constructor (SignalProcessor)

Construct a new instance based on the given SignalProcessor and channel bandwidth.

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 SignalOutputExtension(
	SignalProcessor signalOutput
)

Parameters

signalOutput
Type: AGI.Foundation.Communications.SignalProcessingSignalProcessor
The signal processor providing the output for the signal to noise ratio.
See Also