Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

RMS - quadratic mean vs. AC waveform

Status
Not open for further replies.

juz_ad

Full Member level 2
Joined
Dec 17, 2011
Messages
130
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,541
Hoping some can explain this to me…

To get RMS/quadratic mean of a particular data set I would use:

sqrt((a^2+b^2+c^2…)/number of values in the set) = RMS. e.g. for a data set of (3, 6, 9, 12) I would have sqrt((3^2+6^2+9^2+12^2)/4) = 8.216 (3 dp).

For an AC waveform though - let's assume a single cycle of a sine at 2.8V Peak, I have to use sqrt(((peak/2)^2)/2) = RMS e.g. sqrt(((2.8/2)^2)/2) = 0.989 (3 dp) which is approximately equal to 1V RMS.

Why is that? If the 'data set' of the AC waveform is only one measurement (2.8V Peak) - why do I need to divide it by 2 before squaring and then divide it by 2 as though there were 2 values in the data set?

Thanks!
 

Hi,

Your RMS formula is wrong. It is for peak_to_peak values.

Single peak = peak_to_peak / 2.

Hope this helps.

Klaus
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top