Skip to content
Going Digital (Peter Knight) edited this page Sep 9, 2013 · 4 revisions

The lead-in has the following important functions.

  1. Skip over unpredictable delays, ignoring intermediate tape noise.
  2. Synchronise to an exact predictable bit-accurate position.

This is achieved by a simple bit pattern.

Lead in pulsetrain

0011111111111101

It is detected using a 16 bit shift register. Once a match occurs, the header starts immediately afterwards.

Clone this wiki locally