Why RMS value of a periodic signal is equal to sqrt of linear spectrum divided normalized equivalent bandwidth?
2 views (last 30 days)
Show older comments
Hi everyone!
I'm reading a book on noise and vibration analysis. And i knew that how to calculate a RMS value of periodic signal (x(n)) by:
xRMS = sqrt(sum(XL^2(k)) / Ben)
where:
xRMS is RMS value of the sampled signal x(n).
XL(k) is single-sided linear spectrum of the signal x(n)
Ben is normalized equivalent noise bandwidth.
Note that:
XL(k) = sqrt(Axx(k)), with Axx(k) is single-side auto-power spectrum of signal.
Axx(k) = Aw^2/N^2*abs(Xw(k)^2)
where,
Aw is amplitude correction factor of the window, w(n).
N is number of samplings
Xw(k) is scaled DFT to RMS of windowed signal xw(n), or:
Xw(k) = Aw/(N*sqrt(2))*FFT(xw(n))
xw(n) = x(n)*w(n),
w(n) is a window function.
Thank you so much.
0 Comments
Answers (0)
See Also
Categories
Find more on Spectral Measurements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!