• 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...
  • 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...
  • Linking with newlib for NE10 library
    I am using arm-none-ea bi-* ( 7 2018-q2-update ) to link with newlib-nano to use the NE10 library in a bare metal envirolment. It looks like i am unable to be successful in compiling the code with...
  • Problem in building NE10 library
    Hi, I am a new TI Sitara user for an embedded project. I have installed Sitara Linux SDK, which has the Linaro Toolchain. I want to use NE10 simply for DSP algorithm. Thus, it needs to set variable GNULINUX_PLATFORM...