How to design such class?
Date: Sat, 28 Feb 2004 21:57:16 GMT
How to design a class that will read raw data from a piece of hardware and
the raw data will be constructed as 12-bit images, each 658x342 pixels?
Thanks for your comments!
Relevant Pages
- Re: How to design such class?
... >> How to design a class that will read raw data from a piece of hardware and ... whereas the needed functionality is just the innards ... (comp.lang.cpp) - Re: How to design such class?
... > How to design a class that will read raw data from a piece of hardware and ... whereas the needed functionality is just the innards ... (comp.lang.cpp) - Re: Does this have a flaw in de-biasing an entropy stream?
... It takes the same time to build a bad circuit as it does to build a good circuit. ... The best time to stop this is in design time, ... the output to the user should be the output from a hash function ... If the hash function's output is n bits, feed raw data into it until by some estimate the amount of entropy in the raw data has reached n bits or so, then output the hash value, and start again with more raw data. ... (sci.crypt) - Re: Does this have a flaw in de-biasing an entropy stream?
... The best time to stop this is in design time, ... what reason can there be to debias or otherwise preprocess the input to the hash function? ... It has minimal pre-processing - take a ten bit sample, ignore the two MSB (they contain the least entropy) and just send the LS byte. ... If the hash function's output is n bits, feed raw data into it until by some estimate the amount of entropy in the raw data has reached n bits or so, then output the hash value, and start again with more raw data. ... (sci.crypt) - Re: Plotting data with Excel
... generate an un-compressed windows bitmap file. ... to your raw data files, the actual data-to-bmp code is trivial. ... BMP is it supports un-compressed images so you don't even have to do RLE of ... just construct the header and spit out the pixels (with whatever ... (comp.dsp) |
|