Automatic FSK polarity selection on TX side

This is done by simulating two cells with different polarities.
On first message from mobile station, the cell with the correct
polarity is used, the other is disabled.

On RX side the polarity is not selected, since FSK decoder detects
polarity for every frame.
This commit is contained in:
Andreas Eversberg
2016-05-10 19:25:07 +02:00
parent 021c34a899
commit e2a9c2c6a5
9 changed files with 211 additions and 98 deletions

View File

@@ -120,7 +120,7 @@ const char *telegramm_name(uint8_t opcode);
const char *telegramm2rufnummer(telegramm_t *telegramm);
const char *transaction2rufnummer(transaction_t *trans);
int match_fuz(telegramm_t *telegramm);
int match_fuz(cnetz_t *cnetz, telegramm_t *telegramm, int cell);
int match_futln(telegramm_t *telegramm, uint8_t futln_nat, uint8_t futln_fuvst, uint16_t futln_rest);
int detect_sync(uint64_t bitstream);