This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
#include "utilities.h"
#include <complex>
#include <math.h>
#include <fftw3.h>
#include <aureservoir/delaysum.hpp>
Go to the source code of this file.
Namespaces | |
namespace | aureservoir |
Data Structures | |
class | aureservoir::CalcDelay< T > |
template class for delay calculation More... | |
class | aureservoir::DelayLine< T > |
template class for a signal delay line More... | |
Functions | |
FFT routines using FFTW | |
void | aureservoir::rfft (const DEVector< double >::Type &x, CDEVector< double >::Type &X, int fftsize) |
void | aureservoir::rfft (const DEVector< float >::Type &x, CDEVector< float >::Type &X, int fftsize) |
void | aureservoir::irfft (CDEVector< double >::Type &X, DEVector< double >::Type &x) |
void | aureservoir::irfft (CDEVector< float >::Type &X, DEVector< float >::Type &x) |