Q-ary Repeat-Accumulate Codes for Weak Signals Communications Nico - - PowerPoint PPT Presentation

q ary repeat accumulate codes for weak signals
SMART_READER_LITE
LIVE PREVIEW

Q-ary Repeat-Accumulate Codes for Weak Signals Communications Nico - - PowerPoint PPT Presentation

Q-ary Repeat-Accumulate Codes for Weak Signals Communications Nico Palermo, IV3NWV XVII EME Conference Venice, Italy - 2016 What I'll speak about Part I - Introduction to QRA codes and decoders Part II - A QRA code for EME. Simulation


slide-1
SLIDE 1

Q-ary Repeat-Accumulate Codes for Weak Signals Communications

Nico Palermo, IV3NWV XVII EME Conference Venice, Italy - 2016

slide-2
SLIDE 2

What I'll speak about

  • Part I - Introduction to QRA codes and decoders
  • Part II - A QRA code for EME. Simulation results
  • Part III - Exploiting the redundancy of a QSO
  • Part IV - The new QRA64 mode for WSJT-X
slide-3
SLIDE 3
  • I. Introduction to QRA codes and

decoders

slide-4
SLIDE 4

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 4

Historical Perspective

  • ~1960 - Low Density Parity Check (LDPC) codes

introduced by Robert Gallager at M.I.T.

  • 1963...'80s – Nothing happens. Decoding too complicate

for those years technology.

  • 1993 – Alain Glavieux/Claude Berrou introduce Turbo

codes and iterative decoding.

  • 1995 – David MacKay resurrects Gallager's LDPC codes

and shows how to decode them with Message Passing.

  • 2000 – Aamod Khandekar/Robert McEliece at Caltech

introduce Irregular Repeat-Accumulate (IRA) codes.

  • ...2016 – LDPC codes used everywhere from deep-space

probes to mobile phones... and in WSJT-X as well!

slide-5
SLIDE 5

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 5

LDPC Codes

  • Low Density Parity Check means that the parity check

matrix of the code is (very) sparse:

– Each parity check equation involves few codeword symbols – Each codeword symbol is involved in few parity check equations

  • Parity check matrix H:

– Rows indicate parity check equations – Columns indicate codeword symbols – Codewords x satisfy the set of equations H*x=0

Example: Hamming (7,4) code. Not a LDPC code: H is not sparse

H =( 1 1 1 1 1 1 1 1 1 1 1 1)

x1 + x3 + x5 + x7 = 0 x2 + x3 + x6 + x7 = 0 x4 + x5 + x6 + x7 = 0

slide-6
SLIDE 6

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 6

QRA Codes

  • Class of LDPC codes with Q-ary symbols set

– Q=4, 8, 16, 32, 64,... or any number for which a finite field exists – Maps naturally to orthogonal modulations (i.e. 64-FSK)

  • Repeat-Accumulate (RA) encoding:

– Information symbols are repeated (like in a repetition code), – Parity checks are generated as a weighted accumulation of the

repeated information symbols sequence

  • Same decoding procedure of LDPC codes

– Maximum A-Posteriori Probability with the Message Passing (MP)

algorithm

slide-7
SLIDE 7

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 7

MAP Decoding

  • Maximum A Posteriori (MAP) Probability
  • Bayes' rule:

Prob(X|R) proportional to Prob(R|X) * Prob(X), where:

X = transmitted codeword, R = received signal sequence Prob(X|R) = a posteriori probability <-- What we need to compute Prob(R|X) = likelihood <-- Channel dependence Prob(X) = a priori probability <-- Code and a priori knowledge dependence

  • For each codeword symbol we need to maximize the symbol-

wise probability Prob(Xj|R) averaging Prob(X|R) over all the possible cases we are interested into:

– Prob(Xj|R) = sum of Prob(X|R) over all codewords with given Xj

slide-8
SLIDE 8

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 8

General Case MAP Decoding

  • Given the likelihoods and any a priori knowledge:
  • 1. Compute ALL the codewords a posteriori probabilities
  • 2. For each information symbol:

a) Sum the probabilities of ALL the codewords in which a symbol assumes a given value, and b) Select as the best estimate of a symbol the value which maximizes its a posteriori probability distribution

  • Complexity scales exponentially with codeword length
  • Example: K=72 information bits => ~2^72 operations =>

