Added small debugtrace

This commit is contained in:
Anne de Jong 2022-10-05 14:58:38 +02:00
parent 3481e4f9ba
commit 9324c9bc54

View File

@ -19,6 +19,8 @@ PowerSpectra::PowerSpectra(const vd &window)
/* Scale fft such that power is easily computed */
_scale_fac = 2.0 / (win_pow * (d)nfft * (d)nfft);
DEBUGTRACE_PRINT(nfft);
DEBUGTRACE_PRINT(win_pow);
}
arma::Cube<c> PowerSpectra::compute(const dmat &input) {