Click or drag to resize

SignalModifyBandwidth Method

Create a new signal by modifying the bandwidth limits of this signal.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Signal ModifyBandwidth(
	double lowerBandwidthLimit,
	double upperBandwidthLimit
)

Parameters

lowerBandwidthLimit
Type: SystemDouble
The new offset to the lowest frequency from the center frequency, in hertz. (Usually negative)
upperBandwidthLimit
Type: SystemDouble
The new offset to the highest frequency from the center frequency, in hertz.

Return Value

Type: Signal
The modified signal.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when lowerBandwidthLimit causes the lowest frequency to be negative (Frequency + lowerBandwidthLimit must be positive).
See Also