#pragma once #include #include #include "lasp_types.h" #include "lasp_mathtypes.h" /** * \addtogroup dsp * @{ */ /** * @brief Frequency domain smoothing. Returns a smoothed variant of the power * spectrum given as input. * */ vd freqSmooth(const vd& freq,const vd& X,const unsigned w); /** @} */