TERNARY UNIVERSAL CODE GENERATING METHOD OF BINARY UNIVERSAL CODE AND DEVICE THEREOF

24-11-2017 дата публикации
Номер:
KR1020170128876A
Автор: KIM, JEONG HUN
Принадлежит:
Контакты:
Номер заявки: 00-16-102059474
Дата заявки: 16-05-2016

[1]

Universal code, line coding

[2]

Universal code, line coding

[3]

The above-mentioned embodiment invention for specific content

[4]

The above-mentioned embodiment invention for specific content

[5]

The above-mentioned embodiment invention for specific content

[6]

For order (K>=1), a universal code 3 as a method invention,

[7]

The first table below, 3 top sites consisting of a "2" if tried, "0" or "1" defect/deficiency its universal code that is comprised of a doped silicon layer 3.

[8]

For example, such as in the case of a code [ni opinion 3 position type 2/2/211/201/210/2000, see "2" if the unique universal code satisfying perfect division divides data to be transferred whenever read decode characteristic pulse with each other.

[9]

222112012102000==>2/2/211/201/210/2000

[10]

[11]

K3 Position type [ni opinion cord
12
220
321
4200
5201
6210
7211
82000
92001
102010
112011
122100
132101
142110
152111
1620000
1720001
1820010
1920011
2020100
2120101
2220110
2320111
2421000
2521001
2621010
2721011
2821100
2921101
3021110
.. ..

[12]

1) Order K M from 2042 obtain. The formula expressed in uses such as below.

[13]

All rights of the present invention function as well as the same equation such as resulting in ranges.

[14]

3 4 A universal code calculating a universal code M largest differences can be based on the formula from which K,

[15]

3 For obtaining a universal code is arched formulas such as disclosed.

[16]

[17]

With reference to, the 4 below for obtaining a universal code for obtaining the formula M are disclosed.

[18]

[19]

[20]

A universal code M K and below said 3 for an example of an value table such as disclosed.

[21]

KM
12
23
34
45
56
67
78
89
910
1011
1112
1213
1314
1415
1516
1617
1718
1819
1920
2021
2122
2223
2324
2425
2526
2627
2728
2829
2930
3031
.. ..

[22]

[23]

2) Next M P from out of bandwidth value,

[24]

[25]

Said M manner such as P from below table obtained examples include such as disclosed. P value from said M equal value as well as all operations or algorithms of the present invention rights also range with each other.

[26]

MP
20
31
41
52
62
72
82
93
103
113
123
133
143
153
163
174
184
194
204
214
224
234
244
254
264
274
284
294
304
314
.. ..

[27]

[28]

3) From P, 3 in a universal code, in order to obtain top frame of "2" which is after the number, such as the below formulae R is determined.

[29]

[30]

MPR
200
310
411
520
621
722
823
930
1031
1132
1233
1334
1435
1536
1637
1740
1841
1942
2043
2144
2245
2346
2447
2548
2649
27410
28411
29412
30413
31414
.. .. ..

[31]

[32]

4) A R P "0" and "1" bit 2 launching same top surface is converted into a binary form consisting of converting,

[33]

R has the P bits long, P less than when, as in "0" filling from leading zero shift detection, P bit made substrate.

[34]

R P R down the table made of binary bit is a binary such as said visible substrate.

[35]

PRR (P bit 2 evolution)
00
100
111
2000
2101
2210
2311
30000
31001
32010
33011
34100
35101
36110
37111
400000
410001
420010
430011
440100
450101
460110
470111
481000
491001
4101010
4111011
4121100
4131101
4141110
4151111
.. .. ..

[36]

5) Is disposed on the top seats "2" as determined by arranging the superlatively binarized R K, 3 K according to an evolved universal connecting to produce a resultant superlatively convenient one universal code

[37]

The rules below table by way of example exhibits the generated final results.

[38]

