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: 25.1.421.0 (25.1.421.0)
Syntax
public SignalOutputExtension(
	SignalProcessor signalOutput
)

Parameters

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