Linear Recursive Sequence - LRS Flashcards
Why are linear recursive sequences used at a basic level?
To help maintain synchronicity
Where are linear recursive sequences used
Over the horizon radars
How do linear recursive systems help over the horizon radars ?
They given each radar pulse a unique sequence so that the receiver terminal can calculate the timings of the original data stream.
What are the uses of linear recursive sequences?
Selcal - selective calling Encryption Code division multiple access - CDMA Frequency hopping But error test rate Elint Randomisation Direct sequence spread spectrum Synchronisation Echo cancellation Forward error correction / error detection and correction
How is a linear recursive sequence generated ?
A shift register generator (SRG) known commercially as a linear feedback shift register (LFSR)
What is a shift register generator made up of ?
An xor gate
Clock
Shift register
What is a a shift register made of ?
What can they hold ?
Bistable cells
Which can independently hold a 1 or a 0
Is the length of a shift register fixed ?
No, it is dependant on the size of the LRS being generated
Where will there always be a tap point ?
The first cell
What is the initial start condition of the shift register called ?
The fill
What do the tapped cells link to ?
They are used to feed the xor gate
How is the output of the xor gate calculated
They are modulo 2 added 00 = 0 01 = 1 10= 1 11 = 0
Where does the put out of the xor gate go ?
Feeds back into the shift register
What can the initial fill not be ?
All 0’s
How can the arrangement of cells and tap points be defined ?
Numerically 1+2 = 5
Algebraic / generating polynomial PG - pg = x 0 + x 1 + x 4 = 0
Standard form R4(0,1,4)