Author Topic: What is the differance between mean value response and RMS?  (Read 5713 times)

0 Members and 1 Guest are viewing this topic.

Offline ali6x944Topic starter

  • Frequent Contributor
  • **
  • Posts: 567
  • Country: sa
What is the differance between mean value response and RMS?
« on: February 19, 2016, 12:29:51 pm »
Hi guys,
I own a UNI-T UT33C for a long time, and I never had a problem with it, the multimeter is measuring every thing properly , except AC voltage measurement , its seems to not respond properly to DC voltages by not detecting them , instaed the the reading is double the DC voltage aplyed to it, i read the manual and i saw this that is diplaying the mean value responce instaed of pk-pk or pk or RMS...
So,What is the differance between mean value response and RMS?
 

Offline ade

  • Supporter
  • ****
  • Posts: 231
  • Country: ca
Re: What is the differance between mean value response and RMS?
« Reply #1 on: February 19, 2016, 03:57:19 pm »
Mean responding meters work only for sinusoidal waveforms.   If the signal is anything other than a sine wave (e.g., a square wave, DC) then the measurements will be wrong.

A "True RMS" meter will work on non-sinusoidal waveforms.
 
The following users thanked this post: ali6x944

Offline TimFox

  • Super Contributor
  • ***
  • Posts: 7936
  • Country: us
  • Retired, now restoring antique test equipment
Re: What is the differance between mean value response and RMS?
« Reply #2 on: February 19, 2016, 04:53:49 pm »
In general, an AC voltmeter can be built to respond to one of these variables:
"Average responding" measures the mean absolute value of the voltage.
"Peak responding" measures either the peak-to-peak value (or sometimes the peak value above zero).
"True RMS" measures the square root of the mean value of the voltage squared, over a suitable averaging time for the "mean" operation.
Many (if not most) AC voltmeters now sold respond to the average value, but display the result (meter or digital display) applying a calibration for the RMS value of a true sine wave.  This is fine for a known sinusoidal waveform, but will give an incorrect RMS value for a square wave or random noise signal (as examples).  For both of those cases, if you know what the waveform is, there is a calculable correction factor from the displayed reading to the RMS value.  Also, some (if not most) AC meters are capacitor-coupled, and will not measure the DC component.
It gets messy if you really need the RMS value and the waveform is some unknown combination of sine wave, DC, random noise, and sine wave harmonics.  For that, you need the true RMS meter.
 
The following users thanked this post: ali6x944

Offline helius

  • Super Contributor
  • ***
  • Posts: 3639
  • Country: us
Re: What is the differance between mean value response and RMS?
« Reply #3 on: February 19, 2016, 05:22:20 pm »
Of course, just because you have a True RMS meter doesn't mean you can accurately measure noise amplitude. They all have limits on the frequency and crest factor they can detect.
 
The following users thanked this post: ali6x944

Offline ali6x944Topic starter

  • Frequent Contributor
  • **
  • Posts: 567
  • Country: sa
Re: What is the differance between mean value response and RMS?
« Reply #4 on: February 20, 2016, 08:42:55 am »
Is there a mathimatical way to convert the reading to RMS
 

Offline rs20

  • Super Contributor
  • ***
  • Posts: 2318
  • Country: au
Re: What is the differance between mean value response and RMS?
« Reply #5 on: February 20, 2016, 09:46:14 am »
Is there a mathimatical way to convert the reading to RMS

If you know the shape of the waveform you're measuring, and you have an accurate model of your multimeter, then yes.

If you assume that the multimeter has a linear response (i.e., doubling the input signal doubles the measured value), then that calculation will be a simple scaling factor.

But then again, if you have the tools required to do all this calibration (i.e., an oscilloscope), then you should just be making your RMS measurements directly with the oscilloscope.

If you assume that your multimeter is not just linear, but a theoretically perfect averaging multimeter (a remarkable assumption to make given that that's as difficult and expensive as making a true RMS meter), then the conversion factors can be calculated.

Finally, I would point out that people are, in general, overly obsessed with getting True RMS readings, as if True RMS is the One True Reading. One example of a specific case where RMS is appropriate is power dissipation in a resistor -- the power dissipated in a resistor is equal to Vrms^2 / R, because it's the square of the instantaneous voltage that determines the instantaneous power, and if you write out the integration that calculates average power over time, it looks similar to the integration that generates the RMS reading. If you can't explain why True RMS is the right measurement to make like this, then you're likely wasting your time making the wrong measurement.
 
The following users thanked this post: ali6x944

Offline ade

  • Supporter
  • ****
  • Posts: 231
  • Country: ca
Re: What is the differance between mean value response and RMS?
« Reply #6 on: February 20, 2016, 09:48:07 am »
Simplistically, if you know the shape of the input signal then you can compute a correction factor. 

In a sine wave, the difference between the mean value and the true RMS value is a factor of 1.11.  So a mean responding meter typically works by measuring the average, multiplying this value by 1.11, then displaying it as an RMS value.

For a square wave, the mean value is equal to the true RMS value.  But the meter assumes the input was a sine wave so it multiplies the mean by 1.11 before displaying the (incorrectly converted) RMS result.  So to get the true RMS you need to divide whatever is displayed by 1.11.
 
The following users thanked this post: ali6x944

Offline Dave

  • Super Contributor
  • ***
  • Posts: 1352
  • Country: si
  • I like to measure things.
Re: What is the differance between mean value response and RMS?
« Reply #7 on: February 20, 2016, 01:29:00 pm »
In a sine wave, the difference between the mean value and the true RMS value is a factor of 1.11.  So a mean responding meter typically works by measuring the average, multiplying this value by 1.11, then displaying it as an RMS value.
This applies for the mean of the full-wave rectified sine. The mean of the plain old sine is 0.

The math behind this is that the mean of the full-wave rectified sine is \( \frac{2}{\pi} \cdot V_{peak} \) (about 0.637 * Vpeak) and the RMS value is \( \frac{1}{\sqrt{2}} \cdot V_{peak} \) (0.707 * Vpeak).
\( \frac{0.707}{0.637} = 1.11 \)
<fellbuendel> it's arduino, you're not supposed to know anything about what you're doing
<fellbuendel> if you knew, you wouldn't be using it
 

Offline ade

  • Supporter
  • ****
  • Posts: 231
  • Country: ca
Re: What is the differance between mean value response and RMS?
« Reply #8 on: February 20, 2016, 07:38:40 pm »
Hence I said "simplistically".  ;)  To really understand the math behind it, we'd have to delve more into the definition of RMS and why/when it is used instead of peak or rectified average.
 
The following users thanked this post: ali6x944


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf