How to find RMS value of complex number?
15 次查看(过去 30 天)
显示 更早的评论
How do we calculate the RMS value for N complex numbers? For real numbers, we square the numbers and take the average then finally take the square root which gives us the RMS value. Can those numbers we squared be complex numbers?
In Matlab it uses "rms(vector) " to compute the rms value. I have input a complex vector, which also gives me answer. what does that mean? how Matlab calculates the rms of complex numbers?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!