Fourier Transformation Algorithms
|
Showcase implementation of the several fourier transformation algorithms as discused on thoughts-on-cpp.com
An example implementation of several fourier transformation algorithms:
To build the project:
~/fourier/build/cmake .. -DCMAKE_TOOLCHAIN_FILE={YOUR_PATH_TO_VCPKG}/scripts/buildsystems/vcpkg.cmake
~/fourier/build/cmake --build . --config Release
~/fourier/build/ctest
./build/app/fourier
Documentation can be found at https://ben1980.github.io/fourier/
Benjamin Mahr – GitHub
– LinkedIn
– Twitter
– Mail
Distributed under the MIT license. See LICENSE
for more information.
git checkout -b feature/fooBar
))
Push to the branch (
git push origin feature/fooBar`)