recv: require 99% for coherence and 99% of carrier duration

This commit is contained in:
Roman Zeyde
2014-08-26 17:31:44 +03:00
parent b959d8b299
commit dc7f65b6cc

View File

@@ -29,10 +29,10 @@ else:
HEIGHT = np.floor(np.sqrt(len(modem.freqs)))
WIDTH = np.ceil(len(modem.freqs) / float(HEIGHT))
COHERENCE_THRESHOLD = 0.95
COHERENCE_THRESHOLD = 0.99
CARRIER_DURATION = sum(train.prefix)
CARRIER_THRESHOLD = int(0.95 * CARRIER_DURATION)
CARRIER_THRESHOLD = int(0.99 * CARRIER_DURATION)
SEARCH_WINDOW = 10 # symbols