modif
This commit is contained in:
@ -3225,10 +3225,10 @@
|
||||
// 4. DÉCISION FINALE
|
||||
#let schema_detailed_decision() = cetz.canvas(length: s_len, {
|
||||
import cetz.draw: *
|
||||
let col_vn_dec = green
|
||||
let col_vn_dec = green.darken(20%)
|
||||
|
||||
// 1. Variable Node Central (Le bit j)
|
||||
circle((0, 0), radius: 0.75, fill: green.lighten(92%), stroke: 2.5pt + col_vn_dec, name: "vn")
|
||||
circle((0, 0), radius: 0.75, fill: green.lighten(80%), stroke: 2.5pt + col_vn_dec, name: "vn")
|
||||
content("vn", text(weight: "bold", size: 1.1em)[$Lambda_j$])
|
||||
|
||||
// 2. Entrée LLR Canal
|
||||
|
||||
5
main.typ
5
main.typ
@ -26,7 +26,6 @@
|
||||
#text(size: 3em, weight: "bold", fill: black)[#titre]
|
||||
|
||||
#text(size: 1.2em, weight: "bold", fill: black)[#auteur]
|
||||
t
|
||||
|
||||
#h(0.5em)
|
||||
|
||||
@ -559,7 +558,7 @@
|
||||
#set text(size: 1em)
|
||||
#definition(titre: [Graphe de Tanner $cal(G)(bold(H))$])[
|
||||
#set text(size: 0.9em)
|
||||
Graphe bipartite $cal(G) = (#text(fill: blue)[$V$] union.sq #text(fill: orange)[$C$], A)$
|
||||
Graphe biparti $cal(G) = (#text(fill: blue)[$V$] union.sq #text(fill: orange)[$C$], A)$
|
||||
:
|
||||
#v(4pt)
|
||||
$ (#text(fill: blue)[$v_j$], #text(fill: orange)[$c_i$]) in A space <==> space H_(i,j) = 1 $
|
||||
@ -1221,7 +1220,7 @@
|
||||
]
|
||||
|
||||
#place(right, dx: -3.5cm, dy: 9cm)[
|
||||
#text(weight: "bold", fill: green, size: 1.1em * 1.3)[Décision Finale]
|
||||
#text(weight: "bold", fill: green.darken(20%), size: 1.1em * 1.3)[Décision Finale]
|
||||
]
|
||||
|
||||
#place(right, dx: -1cm, dy: 11cm)[
|
||||
|
||||
Reference in New Issue
Block a user