KMPRR (P bit 2 evolution)3 Position type [ni opinion cord
12002
2310020
3411121
452000200
562101201
672210210
782311211
89300002000
910310012001
1011320102010
1112330112011
1213341002100
1314351012101
1415361102110
1516371112111
161740000020000
171841000120001
181942001020010
192043001120011
202144010020100
212245010120101
222346011020110
232447011120111
242548100021000
252649100121001
2627410101021010
2728411101121011
2829412110021100
2930413110121101
3031414111021110
3132415111121111
.. .. .. .. .. ..

[39]

The programming code K 3 from a universal code (written in VBA) below by way of example in addition to visible below code according to sheet 1 of 6 1 - 10000 K S. of column as accelerator

[40]

K, M, P, R, R (P bits to an evolved value 2), 3 position type [ni opinion code order program output column are disclosed. Floor function IF door INT function deform to equal values created by him.

[41]

Rcnt=1

[42]

[43]

[44]

[45]

For K=1 To 10000

[46]

[47]

[48]

[49]

M=K + 1

[50]

If M <> Int(M) Then

[51]

M=Int (M)+ 1

[52]

[53]

[54]

Else

[55]

[56]

M=Int (M)

[57]

[58]

[59]

End If

[60]

[61]

[62]

[63]

[64]

Rcnt=rcnt + 1

[65]

Sheet1. Cells (rcnt, 1). Value=K

[66]

[67]

Sheet1. Cells (rcnt, 2). Value=M

[68]

[69]

P=(Log (M)/Log (2))

[70]

If P=Int (P) Then

[71]

[72]

0 Then If P>

[73]

P=P - 1

[74]

Else

[75]

P=0

[76]

[77]

End If

[78]

[79]

[80]

Else

[81]

[82]

P=Int (P)

[83]

[84]

[85]

End If

[86]

[87]

Sheet1. Cells (rcnt, 3). Value=P

[88]

[89]

R=M - (2 ^ P + 1)

[90]

If R < 0 Then R = 0

[91]

[92]

Sheet1. Cells (rcnt, 4). Value=R

[93]

[94]

[95]

BL=R

[96]

[97]

[98]

[99]

1 Then If BL>

[100]

F="": Q=0

[101]

[102]

Do Until Q=1

[103]

[104]

Q=BL \ 2

[105]

R=BL Mod 2

[106]

[107]

F=R & F

[108]

[109]

BL=Q

[110]

[111]

[112]

Loop

[113]

[114]

F=Q & F

[115]

Else

[116]

[117]

If BL=1 Then

[118]

F="1"

[119]

Else

[120]

F="0"

[121]

[122]

End If

[123]

[124]

[125]

End If

[126]

[127]

[128]

[129]

If P=0 Then

[130]

F=""

[131]

Else

[132]

[133]

LL=Len (F)

[134]

If LL < P Then

[135]

[136]

(P - LL, "0") & F F=String

[137]

[138]

End If

[139]

[140]

End If

[141]

[142]

Sheet1. Cells (rcnt, 5). Value=F

[143]

[144]

& F F="2"

[145]

[146]

[147]

[148]

[149]

[150]

Sheet1. Cells (rcnt, 6). Value=F

[151]

[152]

[153]

Next K

[154]

[155]

The calculated from a universal code 3 order K,

[156]

A universal code mapped into each order according to various 2 1:1, 3 the inner after becoming, evolved, Manchester coding, the tremor LINE CODING scheme construction evolved various 3 3 [song etc. are sent to disclosed.

[157]

For example, be compressed transmissions

[158]

If any "1" when it is judged that terminates in binary data, received from the parent while moving most extent, when a binary "1" or "0" to "1" at the time of bay day then it will meet each split as binary cluster and lower,

[159]

.. 000111010110000011111001010101011101..

[160]

Such as a below can be divided into,

[161]

.. 0001/11/01/01/1000001/11/11/001/01/01/01/01/11/01..

[162]

Said binary cluster such as under all types such as disclosed. The unique binary cluster also decode characteristic and, in the present invention BL-a omega code was a caldron same serves as a universal code. When BL-a omega and order K,

[163]

KBL-a omega
111
201
3101
4001
51001
60001
710001
800001
9100001
10000001
111000001
120000001
1310000001
1400000001
15100000001
16000000001
171000000001
180000000001
1910000000001
2000000000001
21100000000001
22000000000001
231000000000001
240000000000001
2510000000000001
2600000000000001
27100000000000001
28000000000000001
291000000000000001
300000000000000001
.. ..

[164]

The encoding method, K is even one time,

[165]

When the recording layer 2 by dividing K share a 2 Q, Q of "0" followed by, "1" 1 is constituted of,

[166]

When exclusive hole K,

[167]

2 Share a K by dividing Q when the recording layer 2, followed by top of "1", "0" and "1" of the lowest Q form according to K encoding with each other.

[168]

[169]

The decoding method,

[170]

1) Top is "1" it may, since after the number of Q 0,

[171]

K=2Q + 1 and to decoding,

[172]

2) Top is "0" since the number of Q 0 top it cries bulbs comprising,

[173]

K=2Q to decoding as follows.

[174]

Or

[175]

Decoding method

[176]

1) To "1" when the top is,

