Michael Gregorius
8136b7002c
Fix floating point exception in Spectrum Analyzer ( #7018 )
...
Fix a floating point exception in the Spectrum Analyzer which occurs if the amplitude is 0. The amplitude is used in the calculation of a logarithm which is not defined for values smaller or equal to 0.
The fix is to replace a value of 0 with the minimum positive float value. Negative values are not handled because it seems that only values greater or equal to 0 are fed into the method. This assumption is asserted in case this ever changes.
2023-12-10 11:42:02 +01:00
..
2023-11-23 16:30:40 -05:00
2023-11-25 17:24:05 -05:00
2023-08-24 19:16:02 +01:00
2023-08-24 19:16:02 +01:00
2023-09-14 23:12:22 +02:00
2023-09-14 23:12:22 +02:00
2023-08-24 19:16:02 +01:00
2023-08-24 19:16:02 +01:00
2023-11-18 16:06:26 -05:00
2023-08-24 19:16:02 +01:00
2023-08-24 19:16:02 +01:00
2023-08-24 19:16:02 +01:00
2023-08-24 19:16:02 +01:00
2023-08-24 19:16:02 +01:00
2023-11-19 00:44:15 -05:00
2023-08-24 19:16:02 +01:00
2023-09-14 23:12:22 +02:00
2023-11-01 19:34:32 +00:00
2023-08-24 19:16:02 +01:00
2023-09-14 23:12:22 +02:00
2023-08-24 19:16:02 +01:00
2023-10-29 11:16:39 +01:00
2023-09-14 23:12:22 +02:00
2023-11-10 07:10:44 -08:00
2023-11-12 02:25:26 +01:00
2023-11-12 02:25:26 +01:00
2023-11-18 17:14:27 -05:00
2023-08-24 19:16:02 +01:00
2023-09-14 23:12:22 +02:00
2023-08-24 19:16:02 +01:00
2023-11-19 00:44:15 -05:00
2023-09-14 23:12:22 +02:00
2023-11-19 00:44:15 -05:00
2023-09-21 20:12:04 +02:00
2023-08-24 19:16:02 +01:00
2023-08-24 19:16:02 +01:00
2023-11-18 07:27:09 -05:00
2023-09-14 23:12:22 +02:00
2023-09-23 19:33:20 -04:00
2023-11-11 18:09:38 -05:00
2023-12-10 11:42:02 +01:00
2023-08-24 19:16:02 +01:00
2023-08-24 19:16:02 +01:00
2023-10-06 20:50:06 +01:00
2023-08-25 14:43:09 -04:00
2023-09-14 23:12:22 +02:00
2023-08-24 19:16:02 +01:00
2023-11-19 00:44:15 -05:00
2023-09-14 23:12:22 +02:00
2023-08-24 19:16:02 +01:00
2023-11-19 00:44:15 -05:00
2023-11-01 19:34:32 +00:00
2023-08-24 19:16:02 +01:00
2023-09-14 23:12:22 +02:00
2023-10-15 16:08:26 +02:00
2023-11-01 19:34:32 +00:00