0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-03-29 19:09:49 +01:00
parent 8d4a14d6d1
commit 3cdd1bc0cb

View File

@@ -517,8 +517,8 @@ int main(int argc, char **argv) {
if(sca_on) output[i] += modulate_fm(&sca_mod, hard_clip(current_sca_in, sca_clipper_threshold))*SCA_VOLUME;
float mpower = measure_mpx(&power, output[i]*75000);
if(mpower > 3 && mpower != NAN) {
printf("MPX Power over 3 dbr (%f)\n", mpower);
if(mpower != NAN) {
printf("MPX Power (%f)\n", mpower);
}
output[i] *= master_volume;