| Copyright | (c) Daniel Lovasko 2016-2017 |
|---|---|
| License | BSD3 |
| Maintainer | Daniel Lovasko <daniel.lovasko@gmail.com> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Codec.Goat.ValueFrame.Decode
Description
Decoding of the compressed frame form into raw value points.
- valueDecode :: ValueFrame -> [Float]
Documentation
Arguments
| :: ValueFrame | succinct frame form |
| -> [Float] | value points |
Unpack value points from the succinct frame.