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

11 lines
371 B
C++
Raw Normal View History

#ifndef SPROUT_NUMERIC_DFT_FIXED_WAVE_HPP
#define SPROUT_NUMERIC_DFT_FIXED_WAVE_HPP
#include <sprout/config.hpp>
#include <sprout/numeric/dft/fixed/sinusoid.hpp>
#include <sprout/numeric/dft/fixed/sawtooth.hpp>
#include <sprout/numeric/dft/fixed/triangle.hpp>
#include <sprout/numeric/dft/fixed/square.hpp>
#endif // #ifndef SPROUT_NUMERIC_DFT_FIXED_WAVE_HPP