snd2fftw is a small tool that reads samples from audio file (WAV for example) and makes DFT on them.
Categories
MathematicsLicense
GNU General Public License version 2.0 (GPLv2)Follow snd2fftw
Other Useful Business Software
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
-
Does what it says on the tin...after you patch FFTW_FORWARD to FFTW_MEASURE (or FFTW_ESTIMATE) in two calls to fftw_plan_dft_r2c_1d. Windows->Linux migration is also easy, requiring patching _atoi64() to atoll(). I've made a patch for these changes and a bit of other compiler-warning cleanup available ( hypertext transfer protocol colon slash slash static dot rossry dot net slash patches slash snd2fftw_src.main.c.patch ) -- not tested for Windows, sorry.
-
I can't use without the -w option. Too few documentation.