TI中文支持网
TI专业的中文技术问题搜集分享网站

AFE7769: AFE7769 的 TX PA Protection 功能

Part Number:AFE7769

戴工:

    你好! 我们现在测试过程中,发现在DPD运行过程中存在烧PA的现象,我们想使用AFE7769的TX PA Protection功能;

    请问一下这个功能怎么使用?需要怎么设置门限参数?

Kevin Dai:

李工,

PAP的功能用下面这个C function.  具体int windowCntr,int errorCntr,int threshold, 这3个参数怎么设置我们内部需要内部确认一下,这周稍后给您回复

int configSrModeMovingAvg(int fd,int ulCh,int enable,int samples,int windowCntr,int errorCntr,int threshold){/*ulCh: 0=TXA,1=TXB,2=TXC,3=TXDenable: 0/1=Disable,2=JPL mode,3=Abs modesamples: Number of samples used for moving average PAP computation. 0:32Samples,1:64Samples,2:96Samples,3:128SampleswindowCntr: Moving average window counter running at interface rate/2 clockerrorCntr: Moving average error counter running at interface rate/2 clockthreshold: Moving average mode, accumulator threshold value above which PAP will be triggered for this mode

,

Kevin Dai:

李工,

这是哪个project呀? 需要在配置文件里面enable PAP, 然后才能使用这个capi

,

FENG LI:

还是前面那个项目,RU的设备,RU设备配的有60W的PA,所以想加入PAP功能,另外戴工,贵司的现在AFE7769D的自带DPD功能,现在在60W输出功率的情况下可以做到多少ACPR?前些天ADI这边发了一个3.5G的80W的功率的,用他们芯片自带DPD,ACPR可以做到-47dBc

,

Kevin Dai:

李工,

RU enable PAP的配置文件&bringup script在此:

bringup script:

/cfs-file/__key/communityserver-discussions-components-files/119/2t2r2fb_5F00_dualband_5F00_FDD_5F00_RU_5F00_PAP_5F00_enabled_5F00_0421.txt

configuration file:

/cfs-file/__key/communityserver-discussions-components-files/119/2t2r2fb_5F00_dualband_5F00_FDD_5F00_RU_5F00_config_5F00_file_5F00_PAP_5F00_enabled_5F00_0421.txt

PAP CAPI:

/cfs-file/__key/communityserver-discussions-components-files/119/configSrModeMovingAvg.c

Example settings,

Enable = 2 # JPL approximation

Samples = 0 // indicating 32 samples

windowCntr = 256

errorCntr = 16

threshold = 2560 (please check below lines for threshold calculation)

threshold_in_dBFS=-10 # dBFs

thr=int(32768*pow(10,threshold_in_dBFS/20.))

FENG LI 说:另外戴工,贵司的现在AFE7769D的自带DPD功能,现在在60W输出功率的情况下可以做到多少ACPR?前些天ADI这边发了一个3.5G的80W的功率的,用他们芯片自带DPD,ACPR可以做到-47dBc

我们测过3.85GHz FDD 56w BW 200MHz, 您提到的这个use case目前还没有测过.  如果需要提供AFE7769D的ACLR数据,需要你们跟TI-Sales签个NDA才能给.  

赞(0)
未经允许不得转载:TI中文支持网 » AFE7769: AFE7769 的 TX PA Protection 功能
分享到: 更多 (0)