mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Change ADC samplerate for points at which LO feedthrough would alias
This commit is contained in:
parent
2118c07f09
commit
d0640e0e42
4 changed files with 48 additions and 6 deletions
|
|
@ -70,7 +70,7 @@ void Generator::Setup(Protocol::GeneratorSettings g) {
|
|||
} else {
|
||||
// use lower source power (approx -10dbm with no attenuation)
|
||||
m.SourceHighPower = (int) MAX2871::Power::n4dbm;
|
||||
m.SourceLowPower = (int) Si5351C::DriveStrength::mA2;
|
||||
m.SourceLowPower = (int) Si5351C::DriveStrength::mA4;
|
||||
g.cdbm_level += 1000;
|
||||
}
|
||||
// calculate required attenuation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue