• What is the cycle count for FFT and FIR function in NE10 library?
    Hi, I have just installed NE10 and its documentation on Ubuntu. I do not see the cycle count for its functions. I am especially interested in complex FFT (256 points for example) and FIR (256 complex...
  • Ne10 fir function
    Hi guys, I am currently using Ne10 library to perform signal processing task on Android device for better performance. I want to do a xcorr on 2 equal size array (say N) and want the output to be 2*N...
  • Is it a bug in NE10 library function "ne10_fir_float_neon"?
    Hi, I make a short test of NE10 library function ne10_fir_float_neon. I find that the first filter output data is always '1' for a simple impulse FIR (coefficients: 1, 0, 0, 0, 0). It is expected to be...
  • NE10 header include errors
    Hello, I'm trying to integrate NE10 into an application for Android. The version I downloaded was projectNe10-Ne10-v1.1.2-0-g75740a7.zip from the project ne10 website. I followed the instructions to create...
  • Ne10 FFT feature
    FFT feature in ProjectNe10 1 Introduction Project Ne10 recently received an updated version of FFT, which is heavily NEON optimized for both ARM v7-A/v8-A AArch32 and v8-A AArch64 and is faster than almost...