[177]

Universal code length L when the recording layer 2, Q=L-a 2 and,

[178]

K=2Q + 1 and to decoding,

[179]

2) Top is "0" is filled in, Q=L-a 1 and,

[180]

K=2Q to decoding as follows.

[181]

[182]

[183]

For example, "1" and terminates in any bit 397313 binary data,

[184]

Said method according to the distribution of the next ticket generated universal code (BL non-omega) divided manner such as disclosed. Only ground tube compartment part representing other.

[185]

Universal code data of the entire 107,623 been perfect division.

[186]

BL- Omega universal codeFrequency
.. ..
00000000000000000000000000000000000000012
00000000000000000000000000000000012
0000000000000000000000000000000015
0000000000000000000000000000000127
000000000000000000000000000000111
00000000000000000000000000000133
0000000000000000000000000000126
000000000000000000000000000152
00000000000000000000000000163
0000000000000000000000000134
000000000000000000000000141
0000000000000000000000012
000000000000000000000011
000000000000000000000112
00000000000000000000112
0000000000000000000120
00000000000000000018
00000000000000000132
0000000000000000166
000000000000000190
00000000000000184
00000000000001280
0000000000001264
000000000001587
00000000001408
0000000001241
000000001215
00000001420
0000001740
0000011518
000013013
00016549
00112296
0123329
.. ..
1000000000000000000000000000000000000012
1000000000000000000000000000000000012
100000000000000000000000000000000012
10000000000000000000000000000000011
1000000000000000000000000000000014
1000000000000000000000000000000114
10000000000000000000000000000013
10000000000000000000000000000119
1000000000000000000000000000121
100000000000000000000000000124
10000000000000000000000000122
1000000000000000000000000125
1000000000000000000000014
100000000000000000000012
100000000000000000000110
1000000000000000000016
100000000000000000014
10000000000000000011
1000000000000000018
1000000000000000112
1000000000000001127
10000000000000116
10000000000001353
100000000000175
100000000001165
10000000001106
100000000186
100000001185
10000001346
1000001730
1000011581
100013795
10016155
10111793
1131313

[187]

[188]

On the other hand said table of a K value a universal code decoding of the present invention 3 BL-a omega code mapping are as under.

[189]

