• 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...
  • Type conversion(short to Q15)
    Dear all I have sampled some data using a 16bit ADC the data is in short(16-bit int) format, now I want to use the Cortex CMSIS DSP library to do some calculations like calculating rms values.I have...
  • urgent! variable type conversion
    i have some problem about integer conversion Pls help! 1. what will happen if i make a float variable to the integer or char? e.g: float a=2.02342; int x; char y; x=a; y=a; what will...
  • 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?