Skip to content

Commit

Permalink
Voltage tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Apr 12, 2024
1 parent 3d18628 commit 63cd60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk2_3phase_RFdatalog_temp/calibration.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ inline constexpr float f_phaseCal{ 1 }; /**< Nominal values only */
// For datalogging purposes, f_voltageCal has been added too. Because the range of ADC values is
// similar to the actual range of volts, the optimal value for this cal factor is likely to be
// close to unity.
inline constexpr float f_voltageCal[NO_OF_PHASES]{ 0.8151F, 0.8184F, 0.8195F }; /**< compared with Sentron PAC 4200 */
inline constexpr float f_voltageCal[NO_OF_PHASES]{ 0.80347F, 0.80333F, 0.80375F }; /**< compared with Sentron PAC 4200 */

inline constexpr float lpf_gain{ 0 }; /**< setting this to 0 disables this extra processing */
inline constexpr float alpha{ 0.002 };
Expand Down

0 comments on commit 63cd60d

Please sign in to comment.