1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/iterator/dft.hpp

11 lines
350 B
C++
Raw Normal View History

2012-12-03 12:48:50 +00:00
#ifndef SPROUT_ITERATOR_DFT_HPP
#define SPROUT_ITERATOR_DFT_HPP
#include <sprout/config.hpp>
#include <sprout/iterator/dft_iterator.hpp>
#include <sprout/iterator/idft_iterator.hpp>
#include <sprout/iterator/amplitude_spectrum_iterator.hpp>
#include <sprout/iterator/phase_spectrum_iterator.hpp>
2012-12-03 12:48:50 +00:00
#endif // #ifndef SPROUT_ITERATOR_DFT_HPP