Sprout/sprout/compost/analyses.hpp

11 lines
358 B
C++
Raw Normal View History

2012-12-03 12:48:50 +00:00
#ifndef SPROUT_COMPOST_ANALYSES_HPP
#define SPROUT_COMPOST_ANALYSES_HPP
#include <sprout/config.hpp>
#include <sprout/compost/analyses/dft.hpp>
#include <sprout/compost/analyses/idft.hpp>
#include <sprout/compost/analyses/amplitude_spectrum.hpp>
#include <sprout/compost/analyses/phase_spectrum.hpp>
#endif // #ifndef SPROUT_COMPOST_ANALYSES_HPP