数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

ES9219C 数据表(PDF) 14 Page - ESS Technology,Inc

部件名 ES9219C
功能描述  32-bit Stereo Low Power DAC with Headphone Amplifier, Analog Volume Control, and Output Switch
PDF  67 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
制造商  ESS [ESS Technology,Inc]
网页  http://www.esstech.com
标志 ESS - ESS Technology,Inc

ES9219C 数据表(HTML) 14 Page - ESS Technology,Inc

Back Button ES9219C Datasheet HTML 10Page - ESS Technology,Inc ES9219C Datasheet HTML 11Page - ESS Technology,Inc ES9219C Datasheet HTML 12Page - ESS Technology,Inc ES9219C Datasheet HTML 13Page - ESS Technology,Inc ES9219C Datasheet HTML 14Page - ESS Technology,Inc ES9219C Datasheet HTML 15Page - ESS Technology,Inc ES9219C Datasheet HTML 16Page - ESS Technology,Inc ES9219C Datasheet HTML 17Page - ESS Technology,Inc ES9219C Datasheet HTML 18Page - ESS Technology,Inc Next Button
Zoom Inzoom in Zoom Outzoom out
 14 / 67 page
background image
ES9219 Datasheet
February 27, 2020
CONFIDENTIAL ADVANCE INFORMATION 1.0.4
ESS TECHNOLOGY, INC. 237 South Hillview Drive, Milpitas, CA 95035, USA Tel (408) 643-8800 • Fax (408) 643-8801
14
Data Clock
DATA_CLOCK must be (2 x i2s_length) x FSR for PCM mode, and FSR for DSD modes. This pin should be pulled low if not used.
Built-in Digital Filters
Two built-in digital filters are included for PCM mode. A programmable FIR filter is also included.
See PCM Filter Frequency Response for filter characteristics and Register 7: FILTER SHAPE AND SYSTEM MUTE for available filter settings.
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 reg40 = (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(40, (byte)(reg26 + i));
// write the coefficient data
registers.WriteRegister(41, (byte)(coeffs[i] & 0xff));
registers.WriteRegister(42, (byte)((coeffs[i] >> 8) & 0xff));
registers.WriteRegister(43, (byte)((coeffs[i] >> 16) & 0xff));
registers.WriteRegister(44, 0x02);
// set the write enable bit
}
// disable the write enable bit when we’re done
registers.WriteRegister(44, (byte)(setEvenBit ? 0x04 : 0x00));
For more information on programming a custom filter, contact your local FAE.



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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67


数据表 下载

Go To PDF Page


链接网址



ALLDATASHEET是否为您带来帮助?  [ DONATE ] 

关于 Alldatasheet   |   广告服务   |   联系我们   |   隐私政策   |   数据表链接    |   链接交换   |   制造商名单
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