HOw to implement AGC by Simulink?

Discussions related to embedded firmware, driver, and user mode application software development
Post Reply
yoshimifuj
Posts: 15
Joined: Wed May 07, 2014 8:59 pm

HOw to implement AGC by Simulink?

Post by yoshimifuj »

Do you guys have any idea of implementing AGC using bladeRF Simulink blocks?
May I need to modify bladerf_source block to add input(s) for gain control?
jynik
Posts: 455
Joined: Thu Jun 06, 2013 8:15 pm

Re: HOw to implement AGC by Simulink?

Post by jynik »

I would advise you to design an AGC block independent of the bladeRF. This way, you can test and simulate it independently of the hardware first. After your simulations work, then consider collecting and using real-world data sets, as received by the bladeRF. Only once you have those working well, would I consider trying to run things real-time.
Post Reply