Skip to content

Commit

Permalink
平均化を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tenma-white committed Sep 16, 2020
1 parent dc67cf5 commit 05aa3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ static void updateIFrequency(freqHz_t txFreqHz) {
return;
}
vnaMeasurement.adcFullScale = 20000 * 48;
vnaMeasurement.nPeriodsMultiplier = 1 * current_props._avg;
// adf4350 freq step and thus IF frequency must be a divisor of the crystal frequency
if(xtalFreqHz == 20000000 || xtalFreqHz == 40000000) {
// 6.25/12.5kHz IF
Expand Down

0 comments on commit 05aa3ce

Please sign in to comment.