Added small debugtrace
This commit is contained in:
parent
3481e4f9ba
commit
9324c9bc54
@ -19,6 +19,8 @@ PowerSpectra::PowerSpectra(const vd &window)
|
|||||||
/* Scale fft such that power is easily computed */
|
/* Scale fft such that power is easily computed */
|
||||||
_scale_fac = 2.0 / (win_pow * (d)nfft * (d)nfft);
|
_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) {
|
arma::Cube<c> PowerSpectra::compute(const dmat &input) {
|
||||||
|
Loading…
Reference in New Issue
Block a user