We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you get GCC error messages like this, when attempting to compile csdr:
csdr
undefined reference to `fftwf_malloc'
...then you should recompile FFTW with the --enable-float option given at the configure stage.
--enable-float
./configure --enable-float make sudo make install
Then compile csdr again.