SignalModifyFrequency Method |
Create a new signal by modifying the frequency of this signal.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic Signal ModifyFrequency(
double frequency
)
Public Function ModifyFrequency (
frequency As Double
) As Signal
public:
Signal^ ModifyFrequency(
double frequency
)
member ModifyFrequency :
frequency : float -> Signal
Parameters
- frequency
- Type: SystemDouble
The new frequency, in hertz.
Return Value
Type:
SignalThe modified signal.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when frequency combined with the old bandwidth
causes part of the frequency range to be negative
(frequency + LowerBandwidthLimit must be positive).
|
See Also