ZHCABE8A May   2021  – April 2022 PCM3120-Q1 , PCM5120-Q1 , PCM6120-Q1 , TLV320ADC3120 , TLV320ADC5120 , TLV320ADC6120

 

  1.   TLV320ADCx120 和 PCMx120-Q1 采样率和支持的可编程处理块
  2.   商标
  3. 1引言
  4. 2TLV320ADCx120 和 PCMx120-Q1 的处理块
    1. 2.1 抽取滤波器响应
      1. 2.1.1 支持的采样率
    2. 2.2 AGC、DRE 或 DRC
      1. 2.2.1 支持的采样率
      2. 2.2.2 通道分配
    3. 2.3 通道加法器、数字混频器和双二阶滤波器
  5. 3不同采样率支持的处理块
    1. 3.1 采样率为 8 kHz
    2. 3.2 16kHz-48kHz 采样率
    3. 3.3 采样率为 96 kHz
    4. 3.4 采样率为 192 kHz
    5. 3.5 采样率为 384 kHz
    6. 3.6 采样率为 768 kHz
  6. 4示例配置
  7. 5相关文档
  8.   A 修订历史记录

示例配置

用于不同组合的一些示例器件配置脚本包括:

示例 1:两个输入通道,四个输出通道,使用数字混频器。

  1. 差分 2 通道输入
  2. 线性相位抽取滤波器
  3. 24 位 TDM 模式
  4. 启用数字混频器模式
  5. 数字混频器 3:通道 3 输出 = 0.5 × 通道 1 + 0.5 × 通道 2
  6. 数字混频器 4:通道 4 输出 = 0.5 × 通道 1 - 0.5 × 通道 2

# Key: w 9c XX YY ==> write to I2C address 0x9c, to register 0xXX, data 0xYY
#               # ==> comment delimiter
#
# Differential 2-channel 24-bit TDM mode : INP1/INM1 - Ch1, INP2/INM2 - Ch2
# FSYNC = 48 kHz (Output Data Sample Rate), BCLK = 11.2896 MHz (BCLK/FSYNC = 256)
################################################################
#
#
# Power up IOVDD and AVDD power supplies  
# Wait for IOVDD and AVDD power supplies to settle to steady state operating voltage range.
# Wait for 1ms.
#
w 9c 00 00 # Goto Page 0
w 9c 02 81 # Wake-up device by I2C write into P0_R2 using internal AREG
w 9c 6B 01          # Linear Phase Decimation Filter with digital mixer 
# Digital Mixer 3 Configuration
w 9c 00 04          # Goto Page 4
w 9c 28 40 00 00 00 # Digital Mixer 3: Channel 1 Coefficient (MIX3_CH1) = 0.5
w 9c 2C 40 00 00 00 # Digital Mixer 3: Channel 2 Coefficient (MIX3_CH2) = 0.5
w 9c 30 00 00 00 00 # Digital Mixer 3: Channel 3 Coefficient (MIX3_CH3) = 0.0
w 9c 34 00 00 00 00 # Digital Mixer 3: Channel 4 Coefficient (MIX3_CH4) = 0.0
# Digital Mixer 4 Configuration
w 9c 00 04          # Goto Page 4
w 9c 38 40 00 00 00 # Digital Mixer 4: Channel 1 Coefficient (MIX4_CH1) = 0.5
w 9c 3C C0 00 00 00 # Digital Mixer 4: Channel 2 Coefficient (MIX4_CH2) = -0.5
w 9c 40 00 00 00 00 # Digital Mixer 4: Channel 3 Coefficient (MIX4_CH3) = 0.0
w 9c 44 00 00 00 00 # Digital Mixer 4: Channel 4 Coefficient (MIX4_CH4) = 0.0
 
w 9c 00 00 # Goto Page 0
w 9c 07 20 # TDM Mode with 24 Bits/Channel
w 9c 73 f0 # Enable Ch.1 - Ch.4 to get output on all 4 channels 
w 9c 74 f0 # Enable Ch.1 - Ch.4 ASI Output channels
w 9c 75 e0 # Power up ADC

示例 2:两个输入通道,使用通道加法器。

  1. 差分 2 通道输入
  2. 线性相位抽取滤波器
  3. 32 位 TDM 模式
  4. 双通道加法器模式

# Key: w 9c XX YY ==> write to I2C address 0x9c, to register 0xXX, data 0xYY
#               # ==> comment delimiter
#
# The following list gives an example sequence of items that must be executed in the time
# between powering the device up and reading data from the device.Note that there are 
# other valid sequences depending on which features are used.
#
# See the corresponding EVM user guide for jumper settings and audio connections.
#
# Differential 2-channel : INP1/INM1 - Ch1 and INP2/INM2 - Ch2
# FSYNC = 48 kHz (Output Data Sample Rate), BCLK = 11.2896 MHz (BCLK/FSYNC = 256)
################################################################
#
#
# Power up IOVDD and AVDD power supplies 
# Wait for IOVDD and AVDD power supplies to settle to steady state operating voltage range.
# Wait for 1ms.
#
w 9c 00 00 # Goto Page 0
w 9c 02 81 # Wake-up device by I2C write into P0_R2 using internal AREG
w 9c 6B 05 # Linear Phase Filter with 2 channel summer mode (DSP_CFG0)

w 9c 07 30 # TDM Mode with 32 Bits/Channel
w 9c 73 c0 # Enable Ch.1 - Ch.2 
w 9c 74 c0 # Enable Ch.1 - Ch.2 ASI Output channels
w 9c 75 e0 # Power up ADC