SignalFilterUpperBandwidthLimit Property |
Gets or sets the offset to the upper limit of the filter bandwidth, in hertz.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic double UpperBandwidthLimit { get; set; }
Public Property UpperBandwidthLimit As Double
Get
Set
public:
property double UpperBandwidthLimit {
double get ();
void set (double value);
}
member UpperBandwidthLimit : float with get, set
Property Value
Type:
Double
See Also