Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/07/02 18:48
Read: times


 
#21521 - RE: Spread Sheet in 8052 for quick table.
No - the whole point of a Table is that you access individual elements via an index

Thus, to find the output value Y corresponding to an input value X, you simply need to evaluate
Y = table[X]
You might need to have an offset and/or scale factor to make sensible index values from your real X values

List of 6 messages in thread
TopicAuthorDate
Spread Sheet in 8052 for quick table.            01/01/70 00:00      
RE: Spread Sheet in 8052 for quick table.            01/01/70 00:00      
RE: Spread Sheet in 8052 for quick table.            01/01/70 00:00      
RE: Spread Sheet in 8052 for quick table.            01/01/70 00:00      
RE: Spread Sheet in 8052 for quick table.            01/01/70 00:00      
RE: Spread Sheet in 8052 for quick table.            01/01/70 00:00      

Back to Subject List