• Audio artifacts from CMSIS/DSP Q15 => float => Q15 conversion
    I use CMSIS/DSP library in an audio application. I have issues with the conversions 16 bits PCM (=>) Q15 => float => Q15 (=>) 16 bits PCM (in fact no real conversion between 16 bits PCM and Q15, as I...
  • type conversion
    i have the followin program float a; long int c; float b; now i haave an expression a = b- c*0.05 however when i run this expression in simulator the values are correct...however in the machine...
  • data type conversion
    how to extract the least 8 bits of port 0(p0.7 to p0.0) and store it into a variable of type unsigned char directly ? this is in reference to the arm7 (lpc2129). santosh
  • Type conversion problem
    I want to convert the characters recieved by MatLab into integers. How to do that?
  • type conversion problem
    I want to convert characters recieved from MatLab into unsigned or signed integers in Keil... how do I do that?