Audio ADC/DAC timing/sampling questions
Posted on April 25, 2014 at 11:00All, 1.) I took 128, 16-bit data points and created a sine wave: const uint16_t Sine12bit[128] = { 2047, 2447, 2831, 3185, 3498, 3750, 3939, 4056, 4095, 4056, 3939, 3750, 3495, 3185, 2831, 2447, 2047, 1647...