sinara-hw / Booster

Modular 8-channel RF power amplifier
Other
16 stars 3 forks source link

Booster: gain stability #18

Closed hartytp closed 6 years ago

hartytp commented 6 years ago

Currently, the power FET is biased at constant gate voltage, rather than constant drain current. This is probably fine, but could lead to worse gain drifts

If we decide this needs to be improved then we should consider constant current biasing. This can should be able to be done in software with no hardware changes, but would need to check for spurs etc.

hartytp commented 6 years ago
gkasprow commented 6 years ago

There is already the filter. The DAC controls negative LDO which output is additionally filtered. Another DAC controls the protection thresholds.

hartytp commented 6 years ago

The DAC controls negative LDO which output is additionally filtered.

Is that something that was added on the new schematics? Looking at the schematic on the releases page, I don't see any filtering between IC15 (DAC) and IC13 (negative LDO). If this has been added since those schematics were made then great (although, does that mean that the filter is not in the prototype unit that has already been produced?)!

gkasprow commented 6 years ago

I'm just updating the documentation. At the output of the LDO we have: RC filter, then FB, another FB and 1uF in the module, then 4.7uF on RF board, then 38R, 100n and 680pF So I think it's more than sufficient

hartytp commented 6 years ago

@gkasprow true.

Okay, well in that case, I can't see any reason why doing a slow (kHz) feedback loop onto the amplifier current in software on the microprocessor wouldn't work.

hartytp commented 6 years ago

cf https://github.com/sinara-hw/Booster/issues/19#issuecomment-403815448