 |
|
 |
|
Related Topics:
| Sony DSC H2 - Quick question, does anyone else have one of these, and when it's turned on does it whirr away to itself ? I thought it may be all sorts of the auto features, but no, run on full manual, with auto turned off and it still merrily..
Sony DSC-S30 - I've got a Sony DSC-S30 and about 3 weeks ago it got so it would not turn off and was in Demo mode. I was able to turn off the Demo mode, but now the camera won't turn off and the only way to do so is take out the Lithium battery and unplug the cammera. .
Sony H1 - How do I delete all pics from my camera memory rather then one at a time?
new sony DCR TRW 730 - I have a for all pratical purposes a new sony DCR TRW 730 (Less then 10 Hours Use) Bought it to mkae a nature special in Yosemite and King Canyon Parks and it served it purpose very Well (Subpurb Optical Zoom (18X)). And need to sell it,..
New sony DCR TRV 730 - The Camcorder is a brand new for all pratical purposes (Used 10 times), for a special project I had, (Did a nature video in yosemite and Kings Canyon and it worked with GREAT ZOOM), Includes complete camcorder kit all original
|
|
|
Next: this Canon becomes a junk
|
| Author |
Message |
External

Since: Nov 04, 2007 Posts: 896
|
(Msg. 46) Posted: Fri Feb 01, 2008 2:42 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: rec>photo>digital (more info?)
|
|
|
Chris Malcolm <cam DeleteThis @holyrood.ed.ac.uk> wrote:
>David J Taylor <david-taylor DeleteThis @blueyonder.neither-this-bit.nor-this-bit.co.uk> wrote:
>> Chris Malcolm wrote:
>> []
>>> They can be encoded with any number of bits from 1 upwards. You don't
>>> lose dynamic range with fewer bits, you lose fineness of gradation
>>> steps. With one bit all you get is white and black. With four bits you
>>> get two intermediate shades of grey. With 12 bits you get 4000 shades
>>> of grey. I'm pretty sure I can't distinguish 4,000 different shades of
>>> grey, so I'm sure 12 bits is more than enough for the dynamic range of
>>> my eyes, other things being equal. There's no reason why a 10bit ADC
>>> couldn;t cover 10 times the dynamic range of a 15 bit ADC. However,
>>> it's often technologically convenient to use more bits than necessary
>>> for a variety of reasons, and those reasons change with the
>>> technology.
>
>> Remember the effects of gamma correction, though. 255 shades of
>> gamma-corrected data could have a linear dynamic range of more than
>> 4000:1. Yes, you are unlikely to distinguish at the high end (3998 vs.
>> 3999), but the gamma-correction seen in JPEGs does make the lower end
>> important.
>
>You're quite right, the non-linearity of gamma correction does
>increase the resolutions required. The important point remains that
>the number of bits in the encoding doesn't affect the dynamic range
>between darkest and lightest, just the number of steps in between.
"Recording" two steps might at first glance appear to be
able to record a large dynamic range, but it can't. Two
very small steps would have exactly the same data (i.e.,
the SNR is half the signal level). It's what can be
extracted from the digital data, not what goes into it,
that determines if it has a large dynamic range.
Simply put, 14 bits allows recording a greater dynamic
range that 12 bits, which allow more than 10 bits. Try
all you like, that can't be escaped. The only question
is whether the analog input data actually has enough
dynamic range to require more bits.
Keep in mind that the sensors are analog, and linear.
The input to the ADC is analog, and linear. Gamma
correction is accomplished with the digital data *after*
the data (whatever it's dynamic range is) is recorded.
And if you record it with only 8 bits it will *not* have
the dynamic range that is useful with an 8 bit gamma
corrected image (i.e., a JPEG).
--
Floyd L. Davidson <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) floyd DeleteThis @apaflo.com >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 896
|
(Msg. 47) Posted: Fri Feb 01, 2008 5:56 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Chris Malcolm <cam DeleteThis @holyrood.ed.ac.uk> wrote:
>Floyd L. Davidson <floyd DeleteThis @apaflo.com> wrote:
>>>There's no reason why a 10bit ADC
>>>couldn;t cover 10 times the dynamic range of a 15 bit ADC.
>
>> Wrong. Signal to Noise Ratio is the reason.
>
>>>However,
>>>it's often technologically convenient to use more bits than necessary
>>>for a variety of reasons, and those reasons change with the
>>>technology.
>
>> So just show us a case where that is being used by a
>> DSLR today. (It is very common for digital applications
>> using voice frequencies, such as telephones and modems.
>> It is not common, yet, with DSLR's.)
>
>>>Given Sony's different implementation of the ADCs their 12 bits might
>>>in fact offer less noise and more dynamic range than the usual 14
>>>bits, just as X's 12MP camera might offer higher resolution images
>>>than Y's 13MP camera. It's not just the numbers.
>
>> That's nonsense.
>
>There's no need to go into all that technical detail. The concepts are
>quite simple.
Apparently even *more* technical detail is required,
because while the concepts are indeed simple, they are
being missed:
>Any dynamic range can be represented by any number of
>bits simply by adjusting the step size.
That is false. A 1-bit system will have a dynamic range
of 7.782 dB. Each additional bit will increase the
dynamic range by 6.02 dB at most.
That is assuming the optimum step size (anything larger
will decrease the dynamic range) and sampling point.
What you are leaving out of the equation is quantization
distortion. For *any* 1-bit system you must first
define the step sizes, which will generically be +s/2
and -s/2, where s is the voltage increment of the step.
Since the signal is now defined as ranging from +s to
-s, and the error signal, e, is defined as the RMS value
of energy spread over that range, which works out to
0.408, and can be converted to dB with
20 * log (0.408) = -7.82 dB
Each additional bit will allow 6.02 additional dB of
dynamic range.
You can look up the numbers in just about any text on
the theory and practice of digitization.
>Reducing bit length of
>representation only reduces dynamic range if step size is held
>constant. What step size is deemed an acceptable minimum depends on
>the associated technologies and various technological compromises. The
The dynamic range is a function of the step size, not
the number of bits as such. If you make the step size
larger in comparison to the overall signal range, two
things happen: less dynamic range and fewer bits are
required.
In the end, if you make one step smaller you
*necessarily* make another step larger, within a given
range and using a given number of bits (i.e., a given
number of steps). That is "gamma correction".
The effect is to lower the signal to noise ratio in one
part of the signal range to make it higher in another.
That extends the *useful* dynamic range by allowing
smaller steps sizes at lower signal levels (and thus a
better SNR) while increase step sizes and thus reducing
SNR at higher signal levels.
>fact that increases in bit length of representation have been
>associated with increases in dynamic range is an accident of history
>and common technological compromises.
It is hardly an accident of history. It is indeed one
of the very common compromises, trading unnecessary SNR
in one part of the signal range for desired SNR
improvement in another.
All you are suggesting is that after gamma correction
the dynamic range is not necessarily reduced. But that
only happens after the linear data from a sensor is run
through an ADC to produce "linear raw data". It's true
that with over sampling it is possible to then later
reduce the number of bits used to represent a given
dynamic range. It's a trade off though, and sacrifices
maximum SNR and complexity.
Of course the "raw" file is still the higher bit file...
>There are differences in the Sony technology. Therefore you can't
>simply compare the numbers unless you have shown that the differences
>don't matter.
As near as I can tell this has nothing at all to do with
sensor technology. Regardless, you can rest assured
that Sony will not be going back to 10 bit ADCs...
>Another poster has already suggested some reasons why
>they do matter.
To change the dynamic range available via a linear data
file???
--
Floyd L. Davidson <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) floyd DeleteThis @apaflo.com >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 896
|
(Msg. 48) Posted: Fri Feb 01, 2008 6:09 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"David J Taylor" <david-taylor.TakeThisOut@blueyonder.neither-this-bit.nor-this-bit.co.uk> wrote:
>Chris Malcolm wrote:
>[]
>> You're quite right, the non-linearity of gamma correction does
>> increase the resolutions required. The important point remains that
>> the number of bits in the encoding doesn't affect the dynamic range
>> between darkest and lightest, just the number of steps in between.
>
>Chris,
>
>It affects things by how you define dynamic range, whether the lowest bit
>is just on-off, or whether there is a finite signal-to-noise ratio at the
>bottom end of the "dynamic range". Some people use the latter definition,
>and it may relate to how film dynamic range is defined.
By either definition, his statement is not true.
--
Floyd L. Davidson <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) floyd.TakeThisOut@apaflo.com >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 308
|
(Msg. 49) Posted: Fri Feb 01, 2008 11:13 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
David J Taylor <david-taylor DeleteThis @blueyonder.neither-this-bit.nor-this-bit.co.uk> wrote:
> Chris Malcolm wrote:
> []
>> They can be encoded with any number of bits from 1 upwards. You don't
>> lose dynamic range with fewer bits, you lose fineness of gradation
>> steps. With one bit all you get is white and black. With four bits you
>> get two intermediate shades of grey. With 12 bits you get 4000 shades
>> of grey. I'm pretty sure I can't distinguish 4,000 different shades of
>> grey, so I'm sure 12 bits is more than enough for the dynamic range of
>> my eyes, other things being equal. There's no reason why a 10bit ADC
>> couldn;t cover 10 times the dynamic range of a 15 bit ADC. However,
>> it's often technologically convenient to use more bits than necessary
>> for a variety of reasons, and those reasons change with the
>> technology.
> Remember the effects of gamma correction, though. 255 shades of
> gamma-corrected data could have a linear dynamic range of more than
> 4000:1. Yes, you are unlikely to distinguish at the high end (3998 vs.
> 3999), but the gamma-correction seen in JPEGs does make the lower end
> important.
You're quite right, the non-linearity of gamma correction does
increase the resolutions required. The important point remains that
the number of bits in the encoding doesn't affect the dynamic range
between darkest and lightest, just the number of steps in between.
--
Chris Malcolm cam DeleteThis @infirmatics.ed.ac.uk DoD #205
IPAB, Informatics, JCMB, King's Buildings, Edinburgh, EH9 3JZ, UK
[http://www.dai.ed.ac.uk/homes/cam/] >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 308
|
(Msg. 50) Posted: Fri Feb 01, 2008 11:30 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Floyd L. Davidson <floyd DeleteThis @apaflo.com> wrote:
> Chris Malcolm <cam DeleteThis @holyrood.ed.ac.uk> wrote:
>>Floyd L. Davidson <floyd DeleteThis @apaflo.com> wrote:
>>> If the bits needed to cover the cell's dynamic range are
>>> not there, whatever range of bright to dark the cell can
>>> capture is *lost*. It *is* exactly the issue. One cell
>>> may be at it's brightest, and another cell at it's
>>> darkest... they *both* must be encoded in the digital
>>> signal.
>>
>>They can be encoded with any number of bits from 1 upwards. You don't
>>lose dynamic range with fewer bits, you lose fineness of gradation
>>steps.
> Sure, all you need to do is ignore reality. The fact is
> that we *are* talking about a linear raw data stream,
> where each step as twice the value of the previous one.
> There is no gamma correction applied to the analog data.
> While with some other form of data it is possible to
> record a wide dynamic range in 1 bit, it is not possible
> to do so without generating a huge amount of
> quantization distortion.
>>With one bit all you get is white and black.
> And virtually *no* signal to noise ratio, because the
> quantization distortion is as large as the signal.
> The point of course is that we are discussing a specific
> type of data, and your discussion does not apply.
>>With four bits you
>>get two intermediate shades of grey. With 12 bits you get 4000 shades
>>of grey. I'm pretty sure I can't distinguish 4,000 different shades of
>>grey, so I'm sure 12 bits is more than enough for the dynamic range of
>>my eyes, other things being equal.
> That isn't true though. With 12 bits what you get is
> 2048 values in the top fstop, but you still get only 2
> values in the lowest fstop. The significant point is
> how far appart those are, in fstops. (Actually, the
> significance is how far the fstop that has 8 values is
> from the brightest fstop, which is the "useful dynamic
> range".)
> 12 bits does not come close to equal the range your eyes
> can handle.
>>There's no reason why a 10bit ADC
>>couldn;t cover 10 times the dynamic range of a 15 bit ADC.
> Wrong. Signal to Noise Ratio is the reason.
>>However,
>>it's often technologically convenient to use more bits than necessary
>>for a variety of reasons, and those reasons change with the
>>technology.
> So just show us a case where that is being used by a
> DSLR today. (It is very common for digital applications
> using voice frequencies, such as telephones and modems.
> It is not common, yet, with DSLR's.)
>>Given Sony's different implementation of the ADCs their 12 bits might
>>in fact offer less noise and more dynamic range than the usual 14
>>bits, just as X's 12MP camera might offer higher resolution images
>>than Y's 13MP camera. It's not just the numbers.
> That's nonsense.
There's no need to go into all that technical detail. The concepts are
quite simple. Any dynamic range can be represented by any number of
bits simply by adjusting the step size. Reducing bit length of
representation only reduces dynamic range if step size is held
constant. What step size is deemed an acceptable minimum depends on
the associated technologies and various technological compromises. The
fact that increases in bit length of representation have been
associated with increases in dynamic range is an accident of history
and common technological compromises.
There are differences in the Sony technology. Therefore you can't
simply compare the numbers unless you have shown that the differences
don't matter. Another poster has already suggested some reasons why
they do matter.
--
Chris Malcolm cam DeleteThis @infirmatics.ed.ac.uk DoD #205
IPAB, Informatics, JCMB, King's Buildings, Edinburgh, EH9 3JZ, UK
[http://www.dai.ed.ac.uk/homes/cam/] >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Jan 23, 2008 Posts: 160
|
(Msg. 51) Posted: Fri Feb 01, 2008 2:58 pm
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Chris Malcolm wrote:
[]
> You're quite right, the non-linearity of gamma correction does
> increase the resolutions required. The important point remains that
> the number of bits in the encoding doesn't affect the dynamic range
> between darkest and lightest, just the number of steps in between.
Chris,
It affects things by how you define dynamic range, whether the lowest bit
is just on-off, or whether there is a finite signal-to-noise ratio at the
bottom end of the "dynamic range". Some people use the latter definition,
and it may relate to how film dynamic range is defined.
Cheers,
David >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 26, 2007 Posts: 7
|
(Msg. 52) Posted: Fri Feb 01, 2008 5:08 pm
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi
In article <HJ-dna2WW9DyszzanZ2dnUVZ_uCinZ2d DeleteThis @giganews.com>, "David J.
Littleboy" <davidjl DeleteThis @gol.com> wrote:
>
>This is where 3-color perpixel sensors are problematic: the raw files are
>three times larger.
harr be ye meaning the Foveon thinggy?
Thought they had seperate per pixel bits internally I did.
See Ya
(when bandwidth gets better
Chris Eastwood
Photographer, Programmer
Motorcyclist and dingbat
please remove undies for reply >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 896
|
(Msg. 53) Posted: Sun Feb 03, 2008 9:20 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Chris Malcolm <cam RemoveThis @holyrood.ed.ac.uk> wrote:
>Floyd L. Davidson <floyd RemoveThis @apaflo.com> wrote:
>> "David J Taylor" <david-taylor RemoveThis @blueyonder.neither-this-bit.nor-this-bit.co.uk> wrote:
>>>Chris Malcolm wrote:
>>>[]
>>>> You're quite right, the non-linearity of gamma correction does
>>>> increase the resolutions required. The important point remains that
>>>> the number of bits in the encoding doesn't affect the dynamic range
>>>> between darkest and lightest, just the number of steps in between.
>>>
>>>Chris,
>>>
>>>It affects things by how you define dynamic range, whether the lowest bit
>>>is just on-off, or whether there is a finite signal-to-noise ratio at the
>>>bottom end of the "dynamic range". Some people use the latter definition,
>>>and it may relate to how film dynamic range is defined.
>
>> By either definition, his statement is not true.
>
>Were I making your assumptions about range representation, which I'm
>not. I suspect that the most important thing we disagree about is
>whether we disagree
To you perhaps. But what you said was:
"The important point remains that the number
of bits in the encoding doesn't affect the
dynamic range between darkest and lightest,
just the number of steps in between."
And that, as virtually *any* tutorial or text on the
subject will explain the math for you, is wrong.
The standard formula is:
Dynamic_Range_in_dB = (n * 6.02) + 1.72
Where 'n' is the number of bits. The number of bits of
course does in fact set the maximum number of steps, and
therefore the minimum size of those steps. And *that*
is what sets the dynamic range that can be encoded.
You can claim all you like that any range can be
endocded with one bit, but the *fact* is that 1 bit is
limited to 6.7 dB of dynamic range.
Digital encoding wil *never* make sense until the reason
for that limit is clearly understood.
--
Floyd L. Davidson <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) floyd RemoveThis @apaflo.com >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 308
|
(Msg. 54) Posted: Sun Feb 03, 2008 11:44 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Floyd L. Davidson <floyd DeleteThis @apaflo.com> wrote:
> "David J Taylor" <david-taylor DeleteThis @blueyonder.neither-this-bit.nor-this-bit.co.uk> wrote:
>>Chris Malcolm wrote:
>>[]
>>> You're quite right, the non-linearity of gamma correction does
>>> increase the resolutions required. The important point remains that
>>> the number of bits in the encoding doesn't affect the dynamic range
>>> between darkest and lightest, just the number of steps in between.
>>
>>Chris,
>>
>>It affects things by how you define dynamic range, whether the lowest bit
>>is just on-off, or whether there is a finite signal-to-noise ratio at the
>>bottom end of the "dynamic range". Some people use the latter definition,
>>and it may relate to how film dynamic range is defined.
> By either definition, his statement is not true.
Were I making your assumptions about range representation, which I'm
not. I suspect that the most important thing we disagree about is
whether we disagree
--
Chris Malcolm cam DeleteThis @infirmatics.ed.ac.uk DoD #205
IPAB, Informatics, JCMB, King's Buildings, Edinburgh, EH9 3JZ, UK
[http://www.dai.ed.ac.uk/homes/cam/] >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Feb 05, 2006 Posts: 166
|
(Msg. 55) Posted: Sun Feb 03, 2008 4:09 pm
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <873as952bh.fld DeleteThis @apaflo.com>,
floyd DeleteThis @apaflo.com (Floyd L. Davidson) wrote:
> Chris Malcolm <cam DeleteThis @holyrood.ed.ac.uk> wrote:
> >Floyd L. Davidson <floyd DeleteThis @apaflo.com> wrote:
> >> "David J Taylor"
> >> <david-taylor DeleteThis @blueyonder.neither-this-bit.nor-this-bit.co.uk> wrote:
> >>>Chris Malcolm wrote:
> >>>[]
> >>>> You're quite right, the non-linearity of gamma correction does
> >>>> increase the resolutions required. The important point remains that
> >>>> the number of bits in the encoding doesn't affect the dynamic range
> >>>> between darkest and lightest, just the number of steps in between.
> >>>
> >>>Chris,
> >>>
> >>>It affects things by how you define dynamic range, whether the lowest bit
> >>>is just on-off, or whether there is a finite signal-to-noise ratio at the
> >>>bottom end of the "dynamic range". Some people use the latter definition,
> >>>and it may relate to how film dynamic range is defined.
> >
> >> By either definition, his statement is not true.
> >
> >Were I making your assumptions about range representation, which I'm
> >not. I suspect that the most important thing we disagree about is
> >whether we disagree
>
> To you perhaps. But what you said was:
>
> "The important point remains that the number
> of bits in the encoding doesn't affect the
> dynamic range between darkest and lightest,
> just the number of steps in between."
>
> And that, as virtually *any* tutorial or text on the
> subject will explain the math for you, is wrong.
>
> The standard formula is:
>
> Dynamic_Range_in_dB = (n * 6.02) + 1.72
That formula calculates the theoretical dynamic range for a single
sample of data. It is not correct to apply this to a set of data, such
as an audio signal, an image, or a video signal. It doesn't make any
more sense than it would to say that a camera's performance is pi*r^2 of
the front lens.
> Where 'n' is the number of bits. The number of bits of
> course does in fact set the maximum number of steps, and
> therefore the minimum size of those steps. And *that*
> is what sets the dynamic range that can be encoded.
>
> You can claim all you like that any range can be
> endocded with one bit, but the *fact* is that 1 bit is
> limited to 6.7 dB of dynamic range.
>
> Digital encoding wil *never* make sense until the reason
> for that limit is clearly understood.
--
I don't read Google's spam. Reply with another service. >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 896
|
(Msg. 56) Posted: Sun Feb 03, 2008 4:19 pm
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Kevin McMurtrie <mcmurtri.DeleteThis@dslextreme.com> wrote:
>In article <873as952bh.fld.DeleteThis@apaflo.com>,
> floyd.DeleteThis@apaflo.com (Floyd L. Davidson) wrote:
>>
>> To you perhaps. But what you said was:
>>
>> "The important point remains that the number
>> of bits in the encoding doesn't affect the
>> dynamic range between darkest and lightest,
>> just the number of steps in between."
>>
>> And that, as virtually *any* tutorial or text on the
>> subject will explain the math for you, is wrong.
>>
>> The standard formula is:
>>
>> Dynamic_Range_in_dB = (n * 6.02) + 1.72
>
>That formula calculates the theoretical dynamic range for a single
>sample of data.
That is not correct. It calculates the dynamic range of
the resulting digital data set, not from 1 sample but
over the average of many (i.e., all possible) samples.
The quantization distortion is determined by the
integral of the error signal spread across the entire
range of each step (as opposed to one sample that has
only a single value of error).
>It is not correct to apply this to a set of data, such
>as an audio signal, an image, or a video signal.
As *any* half decent tutorial or text on the subject will
explain, that is *exactly* what it applies to. Here are
three examples, two books on audio signals and one URL
that discusses digital imaging.
"Digital Telephony", 3rd Ed., John C. Bellamy, 2000,
published by John Wiley & Sons. pp. 99-101
The above text shows the mathematical derivation, as well
as examples of its use.
"Telecommunications System Engineering", 3rd Ed.,
Roger L. Freeman, 1996, published by John Wiley & Sons.
p 353.
This text does not show the derivation, but states the formula
and give examples.
http://www.cis.rit.edu/class/simg712-90/notes/14-Quantization.pdf
See pages 12 and 13.
>It doesn't make any
>more sense than it would to say that a camera's performance is pi*r^2 of
>the front lens.
....
>> Digital encoding wil *never* make sense until the reason
>> for that limit is clearly understood.
That is still a very valid statement, obviously.
Until people understand the theory involved in digitizing
analog data with a linear ADC... the rest of this discussion
is meaningless wandering in the dark.
--
Floyd L. Davidson <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) floyd.DeleteThis@apaflo.com >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 896
|
(Msg. 57) Posted: Mon Feb 04, 2008 8:31 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Chris Malcolm <cam.RemoveThis@holyrood.ed.ac.uk> wrote:
>Floyd L. Davidson <floyd.RemoveThis@apaflo.com> wrote:
>> Chris Malcolm <cam.RemoveThis@holyrood.ed.ac.uk> wrote:
>>>Floyd L. Davidson <floyd.RemoveThis@apaflo.com> wrote:
>>>> "David J Taylor" <david-taylor.RemoveThis@blueyonder.neither-this-bit.nor-this-bit.co.uk> wrote:
>>>>>Chris Malcolm wrote:
>>>>>[]
>>>>>> You're quite right, the non-linearity of gamma correction does
>>>>>> increase the resolutions required. The important point remains that
>>>>>> the number of bits in the encoding doesn't affect the dynamic range
>>>>>> between darkest and lightest, just the number of steps in between.
>>>>>
>>>>>Chris,
>>>>>
>>>>>It affects things by how you define dynamic range, whether the lowest bit
>>>>>is just on-off, or whether there is a finite signal-to-noise ratio at the
>>>>>bottom end of the "dynamic range". Some people use the latter definition,
>>>>>and it may relate to how film dynamic range is defined.
>>>
>>>> By either definition, his statement is not true.
>>>
>>>Were I making your assumptions about range representation, which I'm
>>>not. I suspect that the most important thing we disagree about is
>>>whether we disagree
>
>> To you perhaps. But what you said was:
>
>> "The important point remains that the number
>> of bits in the encoding doesn't affect the
>> dynamic range between darkest and lightest,
>> just the number of steps in between."
>
>> And that, as virtually *any* tutorial or text on the
>> subject will explain the math for you, is wrong.
>
>> The standard formula is:
>
>> Dynamic_Range_in_dB = (n * 6.02) + 1.72
>
>> Where 'n' is the number of bits. The number of bits of
>> course does in fact set the maximum number of steps, and
>> therefore the minimum size of those steps. And *that*
>> is what sets the dynamic range that can be encoded.
>
>> You can claim all you like that any range can be
>> endocded with one bit, but the *fact* is that 1 bit is
>> limited to 6.7 dB of dynamic range.
>
>If you can't see the assumption in that formula even though you have
>gone so far as to describe it there's no point in continuing this
>argument.
There are a number of assumptions. Your vague reference
to such doesn't make much sense. (It is assumed, for
example, that the error signal is evenly distributed
across the entire range of a single step. That may not
be true for any given signal, but it has been
demonstrated to be a close enough approximation.)
>(There's nothing wrong with it being based on assumptions -- nearly
>all standard engineering formulas are. But it matters when you're
>trying to discuss the principles behind the engineering
>assumptions. And why should we be doing that?
Because we want *accurate* answers that allow further
understanding of that and other processes.
>Because we were
>discsussing the differences between two different kinds of engineering
>implementation, which raised the question of the relevance of the
>usual assumptions which are based on the usual technology.
Trying to baffle someone with bullshit? Appeal to foggy
confusion? (The "two different" implementations are the
figment of someone's imagination to start with, but it
would make no difference because they are both based on
precisely the same engineering "implementation".)
>At least, that's what I was trying to do
You've make a very basic error, and repeated is several
times, in relations to bit depth and dynamic range. As
I've said repeatedly, until *that* part is understood,
the rest of it is going to remain a confused mystery.
Let me repeat, the dynamic range which can be
represented by a linear ADC when an analog signal is
converted to digital data, is *well* *known* to be
represented by the formula:
Dynamic_Range_in_dB = (Bit_Depth * 6.02) + 1.76
You can, as noted, find the derivation of that formula
in almost any good engineering text. You can find the
formula stated in everything from simple tutorials to
the manufacturer's data sheets and application notes for
ADC's. For example, from
http://datasheets.maxim-ic.com/en/ds/MAX1183.pdf
"Signal-to-Noise Ratio (SNR)
For a waveform perfectly reconstructed from digital
samples, the theoretical maximum SNR is the ratio of
the fullscale analog input (RMS value) to the RMS
quantization error (residual error). The ideal,
theoretical minimum analog-to-digital noise is
caused by quantization error only and results directly
from the ADC's resolution (N-Bits):
SNRdB[max] = 6.02 N + 1.76
In reality, there are other noise sources besides
quantization noise (thermal noise, reference noise,
clock jitter, etc.). SNR is computed by taking the
ratio of the RMS signal to the RMS noise, which
includes all spectral components minus the
fundamental, the first five harmonics, and the DC
offset.
What you *cannot* find is *anything* which will support
your repeated statements that bit depth does not
restrict the dynamic range. And until you understand why,
all of this is just going to continue to confuse you.
--
Floyd L. Davidson <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) floyd.RemoveThis@apaflo.com >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 308
|
(Msg. 58) Posted: Mon Feb 04, 2008 12:36 pm
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Floyd L. Davidson <floyd.RemoveThis@apaflo.com> wrote:
> Chris Malcolm <cam.RemoveThis@holyrood.ed.ac.uk> wrote:
>>Floyd L. Davidson <floyd.RemoveThis@apaflo.com> wrote:
>>> "David J Taylor" <david-taylor.RemoveThis@blueyonder.neither-this-bit.nor-this-bit.co.uk> wrote:
>>>>Chris Malcolm wrote:
>>>>[]
>>>>> You're quite right, the non-linearity of gamma correction does
>>>>> increase the resolutions required. The important point remains that
>>>>> the number of bits in the encoding doesn't affect the dynamic range
>>>>> between darkest and lightest, just the number of steps in between.
>>>>
>>>>Chris,
>>>>
>>>>It affects things by how you define dynamic range, whether the lowest bit
>>>>is just on-off, or whether there is a finite signal-to-noise ratio at the
>>>>bottom end of the "dynamic range". Some people use the latter definition,
>>>>and it may relate to how film dynamic range is defined.
>>
>>> By either definition, his statement is not true.
>>
>>Were I making your assumptions about range representation, which I'm
>>not. I suspect that the most important thing we disagree about is
>>whether we disagree
> To you perhaps. But what you said was:
> "The important point remains that the number
> of bits in the encoding doesn't affect the
> dynamic range between darkest and lightest,
> just the number of steps in between."
> And that, as virtually *any* tutorial or text on the
> subject will explain the math for you, is wrong.
> The standard formula is:
> Dynamic_Range_in_dB = (n * 6.02) + 1.72
> Where 'n' is the number of bits. The number of bits of
> course does in fact set the maximum number of steps, and
> therefore the minimum size of those steps. And *that*
> is what sets the dynamic range that can be encoded.
> You can claim all you like that any range can be
> endocded with one bit, but the *fact* is that 1 bit is
> limited to 6.7 dB of dynamic range.
If you can't see the assumption in that formula even though you have
gone so far as to describe it there's no point in continuing this
argument.
(There's nothing wrong with it being based on assumptions -- nearly
all standard engineering formulas are. But it matters when you're
trying to discuss the principles behind the engineering
assumptions. And why should we be doing that? Because we were
discsussing the differences between two different kinds of engineering
implementation, which raised the question of the relevance of the
usual assumptions which are based on the usual technology.
At least, that's what I was trying to do
--
Chris Malcolm cam.RemoveThis@infirmatics.ed.ac.uk DoD #205
IPAB, Informatics, JCMB, King's Buildings, Edinburgh, EH9 3JZ, UK
[http://www.dai.ed.ac.uk/homes/cam/] >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Feb 05, 2006 Posts: 166
|
(Msg. 59) Posted: Mon Feb 04, 2008 10:10 pm
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <87myqh34cx.fld.DeleteThis@apaflo.com>,
floyd.DeleteThis@apaflo.com (Floyd L. Davidson) wrote:
> Kevin McMurtrie <mcmurtri.DeleteThis@dslextreme.com> wrote:
> >In article <873as952bh.fld.DeleteThis@apaflo.com>,
> > floyd.DeleteThis@apaflo.com (Floyd L. Davidson) wrote:
> >>
> >> To you perhaps. But what you said was:
> >>
> >> "The important point remains that the number
> >> of bits in the encoding doesn't affect the
> >> dynamic range between darkest and lightest,
> >> just the number of steps in between."
> >>
> >> And that, as virtually *any* tutorial or text on the
> >> subject will explain the math for you, is wrong.
> >>
> >> The standard formula is:
> >>
> >> Dynamic_Range_in_dB = (n * 6.02) + 1.72
> >
> >That formula calculates the theoretical dynamic range for a single
> >sample of data.
>
> That is not correct. It calculates the dynamic range of
> the resulting digital data set, not from 1 sample but
> over the average of many (i.e., all possible) samples.
> The quantization distortion is determined by the
> integral of the error signal spread across the entire
> range of each step (as opposed to one sample that has
> only a single value of error).
>
> >It is not correct to apply this to a set of data, such
> >as an audio signal, an image, or a video signal.
>
> As *any* half decent tutorial or text on the subject will
> explain, that is *exactly* what it applies to. Here are
> three examples, two books on audio signals and one URL
> that discusses digital imaging.
>
> "Digital Telephony", 3rd Ed., John C. Bellamy, 2000,
> published by John Wiley & Sons. pp. 99-101
>
> The above text shows the mathematical derivation, as well
> as examples of its use.
>
> "Telecommunications System Engineering", 3rd Ed.,
> Roger L. Freeman, 1996, published by John Wiley & Sons.
> p 353.
>
> This text does not show the derivation, but states the formula
> and give examples.
>
> http://www.cis.rit.edu/class/simg712-90/notes/14-Quantization.pdf
>
> See pages 12 and 13.
Excellent. Please read the rest of it.
> >It doesn't make any
> >more sense than it would to say that a camera's performance is pi*r^2 of
> >the front lens.
> ...
> >> Digital encoding wil *never* make sense until the reason
> >> for that limit is clearly understood.
>
> That is still a very valid statement, obviously.
>
> Until people understand the theory involved in digitizing
> analog data with a linear ADC... the rest of this discussion
> is meaningless wandering in the dark.
--
I don't read Google's spam. Reply with another service. >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 896
|
(Msg. 60) Posted: Tue Feb 05, 2008 1:43 am
Post subject: Re: 25 MP sensor of Sony [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Kevin McMurtrie <mcmurtri.DeleteThis@dslextreme.com> wrote:
> floyd.DeleteThis@apaflo.com (Floyd L. Davidson) wrote:
>> Kevin McMurtrie <mcmurtri.DeleteThis@dslextreme.com> wrote:
>> > floyd.DeleteThis@apaflo.com (Floyd L. Davidson) wrote:
>> >>
>> >> The standard formula is:
>> >>
>> >> Dynamic_Range_in_dB = (n * 6.02) + 1.72
>> >
>> >That formula calculates the theoretical dynamic range for a single
>> >sample of data.
>>
>> That is not correct. It calculates the dynamic range of
>> the resulting digital data set, not from 1 sample but
....
>> >It is not correct to apply this to a set of data, such
>> >as an audio signal, an image, or a video signal.
>>
>> As *any* half decent tutorial or text on the subject will
>> explain, that is *exactly* what it applies to. Here are
....
>> This text does not show the derivation, but states the formula
>> and give examples.
>>
>> http://www.cis.rit.edu/class/simg712-90/notes/14-Quantization.pdf
>>
>> See pages 12 and 13.
>
>Excellent. Please read the rest of it.
It says that virtually everything you stated is not
true, as noted in the quoted text above. It is *not*
from 1 sample. It is used for audio data, image data,
and video signals.
And I'll grant that you are probably confusing the
issue with dithering...
--
Floyd L. Davidson <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) floyd.DeleteThis@apaflo.com >> Stay informed about: 25 MP sensor of Sony |
|
| Back to top |
|
 |  |
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|