Struct npr_meas_t¶
Noise Power Ratio (notched-noise loading) result.
#include <measure_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| double | inband_psd_dbfs Mean in-band noise power per bin (dBFS). |
| size_t | n_inband_bins Bins averaged in the active band. |
| size_t | n_notch_bins Bins averaged inside the notch. |
| double | notch_psd_dbfs Mean power folded into the notch (dBFS). |
| double | npr_db NPR = 10log10(in-band PSD / notch PSD) (dB). |
| double | rbw_hz Resolution bandwidth (Hz). |
Public Attributes Documentation¶
variable inband_psd_dbfs¶
Mean in-band noise power per bin (dBFS).
variable n_inband_bins¶
Bins averaged in the active band.
variable n_notch_bins¶
Bins averaged inside the notch.
variable notch_psd_dbfs¶
Mean power folded into the notch (dBFS).
variable npr_db¶
NPR = 10log10(in-band PSD / notch PSD) (dB).
variable rbw_hz¶
Resolution bandwidth (Hz).
The documentation for this class was generated from the following file native/inc/measure/measure_core.h