Why RMS value of a periodic signal is equal to sqrt of linear spectrum divided normalized equivalent bandwidth?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Discrete Fourier and Cosine Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!