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

method not found error. #1

Closed
sanjeevkrn opened this issue Sep 28, 2014 · 2 comments
Closed

method not found error. #1

sanjeevkrn opened this issue Sep 28, 2014 · 2 comments

Comments

@sanjeevkrn
Copy link

I am getting below error with your code. Can you share the native code for spectral-analyses
java.lang.UnsatisfiedLinkError: Native method not found: SpectralAnalyses.fasperArray:(FF[F[F[F[FI)[[F

@aibiluv
Copy link

aibiluv commented Jan 14, 2015

Hi, I also couldn't pass SpectralAnalyses.fasperArray(....) method. The c code isn't added to the project. Have you gotten any luck with it?

@m-wu
Copy link
Owner

m-wu commented Jul 7, 2015

Hey guys, sorry for the long overdue reply (I haven't been working on this project for a while).

In case you are still interested, the C code for Spectral Analyses has been added to the repo. To compile it, a number of files from Numerical Recipes are required to be placed under /jni/nr/:

nr/realft.c
nr/fasper.c
nr/nrutil.c
nr/four1.c
nr/spread.c
nr/avevar.c
nr/gasdev.c
nr/ran1.c

These files cannot be included in this repo because of license restriction. I was under the impression that the library was able to run with the compiled binary instead of the C code, but it seems that wasn't the case.

@m-wu m-wu closed this as completed Jul 7, 2015
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