This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049M: Signal conditioning - division by zero - solution

Part Number: TMS320F280049M


There is a logarithmic rule:

log_a (b) + log_a (c) = log_a ( b * c)

log_a (b) - log_a (c) = log_a ( b / c)

If

log_10(10) = 1

log_10(0) = - infinity

then 10/0 =  10 ^ (1 - (-infinity)) = 10 ^ (1 + infinity) = 10 ^ infinity =  infinity

So, I hope all TI's algebraic logic is adjusted to behave in conditions of division by zero as an infinity, and not as an error (especially for hardware division modules, fixed point and floating point).

Regards,

Alexey Bagaev