Hundreds thousands years to decode a single message (using a good PC)

slide-9
SLIDE 9

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 9

Tanner Graphs

  • Alternative representation of a code parity check matrix

– Mark codeword symbols with circles – Mark parity check equations with boxes – Connect circles to boxes with edges to indicate which symbol is

involved in a given check equation

  • Immediate sight of code properties (i.e. cycles)

x1 x2 x3 x4 x5 x6 x7 Check 1 Check 2 Check 3

Example: Hamming (7,4) code

x1 + x3 + x5 + x7 = 0 (Check 1) x2 + x3 + x6 + x7 = 0 (Check 2) x4 + x5 + x6 + x7 = 0 (Check 3)

slide-10
SLIDE 10

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 10

MAP Decoding of LDPC codes

  • A posteriori probabilities can be computed exactly if the

code Tanner graph is a tree (has no cycles)

  • Parity check equations with few variables and variables

involved in few checks => very fast evaluation of probabilities factors

  • LDPC codes can be designed to have few and sufficiently

large length (girth) cycles (no good code graph is a tree),

  • LDPC codes involve few variables per parity check

equation and few equations per variable => A posteriori probabilities can be evaluated with good precision and much more quickly than in the general case Decoding complexity scales linearly with codeword length

slide-11
SLIDE 11

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 11

Tanner Graph of a QRA Code

  • x's denote information symbols
  • y's denote parity check symbols

Parity check equations involves

  • max. 3 codeword

symbols x1 x2 x3 x4 xK y1 y2 y3 y4 yM-1 yM . . . . . . . . . . . . . . . . . .

r1 times rK times

... w1 w2 w3 w4 wM Π – Edge Permutation Matrix

  • max. rk checks
  • eq. per symbol

(avg. rk~4) Permutation matrix designed to exclude short length cycles

slide-12
SLIDE 12

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 12

Message Passing Decoder

  • MAP probabilities evaluated iteratively exchanging

“messages” among circles (codeword variables) and boxes (check equations)

  • The messages are actually probability distributions
  • Each iteration is a two step process:

– c → v step : send messages from checks to variables – v → c step : send messages from variables to checks

  • After each iteration find the symbol values which maximize

the (approximate) a posteriori probability and check if all parity check equations are satisfied (successful decode)

  • Stop if no success within a max. number of iterations
slide-13
SLIDE 13

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 13

  • II. Simulation Results
slide-14
SLIDE 14

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 14

QRA(12,63) ↔ RS(12,63)

  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

10

  • 4

10

  • 3

10

  • 2

10

  • 1

10 2 3 4 5 6 7 8 10

  • 4

10

  • 3

10

  • 2

10

  • 1

10 Eb/No (dB)

  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

10

  • 4

10

  • 3

10

  • 2

10

  • 1

10 SNR in 2500 Hz Bandwidth (dB) W ord Error Rate QRA FT KV BM

  • AWGN channel, QRA MP decoder with 100 iterations
  • Same code parameters/modulation/sync. pattern of JT65:

– K=12, N=63, 64-FSK (non coherent demod.), 63 sync. symbols

64-NCFSK AWGN Channel Capacity (Rc=12/63) Berlekamp-Massey decoder Koetter-Vardy Franke-Taylor decoder QRA Reed-Solomon encoding 1.3 dB 1.3 d 1.3 dB

slide-15
SLIDE 15

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 15

QRA(12,63) ↔ RS(12,63)

  • Rayleigh channel, QRA MP decoder with 100 iterations
  • Same code parameters/modulation/sync. pattern of JT65
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21
  • 20
  • 19
  • 18

20 40 60 80 100

  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21
  • 20
  • 19
  • 18

20 40 60 80 100 SNR in 2500 Hz Bandwidth (dB) Percent copy DS QRA FT BM

  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21
  • 20
  • 19
  • 18

20 40 60 80 100

  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21
  • 20
  • 19
  • 18

20 40 60 80 100 SNR in 2500 Hz Bandwidth (dB) Percent copy DS QRA FT BM

JT65 Deep-Search Berlekamp Massey QRA Franke Taylor JT65

