¿ªÔÆÌåÓý

Re: I need a SINT value!


 

In addition to what Alan writes:
- have a look at the program and see if the array that V(N,2) is an element of, is declared as an integer array. If so, any fractions added to x(1,1) will be lost by equating V(N,2) to your expression.
- make sure your scale factor is correctly used (you're still sending in SINT format, i.e. only a "mantissa"). Since you're at least getting the correct x(1,1) values, I guess it's ok.
- I still don't understand what you're trying to achieve, especially since you're using the reciprocal of a measurement in a calculation to generate the next value, or so it seems.

Raymond

Join [email protected] to automatically receive all group messages.