3#include <dsplib/array.h>
20real_t sinad(span_real sig, SinadType type = SinadType::Time);
35ThdRes thd(
span_real sig,
int nharm = 6,
bool aliased =
false, SinadType type = SinadType::Time);
43real_t snr(
span_real sig,
int nharm = 6,
bool aliased =
false, SinadType type = SinadType::Time);
arr_real harmpow
Power of the harmonics (dB), length depends on nharm (may be -Inf)
Definition snr.h:25
real_t value
Total harmonic distortion (dB)
Definition snr.h:24
arr_real harmfreq
Frequencies of the harmonics [0:0.5], length depends on nharm.
Definition snr.h:26