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
|
||||
|
||||
Reference in New Issue
Block a user