Skip to content

pipelined/signal

Repository files navigation

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.