• release 7.0.0 of liblfds, a lock-free data structure library, has been published
    Lock-free data structures are process, thread and interrupt safe (i.e. the same data structure instance can be safely used across processes, threads and both inside and outside of interrupt handlers)...
  • 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...
  • What is "4 different data type filter instance structures" in Finite Impulse Response (FIR) Filters?
    Hi, On NE10 library, I do not understand what is "4 different data type filter instance structures " in the following paragraph. Similarly, I do not understand "4 supported data types" either. Could you...
  • 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...
  • how to program on android
    I had a hobby where I enjoyed it very much when I had stress it is programming on assembler. I want to have some fun programming my ARM A9. Im using android OS. I wonder maybe any of you can guide me...