GNSS-SDRLIB
GNSS-SDRLIB copied to clipboard
function :fftwf_execute_dft
I have a problem with the function fftwf_execute_dft. Whenever I run the cli program on Ubuntu or Windows 7, there comes the same error at "fftwf_execute_dft 0xC0000005: Access violation reading location 0x0000000000000010". I refer that the function comes from the opensource lib. So I have no idea with it. Thanks for giving any advice about it.
Have you tried fftwf_execute( plan ); /* repeat as needed */
?
or recompile and install fftw ?
My problem is,
plan = fftwf_plan_dft_1d( n, cpx, cpx, FFTW_FORWARD, FFTW_ESTIMATE );
fails.
I have a problem with the function fftwf_execute_dft. Whenever I run the cli program on Ubuntu or Windows 7, there comes the same error at "fftwf_execute_dft 0xC0000005: Access violation reading location 0x0000000000000010". I refer that the function comes from the opensource lib. So I have no idea with it. Thanks for giving any advice about it.
Hi,I meet the same problem. Did you solve it?