Ask a Question | Search DSPSR: |
Home
|
dsp::Mark4TwoBitTable Class Reference Look-up tables for conversion from Mark4 two-bit to floating point numbers. More...
Inheritance diagram for dsp::Mark4TwoBitTable:
Detailed DescriptionLook-up tables for conversion from Mark4 two-bit to floating point numbers. The conversion scheme is specific to the ordering of bits in Mark4 data Member Function Documentation◆ twobit()
Return the 2-bit number from byte corresponding to sample. Each byte is interpreted as follows: MSB: l3 l2 l1 l0 m3 m2 m1 m0 :LSB Where each two bit timesample is given by its most significant bit, mX, and least significant bit, lX, and each byte contains four time samples: m0l0, m1l1, m2l2, m3l3.
The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|