BL-a omega code lengthBL-a omega bit [thu above expense the most best high positionQK (pure order time)Frequency3 The position which falls neovascularFrequency
2696026955390120101000011101
196901968393612111011000001
169201691338222101001101102
148201481296222011100100102
596059511901200101001101
593059211841200101000001
4660465930221101000102
4560455910221100011102
4140413826221001110102
3980397794221000110102
3960395790221000101102
3650364728220110110002
3640363726220110101102
3020301602220010110102
3010300600220010110002
2920291582120010001101
2900289578420010000104
249024849612111100001
217021643222101100002
210020941812101000101
202020140212100100101
186018537012011100101
185018436812011100001
172017134222010101102
131013026012000001001
12601252502211110102
10101002002210010002
1000991981210001101
990981961210001001
980971944210000104
970961921210000001
64063126221111102
62061122221110102
61060120221110002
60059118621101106
58057114221100102
57056112121100001
53052104221010002
51050100221001002
5004998921000109
4904896221000002
4304284220101002
4104080220100002
4003978220011102
3403366220000102
3303264520000005
32031622721111027
31030601121110011
30029583321101033
29028562621100026
28027545221011052
27026526321010063
26025503421001034
25024484121000041
240234622011102
230224412011001
22021421220101012
21020401220100012
20019382020011020
190183682001008
18017343220001032
17016326620000066
1601530902111090
1501428842110084
140132628021010280
130122426421000264
120112258720110587
110102040820100408
10091824120010241
9081621520000215
807144202110420
706127402100740
60510151820101518
5048301320003013
403665492106549
30241229620012296
2012233292023329
930192818574211010000014
4131411823421001101114
4011399799221000111112
3971395791221000101112
3891387775121000001111
3871385771121000000111
3861384769221000000012
3651363727220110101112
3221320641220100000012
2921290581220010001012
2911289579920010000119
251124949912111100111
189118737512011101111
188118637312011101011
187118537112011100111
186118436912011100011
981961931210000011
65163127221111112
64162125221111012
4113979120011111
3913775220010112
3613469220001012
3513367220000112
3413265120000011
331316342111114
32130611421110114
311295932110113
30128571921100119
29127552121011121
28126532421010124
27125512221001122
26124492521000125
241224542011014
231214322010112
22120411020100110
211193962001116
201183742001014
191173512000111
181163382000018
1711531122111112
161142912721101127
1511327162101116
141122535321001353
1311123752011175
121102116520101165
11191910620011106
101817862000186
917151852111185
816133462101346
715117302011730
6149158120011581
513737952113795
412561552016155
3113117932111793
210131313231313

[190]

[191]

[192]

I.e., the most significant bit are "0" and, 2696 bit length code as a code converted into a BL-a OMEGA 3 2010100001110 evolved universal sense that and,

[193]

3 Non-opinion code 3 level of line coding schemes or evolved unicast applicable, Manchester coding scheme, HH, LL 1/2 bit period shifts to a form number 3 level if the potential in the form of idle or when process from transmitting a number.

[194]

[195]

[196]

[197]

[198]

[199]

[200]

On the other hand BL-a omega code as well as evolving Bl provided alpha code 3 disapproval.

[201]

[202]

In orderUniversal code (BL non-alpha)3 Position type [ni opinion cord
1102
210020
310121
41000200
51001201
61011210
710000211
8100012000
9100112001
10101112010
111000002011
121000012100
131000112101
141001112110
151011112111
16100000020000
17100000120001
18100001120010
19100011120011
20100111120100
21101111120101
221000000020110
231000000120111
241000001121000
251000011121001
261000111121010
271001111121011
281011111121100
2910000000021101
3010000000121110
.. .. ..

[203]

3 Code such as a universal code mapping table 7 said BL-a alpha compensated BL-a alpha code encoding, decoding the first introduced,

[204]

BL-Alpha codeEncoding In order for the method M,

[205]

I) Through K ' computing behind,

[206]

Ii) K 'back P and Q are integers (positive integer), K=K' provided 1,

[207]

K 'P and Q are integers (positive integer) if it is not, K=f (K')

[208]

(Stage, f (x) is a function of point hereinafter by firstly x (x ≥ 0).

[209]

Or f (x) return result (=floor (x)) or the like is equivalent bottom function various function is applied can be.)

[210]

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

[211]

[212]

In using said M K and X is obtained.

[213]

As a result, K value and calculates a value X from said M through order can be expressions, the corresponding drive line code "10" order M most significant bit "0" followed by two consecutive (K a-X), and a further two of successive binary "1" then made (X-a 1) are disclosed. Order or most significant bit "1" followed by corresponding drive line code M K - (X-a 1) of successive "0", and a further two of successive binary "1" then made (X-a 1) are disclosed.

[214]

I.e., universal code="1" in order M + K - (X-a 1) continuous "0" + (X-a 1) of two consecutive "1"

[215]

[216]

BL-a alpha code decoding method

[217]

Universal code generated after said original sequence numbers (M) in calculating, according to the below equations 6 order (M) can be obtained.

[218]

[219]

[220]

Stage, K is "universal code bit length -1" and, T value is a most significant bit from the least significant bit "1" by the number of continuous direction universal code

[221]

[222]

[223]

For example, when the group number 6 (=6 + 1) universal code bit length 7 1000011 since T value is employed in ascending order from the group consisting 2 belonging-formed universal code 3 is under or over. The, M=18 (=(5 * 6)/2 + 2 + 1) 18 so that second order a universal code and an indirectly-as can be.

[224]

Specific example, M=400, i.e. in the case of value on the order of 400, 2 to 4 expressions induced by said calculated according, -27. 7887 < K < 28. 7886 (2 Expressions), K≤ provided 28. 7887 Or K ≥ 27. 7886 (3 Expressions) K=28 so that an improved, calculated according expressions induced by 5 X=22 is under or over. The, M=400, i.e. 400 in the case of universal code defined in order number 28 22 is under or over universal code belonging group employed in ascending order.

[225]

Such as said M=400, i.e. in the case of value on the order of 400, through the above-mentioned sequential algorithm K, X may be filled is obtained. I.e.,

[226]

