add dft/sawtooth, triangle, square, phase_spectrum, ...

This commit is contained in:
bolero-MURAKAMI 2012-07-08 21:05:24 +09:00
parent 3b6ba46f17
commit e4a4d17207
33 changed files with 2216 additions and 79 deletions

View file

@ -6,7 +6,12 @@
#include <sprout/numeric/dft/idft.hpp>
#include <sprout/numeric/dft/dft_element.hpp>
#include <sprout/numeric/dft/idft_element.hpp>
#include <sprout/numeric/dft/amplitude_spectrum.hpp>
#include <sprout/numeric/dft/phase_spectrum.hpp>
#include <sprout/numeric/dft/spectrum.hpp>
#include <sprout/numeric/dft/sinusoid.hpp>
#include <sprout/numeric/dft/sawtooth.hpp>
#include <sprout/numeric/dft/triangle.hpp>
#include <sprout/numeric/dft/square.hpp>
#endif // #ifndef SPROUT_NUMERIC_DFT_HPP