??? 01/25/06 08:22 Read: times |
#108261 - Calculation Responding to: ???'s previous message |
Alexander Finch said:
The algorithm I've developed reduces the problem to a very simple set of commands. It doens't require the image to be buffered, it works on streaming data. Now, it's very possible that the 8051 family will not be up to the task, but without a means of calculating it I just don't know. I guess you get a feel for it eventually. Normaly you calculate it. You must know the stream data rate and the worst case operation(s) to be performed on it. Code up this operation in assembler and calculate its instruction time. If it is longer than the period between data items it won't work. Should take you half a day at most. Ian |