mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-08-01 01:09:15 +02:00
now
This commit is contained in:
+2
-2
@@ -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;
|
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);
|
float mpower = measure_mpx(&power, output[i]*75000);
|
||||||
if(mpower > 3 && mpower != NAN) {
|
if(mpower != NAN) {
|
||||||
printf("MPX Power over 3 dbr (%f)\n", mpower);
|
printf("MPX Power (%f)\n", mpower);
|
||||||
}
|
}
|
||||||
|
|
||||||
output[i] *= master_volume;
|
output[i] *= master_volume;
|
||||||
|
|||||||
Reference in New Issue
Block a user