Skip to content
jamesjun edited this page Dec 20, 2017 · 6 revisions
  • Signed 16-bit integer
  • ADC samples from channels 1 to n sampled at time k is stored together in series. Suppose a_b stands for an ADC sample from channel a at time step b, then the channel ordering from time step 1 to k is:

[1_1, 2_1, ..., n_1], [1_2, 2_2, ..., n_2], ..., [1_k, 2_k, ..., n_k]

Clone this wiki locally