Skip to content

Commit f14c958

Browse files
authored
Update discrete_blocks.jl
1 parent e355b50 commit f14c958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discrete_blocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ end
10421042
"""
10431043
MovingAverageFilter(N = 3)
10441044
1045-
Exponential filtering with input-output relation ``y(z) = \\dfrac{1}{N} \\sum_{i=0}^{N-1} u(z-i)``.
1045+
Moving-average filtering with input-output relation ``y(z) = \\dfrac{1}{N} \\sum_{i=0}^{N-1} u(z-i)``.
10461046
10471047
Please note: this implementation of a moving average filter is not optimized for very large number of filter taps `N`.
10481048

0 commit comments

Comments
 (0)