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.2.419.0 (24.2.419.0)
Syntax public Signal ModifyBandwidth(
double lowerBandwidthLimit,
double upperBandwidthLimit
)
Public Function ModifyBandwidth (
lowerBandwidthLimit As Double,
upperBandwidthLimit As Double
) As Signal
public:
Signal^ ModifyBandwidth(
double lowerBandwidthLimit,
double upperBandwidthLimit
)
member ModifyBandwidth :
lowerBandwidthLimit : float *
upperBandwidthLimit : float -> Signal
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:
SignalThe modified signal.
Exceptions See Also