I) Through K ' by computing a,

[227]

Ii) f (K ')=28 ≠ K' since K=f (28. 79) That a=28, 5 X X=22 expressions according to top surface is under or over (stage, f (x) is x of point putting aside their function (x ≥ 0 when), or f (x) is equivalent result returning bottom function (=floor (x)) or the like can be various function is applied).

[228]

The, universal code group M=400 in order number 28 can be employed to obtain universal code fragment to other order 22 belonging in ascending order.

[229]

And, in order M="1" followed by universal code "0" and a further two (X-a 1) K - (X-a 1) of "1" consecutive binary made since then, M=400 in order most significant bit "1" followed by two universal code 7 (=28 - 21) of successive "0" and then "1" 21 consisting of binary code that is continuous.

[230]

When order (M)=400 universal code

[231]

==>10/000000/111111111111111111111==>10000000111111111111111111111

[232]

[233]

On the other hand, starting with the "10" in ternary, each binary "10" at the time of bay day a dividing surface,

[234]

For example, such as in the case of binary below

[235]

.. 1010110000010101111111100000000000..

[236]

Herein below is divided into, each segmented binary cluster which is binary, the all types such as 10 in the form of a table.

[237]

.. 10/101/100000/10/101111111/100000000000..

[238]

[239]

As code number on the BL-a omega, 391632 in original data bits, starting with "10" after one measures an, binary cluster is equal to the distribution of below table 11, show a compartment only a part of the ground tube body.

[240]

BL non-alpha
10
100
1000
10000
100000
1000000
10000000
100000000
1000000000
10000000000
100000000000
1000000000000
10000000000000
100000000000000
1000000000000000
10000000000000000
100000000000000000
1000000000000000000
10000000000000000000
100000000000000000000
1000000000000000000000
10000000000000000000000
1000000000000000000000000
10000000000000000000000000
100000000000000000000000000
1000000000000000000000000000
10000000000000000000000000000
100000000000000000000000000000
1000000000000000000000000000000
10000000000000000000000000000000
100000000000000000000000000000000
1000000000000000000000000000000000
10000000000000000000000000000000000
1000000000000000000000000000000000000000
10000000000000000000000000000000000000000
1000000000000000000000000000000000000000000
1000000000000000000000000000000000000000000000000
10000000000000000000000000000000000000000000000000
100000000000000000000000000000000000000000000000000
10000000000000000000000000000000000000000000000000000
100000000000000000000000000000000000000000000000000000000
1000000000000000000000000000000000000000000000000000000000
1000000000000000000000000000000000000000000000000000000000000
10000000000000000000000000000000000000000000000000000000000000
1000000000000000000000000000000000000000000000000000000000000000
..
1000000000000000000000000000000000000000000000000000000000000001
1000000000000000000000000000000000000000000000000000000000001111
100000000000000000000000000000000000001111
10000000000000000000000000000000001
100000000000000000000000000000001
1000000000000000000000000000000011
10000000000000000000000000000001
100000000000000000000000000000011
1000000000000000000000000000000111111
1000000000000000000000000000001
10000000000000000000000000000011
100000000000000000000000000000111
100000000000000000000000000001
1000000000000000000000000000011
10000000000000000000000000000111
100000000000000000000000000001111
10000000000000000000000000001
100000000000000000000000000011
1000000000000000000000000000111
10000000000000000000000000001111
100000000000000000000000000011111
1000000000000000000000000000111111
10000000000000000000000000001111111111111111111111111111111
1000000000000000000000000001
10000000000000000000000000011
100000000000000000000000000111
1000000000000000000000000001111
10000000000000000000000000011111
100000000000000000000000000111111
10000000000000000000000000011111111111111111
1000000000000000000000000001111111111111111111111111111111
100000000000000000000000001
100000000000000000000000001111
10000000000000000000000000111111
1000000000000000000000000011111111111111111
10000000000000000000000000111111111111111111111111111111111111111111111111111111111111111
100000000000000000000000011
100000000000000000000000011111
1000000000000000000000000111111
10000000000000000000000001111111
1000000000000000000000000111111111111111
10000000000000000000000001111111111111111
100000000000000000000000011111111111111111
10000000000000000000000001111111111111111111111111111111
10000000000000000000000001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
100000000000000000000000111
100000000000000000000001
10000000000000000000001
1000000000000000000001
10000000000000000000011
1000000000000000000001111
1000000000000000000011
100000000000000000001111
10000000000000000001
100000000000000000011
10000000000000000001111
100000000000000000011111111111111111
1000000000000000001
1000000000000000001111
100000000000000000111111111111111
1000000000000000001111111111111111
10000000000000000011111111111111111
100000000000000001
1000000000000000011
100000000000000001111111111111111
1000000000000000011111111111111111
10000000000000001
100000000000000011
1000000000000000111
1000000000000001
10000000000000011
1000000000000001111
100000000000001
1000000000000011
100000000000001111
1000000000000011111
10000000000001
100000000000011
1000000000000111
10000000000001111
100000000000011111
1000000000001
10000000000011
100000000000111
1000000000001111
10000000000011111
100000000001
1000000000011
10000000000111
100000000001111
10000000000111111
10000000000111111111
10000000001
100000000011
1000000000111
10000000001111
100000000011111
10000000001111111
1000000000111111111
100000000011111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
1000000001
10000000011
100000000111
1000000001111
10000000011111
100000000111111
1000000001111111
100000000111111111111111
10000000011111111111111111111111111111111
100000000111111111111111111111111111111111111111
100000000111111111111111111111111111111111111111111111111111111111111111
100000000111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
100000001
1000000011
10000000111
100000001111
1000000011111
10000000111111
100000001111111
1000000011111111
100000001111111111
10000001
100000011
1000000111
10000001111
100000011111
1000000111111
10000001111111
1000000111111111
100000011111111111
1000001
10000011
100000111
1000001111
10000011111
100000111111
1000001111111
10000011111111
1000001111111111
100001
1000011
10000111
100001111
1000011111
10000111111
100001111111
1000011111111
10000111111111111
10001
100011
1000111
10001111
100011111
1000111111
10001111111
100011111111
1000111111111
10001111111111
100011111111111
10001111111111111
1001
10011
100111
1001111
10011111
100111111
1001111111
10011111111
100111111111
1001111111111
10011111111111
100111111111111
1001111111111111
101
1011
10111
101111
1011111
10111111
101111111
1011111111
10111111111
101111111111
1011111111111
10111111111111
101111111111111
1011111111111111
10111111111111111
1011111111111111111
1011111111111111111111111
10111111111111111111111111
10111111111111111111111111111111
..

[241]

[242]

The data analysis, table 12 below such as disclosed.

[243]

BL non-alphaFrequencyKMPRR (P bit 2 evolution of)3 The position which falls type type [ni opinion opinion nose cord [tu
101778512002
10094262310020
10187873411121
10005205452000200
10014882562101201
10114455672210210
100002391782311211
10001261089300002000
100112159910310012001
1011121221011320102010
10000012051112330112011
10000110601213341002100
10001112931314351012101
10011110301415361102110
10111110061516371112111
1000000509161740000020000
1000001527171841000120001
1000011590181942001020010
1000111560192043001120011
1001111523202144010020100
1011111495212245010120101
10000000314222346011020110
10000001305232447011120111
10000011251242548100021000
10000111285252649100121001
100011113672627410101021010
100111112102728411101121011
101111112402829412110021100
1000000001642930413110121101
1000000011533031414111021110
1000000111413132415111121111
10000011111932335000000200000
10000111114833345100001200001
10001111118434355200010200010
1001111119735365300011200011
1011111119636375400100200100

[244]

[245]

[246]

3 Table of said second column index K is said BL-a alpha code corresponding to M and a value equal,

[247]

The universal code as intermediate process for making th column you M 3 being a different price, M BL-a alpha code that is pre extinguishing found each other.



[1]

The present invention relates to a method to generate a ternary universal code about an arbitrary sequence number (K >= 1). The ternary universal code has a top digit formed with 2 and has digits below formed with 0 or 1 in a ternary case as shown in the following table. For example, the ternary universal code formed like 2/2/211/201/210/2000 is completely divided into a universal code satisfying a unique decodability if reading data in a dividing way whenever meeting 2. 222112012102000 can be 2/2/211/201/210/2000. The ternary universal code calculated from the sequence number K can be transmitted by being combined with various ternary line coding methods such as a Manchester coding, a ternary transmission, etc. after being converted into a ternary value by being 1:1 mapped to various binary universal codes by sequence number.

[2]

COPYRIGHT KIPO 2017



Prior application for displaying separate domestic priority as the priority of termination resistance does not.