Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 960 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 960 Bytes

Signal

PkgGoDev Go Report Card Test codecov

This package provides functionality to manipulate digital signals and its attributes.

It contains structures for various signal types and allows conversions from one to another:

  • Fixed-point signed
  • Fixed-point unsigned
  • Floating-point

Signal types have semantics of golang slices - they can be appended or sliced with respect to channels layout.

On top of that, this package was desinged to simplify control on allocations. Check godoc for examples.