jrista said:kaihp said:I'm a bit puzzled about what they actually mean by "multisampling". My guess is that they have 32 comparators in parallel, which would be a 5-bit flash-ADC, but it's simply too vague to be sure. If it's really just that, then why don't they say it?
Multisampling and programmable gain doesn't come for free though: you need to match the transistors in not just one but multiple comparators/amplifiers, to avoid systematic errors (fixed pattern noise comes to mind).
I'm not saying it is a bad idea; just saying TANSTAAFL (as always).
Well, I've only really gotten deeper into this level of the electronics of sensors more recently, so my knowledge isn't particularly extensive, but I read it as the pixel value was run through the comparator 32 times, accumulate the results, and average it for the final lower-noise pixel value. The amp is going to introduce some noise, however every time you sample the pixel and amplify it with the comparator, the noise will be different since it's random. Accumulating and averaging all 32 samples, and you'll reduce noise for that pixel by a factor of ~5.7 (SQRT(32)). Maybe I am reading too much into it?
Even at 65nm, I don't think there is quite enough room on the sensor die for 32 comparators per pixel. Maybe there is only one PGA per column or something like that, in which case that might allow for 5-bit flash ADC, but I agree...if that is what they did, why not just say it? They also explicitly stated the multisampling occurred in analog space, which indicates it;s only amplification, not ADC. Or maybe they stuck the PGA's in the other layer? Now that would be just as interesting...
If you only have one comparator, you need to have some sort of "programmable voltage generator" (aka DAC), where you then iteratively refine the reference voltage you're comparing the input voltage with (so the final reference voltage becomes your input value).
Clearly, they could choose to do this multiple times (ie oversampling), to reduce the sampling noise. The downside is of course is that it takes time, but since Toshiba paper only does it for 1Mpixels @ 20fps, this is doable. Hmmm. I reread the blog, and they say they go from 30fps without the multi-sampling to 20fps with multi-sampling (and from 5 e- to 1.2 e-). Interesting.
Correct, the PGA is a per-column amp. That's the only thing that makes sense. From the harvestimaging entry:
... each column has its own PGA ...
Upvote
0