File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
This package provides functionality to manipulate digital signals and its
9
9
attributes.
10
10
11
- It provides structures for various signal types and allows
11
+ It contains structures for various signal types and allows
12
12
conversions from one to another:
13
13
14
14
* Fixed-point signed
@@ -18,6 +18,5 @@ conversions from one to another:
18
18
Signal types have semantics of golang slices - they can be appended or
19
19
sliced with respect to channels layout.
20
20
21
- On top of that, signal types are desinged to simplify control on
22
- allocations. Package ` signal/pool ` provides a pool to utilize ` sync.Pool `
23
- for memory reuse.
21
+ On top of that, this package was desinged to simplify control on
22
+ allocations. Check godoc for examples.
You can’t perform that action at this time.
0 commit comments