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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user