fix: clamp los profile bounds

This commit is contained in:
just_stuff_tm
2026-02-23 18:12:04 -05:00
parent ea2f35ec2e
commit 74e29a6c0f
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -2849,7 +2849,7 @@ class AppLocalizationsEn extends AppLocalizations {
double frequencyMHz,
double kFactor,
) {
return 'Starting from k=$baselineK at $baselineFreq MHz, the calculation multiplies 0.15 × (frequency $baselineFreq) / $baselineFreq to reach k approx $kFactor for the current $frequencyMHz MHz band, which defines the curved radio horizon cap.';
return 'Starting from k=$baselineK at $baselineFreq MHz, the calculation adjusts the k-factor for the current $frequencyMHz MHz band, which defines the curved radio horizon cap.';
}
@override