Skip to content

Commit 544aebb

Browse files
Update README.md
1 parent 2459d35 commit 544aebb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# SwiftSmoothSequence
2-
Swift Struct implementing Smooth Sequence of generic values
1+
# EWMA / SwiftSmoothSequence
2+
Swift Struct implementing Smooth Sequence of generic values in two different method
3+
4+
1) struct SequenceSmoother<Element> implement classic circular buffer technique
5+
2) struct EWMA<Element> implement Exponentially Weighted Moving Average
36

47
Useful for smoothing sequences like accelerometer data or image detection position
58

@@ -11,7 +14,7 @@ In order to use it in your Swift project please include the following line in yo
1114

1215
.Package(url: "https://github.com/JacopoMangiavacchi/SwiftSmoothSequence", majorVersion: 0)
1316

14-
# Example Usage
17+
# SequenceSmoother Example Usage
1518

1619
Here is some sample code to smooth a sequence of CGPoint
1720

0 commit comments

Comments
 (0)