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.

automatic gain control (AGC)

Status
Not open for further replies.

CRiSP

Full Member level 2
Joined
May 28, 2001
Messages
122
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
577
who have this verilog code/design about AGC?
 

Hi,
Is this for control of RF or for audio. Do you have any idea on how it is done.
BRMadhukar
 

brmadhukar said:
Hi,
Is this for control of RF or for audio. Do you have any idea on how it is done.
BRMadhukar

For RF.
 

Hi,
I am not sure whether this can help you. For one of the RFs we do use FPGA to control AGC. The logic is very simple.
Count the Magnitude bit between fixed intervals.
If it exceeds 30% of samples decrease AGC gain
otherwise increase.
This is done continuously.
30% is based on Amoroso paper.
Hope this helps you. I am sorry I cannot share the code.
BRMadhukar
 

brmadhukar said:
Hi,
I am not sure whether this can help you. For one of the RFs we do use FPGA to control AGC. The logic is very simple.
Count the Magnitude bit between fixed intervals.
If it exceeds 30% of samples decrease AGC gain
otherwise increase.
This is done continuously.
30% is based on Amoroso paper.
Hope this helps you. I am sorry I cannot share the code.
BRMadhukar

ur code is a full digital AGC or only control external AGC(analog part) circuit ?
 

Can you tell me where does the Aromos pubilished the paper?
Did it in IEEE journal?Thanks a lot.
 

U can write a simple C/ Verilog code for AGC,
but that code would be non synthesisable,
 

>>Count the Magnitude bit between fixed intervals.
What does it mean the Magnitude bit? Does it mean the MSB?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top