Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Regarding gain compensation implementation in FPGA

Status
Not open for further replies.

Maitry07

Advanced Member level 4
Joined
Jun 29, 2022
Messages
109
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Activity points
961
Hello support team,

I have one fixed gain LNA at the input of the RF direct sampling receiver. This LNA is to increase the dynamic range of the RF-ADC inside the Direct sampling receiver. As the output of direct sampling receiver is in the form of I and Q samples which use DDCalgorithm.
At the DDC output, I need to implement Digital gain compensation technique for the fixed gain LNA to have actual amplitude. can you please suggest a suitable technique for the implementation of digital gain compensation technique in FPGA for the external fixed gain LNA?
 

Hello support team,

I have one fixed gain LNA at the input of the RF direct sampling receiver. This LNA is to increase the dynamic range of the RF-ADC inside the Direct sampling receiver. As the output of direct sampling receiver is in the form of I and Q samples which use DDCalgorithm.
At the DDC output, I need to implement Digital gain compensation technique for the fixed gain LNA to have actual amplitude. can you please suggest a suitable technique for the implementation of digital gain compensation technique in FPGA for the external fixed gain LNA?
One way to design AGC is insert running average filter on power value (I^2+Q^2) then apply square root of this average on I and Q amplitude values. This is commonly done as feedback on amplitude of I/Q. You can use look-up-table to get square root for a suitable range of power values or square root function if available.
 

Hi,

Thanks for your response. I am using this amplitude measurement only. But as I want to measure the actual input (which is at the input of LNA, which is unknown to me) . Due to LNA, fix gain is being added to the actual input. So, Before measuring the amplitude using I and Q, I need to add digital gain compensation , right?
This digital gain compensation will add Loss equivalent to gain of LNA. and then when I measure the amplitude, I will get the actual amplitude using I,Q.

So, my question is to add fixed loss( equivalent to LNA gain) to I,Q to compensate for the External LNA gain, what are the suitable implementation technique?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top