slide-16
SLIDE 16

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 16

  • III. Exploiting the redundancy of a

QSO

slide-17
SLIDE 17

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 17

Decoding with “a priori” knowledge

1) No a priori avail. => Maximum Likelihood (ML) decoder 2) A priori available => Maximum A Posteriori (MAP) prob. decoder MAP decoders easily handle both cases ML is just a special case of MAP MAP is much better than ML

  • A two-way QSO is a sequence of messages with decreasing amount
  • f uncertainty/increasing amount of a priori (AP) knowledge:
  • First message in a QSO is a CQ call, i.e. [ CQ IV3NWV JN66 ]
  • First replies (if any) directed to our call, i.e. [ IV3NWV SM5BSZ JO89]
  • Further replies come from known source, i.e. [ IV3NWV SM5BSZ -25 ]
  • Last reply is just an acknowledge, i.e. [ IV3NWV SM5BSZ 73 ]

=> INSTRUCT THE DECODER TO HANDLE ALL THESE CASES!

slide-18
SLIDE 18

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 18

Typical QSO “a priori”

Sample QSO between IV3NWV and SM5BSZ:

  • 1. CQ IV3NWV JN66
  • 2. IV3NWV SM5BSZ JO89
  • 3. SM5BSZ IV3NWV -25
  • 4. IV3NWV SM5BSZ R-25
  • 5. SM5BSZ IV3NWV 73
  • 6. IV3NWV SM5BSZ 73
  • Underlined fields fed to the MAP decoder as “a priori” info as the

QSO proceeds to the end

  • 1 field → ~28 bit AP - 2 fields → ~56 bit AP - 3 fields → 72 bit AP

What SM5BSZ's decoder knows from QSO semantics What IV3NWV's decoder knows from QSO semantics

slide-19
SLIDE 19

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 19

QRA Decoder with AP ↔ JT65

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

20 40 60 80 100

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

20 40 60 80 100 SNR in 2500 Hz Bandwidth (dB) Percent copy AP0 AP28 AP44 AP56 DS FT

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

20 40 60 80 100

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

20 40 60 80 100 SNR in 2500 Hz Bandwidth (dB) Percent copy QRA +AP28 +AP44 +AP56 DS FT

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

20 40 60 80 100

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

20 40 60 80 100 SNR in 2500 Hz Bandwidth (dB) Percent copy AP56 AP44 AP28 QRA DS FT

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

20 40 60 80 100

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23
  • 22
  • 21

20 40 60 80 100 SNR in 2500 Hz Bandwidth (dB) Percent copy AP56 AP44 AP28 AP0 DS FT

  • QRA(12,63) code with same parameters/modulation/sync. pattern of JT65
  • Rayleigh channel – sync. losses not included
  • Decode always with info received from the channel (unlike the JT65 deep-search)

JT65 Franke-Taylor No AP CQ CQ no locator Signal reports QRA Deep-Search

slide-20
SLIDE 20

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 20

QRA Decoder UER Performance

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23

10

  • 6

10

  • 5

10

  • 4

10

  • 3

10

  • 2

10

  • 1

10

  • 31
  • 30
  • 29
  • 28
  • 27
  • 26
  • 25
  • 24
  • 23

10

  • 6

10

  • 5

10

  • 4

10

  • 3

10

  • 2

10

  • 1

10 SNR in 2500 Hz Bandwidth (dB) Error Rate Code: QRA13-64-64-irr-e - Rayleigh Channel AP56 WER AP56 UER AP0 WER AP0 UER

  • Undetected Error Rate (UER) improved through design of a QRA(13,64) code.
  • 13th symbol is a CRC-6 check computed from the 12 information symbols
  • The CRC-6 symbol is not sent through the channel (punctured code)
  • The resulting code is still a QRA(12,63) with much better UER (< 10^-4)
slide-21
SLIDE 21

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 21

  • IV. The QRA64 mode
slide-22
SLIDE 22

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 22

QRA64

  • New mode(s) for WSJT-X
  • Based on a irregular QRA(12,63) code with the same rate/symbol set
  • f the RS code used in JT65:

– 12 information symbols (each 6 bit long) – 51 parity check symbols (codeword length = 63 symbols) – Actually a punctured QRA(13,64) code over GF(64) with CRC-6

  • 21 symbols synchronization pattern made by three 7x7 Costas arrays

