Modify the threshold for YSF.

This commit is contained in:
Jonathan Naylor 2016-04-20 07:26:01 +01:00
parent 8dd97c02cf
commit c711bfe858
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
const unsigned int BUFFER_LENGTH = 200U;
const q15_t SCALING_FACTOR = 19505; // Q15(0.60)
const q15_t SCALING_FACTOR = 18750; // Q15(0.55)
const uint32_t PLLMAX = 0x10000U;
const uint32_t PLLINC = PLLMAX / YSF_RADIO_SYMBOL_LENGTH;