mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add dft/sawtooth, triangle, square, phase_spectrum, ...
This commit is contained in:
parent
3b6ba46f17
commit
e4a4d17207
33 changed files with 2216 additions and 79 deletions
8
sprout/numeric/dft/triangle.hpp
Normal file
8
sprout/numeric/dft/triangle.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_NUMERIC_DFT_TRINAGLE_HPP
|
||||
#define SPROUT_NUMERIC_DFT_TRINAGLE_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/numeric/dft/fixed/triangle.hpp>
|
||||
#include <sprout/numeric/dft/fit/triangle.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_NUMERIC_DFT_TRINAGLE_HPP
|
Loading…
Add table
Add a link
Reference in a new issue