midluk said:
raptor3x said:
Just for reference, the actual read noise generated by the electronics does not change with ISO
Are you sure? The component coming from the ADC itself does not change, but the amplification adds some more noise and I would also count that as read noise. It's no great contribution at low ISO values but becomes more important at higher ISO values. Also in the table which filluppa has now posted about twenty times the input referred noise does not decrease inversely proportional with ISO (it's almost constant at high ISO), so the output referred noise increases (although slower than proportional to ISO).
Yeah I'm sure, what's happening is that you can break the read noise down into two components: upstream of the amplifier and downstream of the amplifier (it should also be noted that some cameras use 2-stage amplifiers but the same approach is easily extensible to those as well). The resulting output referred noise becomes something like
No^2 = C*(N_us)^2 + (N_ds)^2
Where No is the output referred noise, N_us is the actual read noise of the upstream components, N_ds is the contribution of the downstream components, and C is the gain. To get the input referred noise we simply use the relationship*
Ni = (1/C)*No
where Ni is the input referred noise, which gives us
Ni^2 = (N_us)^2 + (1/C)*(N_ds)^2
Looking at both of these forms, you can see that as the gain becomes large, the relative contribution of the downstream noise becomes small; however, looking at the input referred noise should make it clear why you get an essentially constant read noise at high ISO in that table. The noise coming from the electronics doesn't change at all with ISO, but both their relative and absolute contributions to the final image absolutely changes.
*There's a little bit more to it than this but I honestly don't remember all the details; the scaling holds up though.