mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
10 lines
358 B
C++
10 lines
358 B
C++
#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
|