R
rickman
Guest
I have some large arrays to initialize from a function call. This is a
ROM table containing integer values derived from trig functions. I'm
thinking the best way is to use a process on startup that will step
through the table elements invoking the function to generate the data.
The only variable input to the function is the index although there may
be scaling constants as well to make the function more general purpose.
Any other suggestions?
--
Rick
ROM table containing integer values derived from trig functions. I'm
thinking the best way is to use a process on startup that will step
through the table elements invoking the function to generate the data.
The only variable input to the function is the index although there may
be scaling constants as well to make the function more general purpose.
Any other suggestions?
--
Rick