Finished Introduction
This commit is contained in:
parent
dbce6aa469
commit
404db9cd73
7 changed files with 108 additions and 28 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#import "@preview/lovelace:0.3.0": *
|
||||
|
||||
|
||||
#pseudocode-list(booktabs: true, numbered-title: [Find quantizer offsets])[
|
||||
+ $p$: initial offset value
|
||||
+ $a$: amount of offsets
|
||||
#pseudocode-list(booktabs: true, numbered-title: [Find reconstruction quantizers])[
|
||||
+ *start* at the center of the first metric
|
||||
+
|
||||
+ *while* $(i = 1) <= a$:
|
||||
+ *return* $i dot p$
|
||||
+ *end*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue