RfsgBurstDetection Properties
- Updated2024-05-08
- 3 minute(s) read
RfsgBurstDetection Properties
The RfsgBurstDetection type exposes the following members.
Properties
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | Enabled |
Enables the detection of burst start and burst stop locations in the waveform. Set this method to Enabled before writing a waveform to RFSG memory for detecting bursts.
You can read the detected burst start and burst stop locations using
GetWaveformBurstStartLocations and GetWaveformBurstStopLocations methods respectively.
| ||||
![]() | MinimumBurstTime | Sets or gets the minimum duration of the detected bursts. Any detected burst with a duration smaller than the value of this property is ignored by NI-RFSG.
This property is ignored when you disable the RfsgBurstDetectionEnabled property or when you set the RfsgBurstDetectionMode property to Auto. | ||||
![]() | MinimumQuietTime | Sets or gets the time duration for which the signal must be quiet before a valid burst start location or after a valid burst stop location.
This method is ignored when you disable the RfsgBurstDetectionEnabled or when you set the RfsgBurstDetectionModeproperty to Auto. | ||||
![]() | Mode | Sets or gets the algorithm that NI-RFSG uses to detect the burst start and burst stop locations in the waveform when burst detection is
enabled using the RfsgBurstDetectionEnabled property. When you set RfsgBurstDetectionMode to Auto, NI-RFSG automatically detects
the burst start and burst stop locations by analyzing the waveform. To fine-tune the burst detection process parameters yourself, you can set this attribute to
Manual and specify the burst detection parameters using the MinimumQuietTime, PowerThreshold, and MinimumBurstTime methods.
| ||||
![]() | PowerThreshold | Sets or gets the relative power level at which burst start or stop locations are detected.
The threshold is relative to the peak power in the waveform. NI-RFSG detects burst start (or burst stop) locations when the signal exceeds
(or falls below) the level specified by this property.
This property is ignored when you disable the RfsgBurstDetectionEnabled property or when you set the RfsgBurstDetectionMode property to Auto. |