writing applications - what are look-up tables?

Status
Not open for further replies.

ash

Full Member level 3
Joined
Dec 25, 2002
Messages
151
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,298
Location
Europe
Activity points
1,051
what's look-up table?

Hi All,
I can write many applications without using look-up tables, but in deep what are them?
 

Look up table

A look up table (LUT) is simply a matrix (mainly stored in a memory) which holds same values of complex functions (e.g. sine table). It is used to avoid complex calculation of these values where this would be too onerous for hardware or processor speed. In this way these values are simply addressed in some way and the calculation costs "only" one or more access in memory.
Hope this will be useful for you.
Mowgli
 

Example of look-up table

As an example of look-up table; in GSM you have each point of the shape of the burst stored in memory. This shape should be very well defined because it will influence the performance in TX mode. So the system before each burst transmission, just have to call this numbers from the memory (look-up table).
Regards
 

Lookup tables are particular implementation related to generic data structures . Let say tree's or linked lists . Some program do not require using data structures , but for complex programs dealing with referenced data carefull data structure selection and design is preferred . This will define code quality and performance .
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…