Hi Everyone,
I'm a new bee here and I hope that I am posting in the right forum. I like to know how fast I can change the data in a DLP - if its important, lets say DLP9000 -
from the documents, I found it has 2 steps:
1- load data into CMOS
2- Mirror clock pulse (MCP) to set the mirror position to memory state
loading data is calculated by this formula:
time to load one row = [ P / (D*E) ] * CP
P: number of pixels in a row
D: Bus bit width
E: 2(DDR), 1(SDR)
CP: Clock Period
Example: 400 MHz clock (CP = 2.5 nSec), P=1600 , D=64, DDR
time to load one row = [ 1600 / (64*2) ] * 2.5 nSec = 31.25 nSec
Now my question is how to calculate the MCP. And if sum of load+MCP is the total minimum time required to "change" mirror position in a row.
Thank you,
Alireza