Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function :fftwf_execute_dft #1

Open
th1019 opened this issue Dec 11, 2014 · 2 comments
Open

function :fftwf_execute_dft #1

th1019 opened this issue Dec 11, 2014 · 2 comments

Comments

@th1019
Copy link

th1019 commented Dec 11, 2014

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.

@shuwang1
Copy link

shuwang1 commented Jul 3, 2019

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.

@lwjSMIlE2021
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants