• 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...
  • 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...
  • 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...
  • Compile NE10 to use in iOS
    Hello. There. I was trying to find FFT solution with best performance in mobile environment (Android, iOS). And, I am recently very excited to find NE10. But there is some obstacle in compiling NE10 Library...
  • Ne10 Library Getting Started
    This blog was originally posted on 9 January 2013 1 Introduction ARM® NEON ™ technology is a SIMD (single instruction multiple data) architecture extension for the ARM Cortex™-A series processors. It...