SimpleReceiverFilterBandwidth Property |
Gets or sets the bandwidth used by the receiver's rectangular filter, in hertz. The bandwidth is centered on the
TargetFrequency.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double FilterBandwidth { get; set; }
Public Property FilterBandwidth As Double
Get
Set
public:
property double FilterBandwidth {
double get ();
void set (double value);
}
member FilterBandwidth : float with get, set
Property Value
Type:
DoubleSee Also