On Fri, 02 Nov 2012 23:07:03 -0500, Les Cargill
<
lcarg...@comcast.com> wrote:
>
upsid...@downunder.com wrote:
>> On Fri, 02 Nov 2012 08:46:53 -0700, John Larkin
>> <jjla...@highNOTlandTHIStechnologyPART.com> wrote:
>>
>>> On Fri, 02 Nov 2012 15:58:18 +0100, Habib Bouaziz-Viallet
>>> <
h.bouazi...@free.fr> wrote:
>>>
>>>> Le 02/11/12 15:36, Robert Macy a �crit :
>>>>> On Nov 2, 1:10 am, Habib Bouaziz-Viallet<
h...@elsewhere.eu> wrote:
>>>>>> Hi all,
>>>>>>
>>>>>> Anyone could tell me what are the relations between Analog dynamic range
>>>>>> (figure with no dimension), accuracy over this range and number of bits ?
>>>>>> In other words, how to compute the number of bits of an ADC knowing the
>>>>>> analog range and the accuracy wanted over this range.
>>>>>>
>>>>>> Ex :
>>>>>> Analog range = 1:500
>>>>>> accuracy over this range : +-0.1%
>>>>>> number of bits = ?
>>>>>>
>>>>>> Best Regards, Habib
>>>>>
>>>>> Sounds more like a 'test' question, but here goes:
>>>>> if accuracy is +/- 1/1000 and the smallest range to largest implies
>>>>> 500X, 1/500000; which is a little more than 19 bits, so therefore you
>>>>> need AT LEAST 20 bits.
>>>>
>>>> In fact i'm far from a test question ... it's real life and i've got the
>>>> same approach.
>>>>
>>>> Energy Watt-Meter 0,1% accuracy, 230Volts/50Hz. I range (0,02In .. In,
>>>> 10 In)), U range (0,8Un .. Un .. 1,5Un)
>>>>
>>>> --> 24bits on ADC for currents measurements.
>>>>
>>>> Any objection from gurus of the analog ?
>>>>
>>>> Habib
>>>
>>> I've done revenue-quality energy meters with as few as 7 bits of ADC.
>>> 10 or 12 is plenty. We did one nice meter using an HC05 microprocessor
>>> and its on-chip ADC. The trick is to add some noise to the current
>>> signals to smear the bits, and do the downstream algorithms properly.
>>
>> While adding dithering noise, oversampling and postprocessing low pass
>> filtering will certainly give you some extra bits, at least if the
>> actual ADC is monotonous, I am a bit suspicious of the accuracy of
>> that meter (I am not claiming that it would be worse than traditional
>> electromechanical kWh meters).
>>
>
>The disk meters are really good. Very clever transducer, IMO.
>
>> The situation would be easy if only resistive loads existed, but in
>> the real world, the voltage waveform contains a lot of distortion,
>> current drawn by a non-PFC electronics loads (such as "energy saving"
>> lamps) complicate the situation further.
>>
>
>I believe the disk meters are more or less integrating current meters
>( the movement is actually proportional to power, but voltage will
>converge on a constant fairly quickly for a good network ).
No, you're ignoring PF. It is an amazing widget but it *is* an
integrating power meter, *not* a current meter.
>That's not quite the same thing as "digital"/TOD meters, where you
>basically pull a data stream from them. I don't recall what those
>actually measure. I'd want to basically do a histogram
>of the phase angle & amplitude myself, but I don't think
>that's what they really do.
Measure voltage and current and multiply. Why do you care about the
phase angle? It's meaningless if there are any uncorrected electronic
power supplies downstream.
>> However, if it can be assumed that the load remains constant for
>> several cycles (e.g. 1 s) averaging will help and less bits are needed
>> in the ADC.
>>
>
>Right - the ... momentum of the meter helps.
It comes out in the wash. There is very little mass there.