This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

signal record on the analog inputs

can anybody help???

i want to record the signal on analog input 1

Parents
  • Normally, you must write floating point numbers? Why? The ADC will not produce any floating point samples - why would you want to convert your data to floating point? Your specification doesn't say anything about converting raw measurements into calibrated physical entities according to the SI system. If you don't have any need for volt, henry, tessla, ... what would your floating point conversions then do? And if you really do have to play with decimals (such as decimal RPM) - why not use fixed point arithmetic? Too simple with integers? Too small code? Too fast?

Reply
  • Normally, you must write floating point numbers? Why? The ADC will not produce any floating point samples - why would you want to convert your data to floating point? Your specification doesn't say anything about converting raw measurements into calibrated physical entities according to the SI system. If you don't have any need for volt, henry, tessla, ... what would your floating point conversions then do? And if you really do have to play with decimals (such as decimal RPM) - why not use fixed point arithmetic? Too simple with integers? Too small code? Too fast?

Children