Moving average of a product

15 Ansichten (letzte 30 Tage)
Rica
Rica am 23 Jan. 2013
Hi all!
with moving averege filter we can calculte the mean of:
(a1+a2+a3+....+an)/n.
is there any methods like the runing moving averege to calculate:
log(a1*a2*a3*...*an)/n ?

Antworten (1)

Walter Roberson
Walter Roberson am 23 Jan. 2013
You could apply the moving average filter to log(a)

Community Treasure Hunt

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

Start Hunting!

Translated by