(Tnx Joe Taylor – K1JT) – 1.9 dB sync. energy gain over JT65

  • Submodes A, B, C, D, E to handle Doppler spreads up to microwaves
  • QRA encoder/decoder (me - IV3NWV)
  • Sync algorithms/WSJT-X integration/twistles and bells (Joe – K1JT)
  • > 3 dB coding gain over JT65 (with no AP knowledge)
  • < -28 dB SNR threshold at 50% copy exploiting AP on CQ calls
slide-23
SLIDE 23

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 23

QRA64 - 10 GHz EME On-Air Tests

  • Made by Charlie Suckling G3WDG and Rex Moncur VK7MO

during July/August 2016

  • Tests made with the 1.7.0 WSJT-X development version
  • Lot of wav files recorded from real EME QSOs
  • Tested Doppler spreads from ~0 Hz and up to 100 Hz
  • QRA64A, B, C, D, E modes and JT4F mode recordings to evaluate

differences, benefits or disadvantages

  • Performance compared using SNR degradation feature of WSJT-X:

1) Degrade wav files SNR until messages are no more decoded 2) The higher the SNR degradation, the better the performance

  • Very useful to understand how to handle fast-fading conditions:

QRA64 gains ~6 dB over JT4 when proper fast-fading likelihoods metric is used

slide-24
SLIDE 24

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 24

QRA64D EME Tests (G3WDG ↔ VK7MO)

t ( s ) F ( H z ) R x S i g n a l S p e c t r o g r a m - fn a m e = 1 6 0 8 0 5 - 0 8 2 3 . w a v - O v e r s a m p l i n g = 8 S u b m o d e = D D e g r = 0 . 0 d B 1 0 2 0 3 0 4 0 5 0 1 0 0 0 1 2 0 0 1 4 0 0 1 6 0 0 1 8 0 0 2 0 0 0 F ( H z ) t ( s ) C o s t a s A r r a y P a t t e r n C o r r e l a t i o n - M a x a t F = 9 9 6 . 0 9 H z / t = 5 . 6 2 s 9 0 0 9 2 0 9 4 0 9 6 0 9 8 0 1 0 0 0 1 0 2 0 1 0 4 0 1 0 6 0 1 0 8 0 1 1 0 0 2 4 6 8 q r a - d e c o d e 1 r c = 0 , E b / N o = 2 . 6 d B S N R = - 2 8 . 4 d B , [ 5 3 2 2 5 4 9 2 3 5 4 2 2 2 3 2 5 3 9 5 8 2 8 ] T o n e I n d e x D a t a S y m b o l s O u t p u t E n e r g i e s 1 0 2 0 3 0 4 0 5 0 6 0 1 0 2 0 3 0 4 0 5 0 6 0 1 2 3 4 0 . 2 0 . 4 0 . 6 0 . 8 1 0 . 1 0 . 2 0 . 3 0 . 4 0 . 5

Detail of first Costas array. Signal looks strong... The QRA decoder shows a poor SNR (-28.4 dB). Small SNR degradation is tolerated (~2 dB). Performance similar to JT4F

10 GHz - 100 Hz Doppler Spread – No Fast-Fading Metric

Correlation peak

  • f the Costas

arrays not really evident (many sec. peaks)

slide-25
SLIDE 25

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 25

QRA64D with Fast-Fading Metric

t ( s ) F ( H z ) R x S i g n a l S p e c t r o g r a m - f n a m e = 1 6 0 8 0 5 - 0 8 2 3 . w a v - O v e r s a m p l i n g = 8 S u b m o d e = D D e g r = 0 . 0 d B 1 0 2 0 3 0 4 0 5 0 1 0 0 0 1 2 0 0 1 4 0 0 1 6 0 0 1 8 0 0 2 0 0 0 F ( H z ) t ( s ) C o s t a s A r r a y P a t t e r n C o r r e l a t i o n - M a x a t F = 9 9 7 . 1 8 H z / t = 5 . 6 9 s 9 0 0 9 2 0 9 4 0 9 6 0 9 8 0 1 0 0 0 1 0 2 0 1 0 4 0 1 0 6 0 1 0 8 0 1 1 0 0 2 4 6 8 q r a - d e c o d e 1 r c = 0 , E b / N o = 1 3 . 2 d B S N R = - 1 7 . 8 d B , [ 5 3 2 2 5 4 9 2 3 5 4 2 2 2 3 2 5 3 9 5 8 2 8 ] T o n e I n d e x D a t a S y m b o l s O u t p u t E n e r g i e s 1 0 2 0 3 0 4 0 5 0 6 0 1 0 2 0 3 0 4 0 5 0 6 0 0 . 5 1 0 . 3 0 . 4 0 . 5 0 . 6 0 . 7 0 . 8 0 . 9 0 . 1 0 . 2 0 . 3 0 . 4 0 . 5

