• 24-bit A/D converter noise free resolution help
    hi, i am developing a weigh scale application using Cirrus Logic 5532 24-bit ADC in unipolar mode.the output i am getting is very unstable (flickering on display). Can anybody please tell me how to get...
  • 24-bit A/D converter noise free resolution help
    hi, i am developing a weigh scale application using Cirrus Logic 5532 24-bit ADC in unipolar mode.the output i am getting is very unstable (flickering on display). Can anybody please tell me how to get...
  • NEON multiplying 8-bit vector with 16-bit scalars
    Hi, I'm experimenting with NEON on a i.mx7d SoC. I'm trying to do the following calculation. I've got 8 RGB pixels stored in a vector. uint8x8x3_t rgb I then want to calculate: rside=R*19*19...
  • NEON multiplying 8-bit vector with 16-bit scalars
    Hi, I'm experimenting with NEON on a i.mx7d SoC. I'm trying to do the following calculation. I've got 8 RGB pixels stored in a vector. uint8x8x3_t rgb I then want to calculate: rside=R*19*19...
  • How to shuffle bits and Check high bit value using Neon Intrinsics?
    Note: This was originally posted on 1st November 2011 at http://forums.arm.com Hi, I am trying to convert a code written in SSE3 intrinsics to NEON SIMD  and am stuck because of a shuffle function.I have...