Skip to content

Struct npr_meas_t

ClassList > 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).

double npr_meas_t::inband_psd_dbfs;


variable n_inband_bins

Bins averaged in the active band.

size_t npr_meas_t::n_inband_bins;


variable n_notch_bins

Bins averaged inside the notch.

size_t npr_meas_t::n_notch_bins;


variable notch_psd_dbfs

Mean power folded into the notch (dBFS).

double npr_meas_t::notch_psd_dbfs;


variable npr_db

NPR = 10log10(in-band PSD / notch PSD) (dB).

double npr_meas_t::npr_db;


variable rbw_hz

Resolution bandwidth (Hz).

double npr_meas_t::rbw_hz;



The documentation for this class was generated from the following file native/inc/measure/measure_core.h