We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e355b50 commit f14c958Copy full SHA for f14c958
src/discrete_blocks.jl
@@ -1042,7 +1042,7 @@ end
1042
"""
1043
MovingAverageFilter(N = 3)
1044
1045
-Exponential filtering with input-output relation ``y(z) = \\dfrac{1}{N} \\sum_{i=0}^{N-1} u(z-i)``.
+Moving-average filtering with input-output relation ``y(z) = \\dfrac{1}{N} \\sum_{i=0}^{N-1} u(z-i)``.
1046
1047
Please note: this implementation of a moving average filter is not optimized for very large number of filter taps `N`.
1048
0 commit comments