Jump to content

Talk:Stochastic computing

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 199.172.169.87 (talk) at 15:29, 19 May 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputer science Unassessed
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Things you can help WikiProject Computer science with:

I removed "Still other functions (such as the averaging operator ) require stream decimation. Since decimation discards information, it leads to the problem of attenuation. "

Because you can, of course, append two streams to average them, doubling memory, but with no loss of information. The tradeoff for mean computation is analogous to floating point tradeoffs, and there are many mechanisms for doing so. Indeed, any operation that requires decimation can be done with expansion instead, and, in the interests of preserving precision, can be selected, and then compressed, as needed. Much like one can choose to operate in doulbe precision for certain operations before returning to float.