How do I compute the mean square value of a function

1 view (last 30 days)
I need help finding the mean square value of the function
y^2=(1/T)*integral from 0 to T of y^2(t) dt
Any ideas?

Answers (1)

Lisa Justin
Lisa Justin on 15 Apr 2014
mean square value=mean(y.^2)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!