Linear Recursive Sequence - LRS Flashcards
(37 cards)
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)
What is the equation for a maximal length linear recursive sequence ?
2 n - 1
N = the number of cells in the shift register
What is the minimum number of tap points for a maximal linear recursive sequence?
Will it be an even or odd amount of tap points ?
Two
Even
What is the equation for a non maximal length linear recursive sequence?
< 2n -1
How does an additive randomiser work ?
It generates a linear recursive sequence of a given length and modulo - 2 adds it to the data repeatedly.
The data to be transmitted is modulo 2 added to the Lrs data
What is the result of an error within an additive randomiser ?
However many errors in the transmission will also be the amount of errors in the output data
What are the advantages of an additive randomiser ?
They are not prone to burst errors
What are the disadvantages of an addictive randomiser ?
An external sync area is required which adds over head
The frame width is still evident in the transmitted data
What are the two randomiser associated with linear recursive sequences?
The additive randomiser and the feed trough randomiser
Where is the input of a feed through randomiser ?
It is modulo 2 added with an Lrs after the first xor gate from which feeds the shift register