Ask a Question | Search DSPSR: |
Home
|
dsp::S2TwoBitTable Class Reference Look-up tables for conversion from S2 two-bit to floating point numbers. More...
Inheritance diagram for dsp::S2TwoBitTable:
Detailed DescriptionLook-up tables for conversion from S2 two-bit to floating point numbers. The conversion scheme is specific to the ordering of bits in S2 data Member Function Documentation◆ twobit()
Return the 2-bit number from byte corresponding to sample. Each byte is interpreted as follows: MSB: l3 l1 l2 l0 m3 m1 m2 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
|