need to assign voltage levels to each page and a fixed time per division. then i could have a look up table for my voltage level - page and select voltage levels based on frequency needed. for a 1Hz sine wave i will use all voltage levels and see how it works out.
i am gonna write tasks(hoping that they are synthesize able).
1. to calculate value of sine function- series approximation.
2. based on the value calculated, get the (page number, line).
3. use the pixel position obtained and darken that pixel.
I am thinking of choosing a scale of 32 pixels as 1 second. Therefore, each pixel is 1/32 of a second.
i am gonna write tasks(hoping that they are synthesize able).
1. to calculate value of sine function- series approximation.
2. based on the value calculated, get the (page number, line).
3. use the pixel position obtained and darken that pixel.
I am thinking of choosing a scale of 32 pixels as 1 second. Therefore, each pixel is 1/32 of a second.