Symbols likelihoods now peak clearly out of noise

Same file as before – 10 GHz/100 Hz Doppler Spread – Fast-Fading Likelihoods Processing

More evident sync correlation peak Estimated SNR is much higher (~ -18 dB) Large QRA decoder noise margin

slide-26
SLIDE 26

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 26

QRA64 with Fast-Fading Metric

t ( s ) F ( H z ) R x S i g n a l S p e c t r o g r a m - fn a m e = 1 6 0 8 0 5 - 0 8 2 3 . w a v - O v e r s a m p l i n g = 8 S u b m o d e = D D e g r = 9 . 0 d B 1 0 2 0 3 0 4 0 5 0 1 0 0 0 1 2 0 0 1 4 0 0 1 6 0 0 1 8 0 0 2 0 0 0 F ( H z ) t ( s ) C o s t a s A r r a y P a t t e r n C o r r e l a t i o n - M a x a t F = 9 9 3 . 2 7 H z / t = 5 . 6 9 s 9 0 0 9 2 0 9 4 0 9 6 0 9 8 0 1 0 0 0 1 0 2 0 1 0 4 0 1 0 6 0 1 0 8 0 1 1 0 0 2 4 6 8 q r a - d e c o d e 1 r c = 0 , E b / N o = 3 . 2 d B S N R = - 2 7 . 8 d B , [ 5 3 2 2 5 4 9 2 3 5 4 2 2 2 3 2 5 3 9 5 8 2 8 ] T o n e I n d e x D a t a S y m b o l s O u t p u t E n e r g i e s 1 0 2 0 3 0 4 0 5 0 6 0 1 0 2 0 3 0 4 0 5 0 6 0 0 . 2 0 . 4 0 . 6 0 . 8 0 . 6 0 . 7 0 . 8 0 . 9 1 0 . 0 5 0 . 1 0 . 1 5 0 . 2 0 . 2 5

10 GHz/100 Hz Doppler Spread - SNR of original file degraded by 9 dB

Fast-Fading Metric recovers almost all the losses a single matched filter decoder exhibits

Estimated SNR ~ -28 dB. Successful decoding. ~6 dB gain over JT4F Sync correlation peak still evident Signal is hardly visible on a waterfall

slide-27
SLIDE 27

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 27

QRA Codes Software Availability

  • General purpose QRA encoding/decoding software with

AP features stable and available as Open Source (GPL License) for Windows and Linux platforms here:

– http://github.com/microtelecom/qracodes

(not yet fully documented but evaluation tools included)

  • Integration into WSJT-X to be completed with fast-fading

metric/freq. drift compensation

– Use JTSDK and WSJT-X software repository for WSJT-X specific

developments.

slide-28
SLIDE 28

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 28

Acknowledgments

Thanks to:

– Leif Asbrink - SM5BSZ for fruitful discussions and

suggestions about EME QSOs issues

– Joe Taylor - K1JT for all the work he has done to integrate

the QRA codes into WSJT-X and for his new sync algorithm innovations in QRA64

– Andrea Montefusco – IW0HDV for his help porting the QRA

codes software to Linux platforms

– Charlie Suckling – G3WDG & Rex Moncur - VK7MO for their

useful support with 10 GHz EME tests

slide-29
SLIDE 29

IV3NWV - Q-ary Repeat-Accumulate Codes for Weak Signals Communications XVII EME Conference - Venice, 2016 29

...and thank you all for your attention 73 Nico Palermo, IV3NWV