43 void cut(
double *src)
const {
47 void cut(
const double *src,
double *dst)
const {
void cut(const double *src, double *dst) const
A window containing values of the sinc function, i.e.
const double * getWindow() const
std::vector< double > m_window
void cut(double *src) const
SincWindow(int length, double p)
Construct a windower of the given length, containing the values of sinc(x) with x=0 in the middle...