GNSS-SDRLIB icon indicating copy to clipboard operation
GNSS-SDRLIB copied to clipboard

function :fftwf_execute_dft

Open th1019 opened this issue 10 years ago • 2 comments

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.

th1019 avatar Dec 11 '14 12:12 th1019

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.

shuwang1 avatar Jul 03 '19 05:07 shuwang1

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?

lwjSMIlE2021 avatar Apr 22 '22 09:04 lwjSMIlE2021