Thanks to visit codestin.com Credit goes to github.com
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.
There was an error while loading. Please reload this page.