JBKingdon / ADSB_Alert

Experiments with a ADSB warning device
GNU General Public License v2.0
0 stars 0 forks source link

Preamble Detection #3

Open JBKingdon opened 9 months ago

JBKingdon commented 9 months ago

First attempt at preamble detection was done after converting samples to a bitstream. This makes preamble detection conceptually simple, but means operating after loss of a lot of information, so the quality of detection is poor. Performing preamble detection on the samples looks more promising, as well as providing the phase information needed to direct the samples to bitstream conversion.