Electronic Components Datasheet Search
  New Zealand  ▼
ALLDATASHEET.CO.NZ

X  

ES9016 Datasheet(PDF) 8 Page - ESS Technology,Inc

Part # ES9016
Description  Ultra 32-bit Stereo Low Power Audio DAC
PDF  38 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  ESS [ESS Technology,Inc]
Direct Link  http://www.esstech.com
Logo ESS - ESS Technology,Inc

ES9016 Datasheet(HTML) 8 Page - ESS Technology,Inc

Back Button ES9016 Datasheet HTML 4Page - ESS Technology,Inc ES9016 Datasheet HTML 5Page - ESS Technology,Inc ES9016 Datasheet HTML 6Page - ESS Technology,Inc ES9016 Datasheet HTML 7Page - ESS Technology,Inc ES9016 Datasheet HTML 8Page - ESS Technology,Inc ES9016 Datasheet HTML 9Page - ESS Technology,Inc ES9016 Datasheet HTML 10Page - ESS Technology,Inc ES9016 Datasheet HTML 11Page - ESS Technology,Inc ES9016 Datasheet HTML 12Page - ESS Technology,Inc Next Button
Zoom Inzoom in Zoom Outzoom out
 8 / 38 page
background image
3.2
March 26, 2021
ES9016K2M Datasheet
ESS TECHNOLOGY, INC. 109 Bonaventura Drive, San Jose, CA 95134, USA Tel (408) 643-
8800 • www.esstech.com
8
Programmable FIR filter
A two stage interpolating FIR design is used. The interpolating FIR filter is generated using MATLAB, and can then be
downloaded using a custom C code.
Example Source Code for Loading a Filter
// only accept 128 or 16 coefficients
// Note:
The coefficients must be quantized to 24 bits for this method!
// Note:
Stage 1 consists of 128 values (0-127 being the coefficients)
// Note:
Stage 2 consists of 16 values (0-13 being the coefficients, 14-15 are zeros)
// Note:
Stage 2 is symmetric about coefficient 13.
See the example filters for more information.
byte reg26 = (byte)(coeffs.Count == 128 ? 0 : 128);
for (int i = 0; i < coeffs.Count; i++)
{
// stage 1 contains 128 coefficients, while stage 2 contains 16 coefficients
registers.WriteRegister(26, (byte)(reg26 + i));
// write the coefficient data
registers.WriteRegister(27, (byte)(coeffs[i] & 0xff));
registers.WriteRegister(28, (byte)((coeffs[i] >> 8) & 0xff));
registers.WriteRegister(29, (byte)((coeffs[i] >> 16) & 0xff));
registers.WriteRegister(30, 0x02);
// set the write enable bit
}
// disable the write enable bit when we're done
registers.WriteRegister(30, (byte)(setEvenBit ? 0x04 : 0x00));
OSF Bypass
The oversampling FIR filter can be bypassed, sourcing data directly into the IIR filter. ESS recommends using 8 x FSR as
the input. For example, an external signal at 44.1kHz can be oversampled externally to 8 x 44.1kHz = 352.8kHz and then
applied to the serial decoder in either I2S or LJ format. The maximum sample rate that can be applied is 1.536MHz (8 x
192kHz).



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com