We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7916f commit 7762900Copy full SHA for 7762900
src/main/java/io/github/dsheirer/module/decode/am/AMDecoder.java
@@ -29,7 +29,7 @@
29
*/
30
public class AMDecoder extends SquelchingAnalogDecoder
31
{
32
- private static final float DEMODULATOR_GAIN = 250.0f;
+ private static final float DEMODULATOR_GAIN = 150.0f;
33
private static final float SQUELCH_ALPHA_DECAY = 0.0004f;
34
private static final float MINIMUM_GAIN = 0.5f;
35
private static final float MAXIMUM_GAIN = 16.0f;
0 commit comments