Work on glossary and preliminaries
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
c1012204fc
commit
36a642d0b4
5 changed files with 69 additions and 8 deletions
|
@ -100,3 +100,44 @@
|
|||
year = 2022,
|
||||
urldate = "2022-01-04"
|
||||
}
|
||||
|
||||
@online {crcGuide,
|
||||
author = "Ross N. Williams",
|
||||
title = {{A Painless Guide to CRC Error Detection Algorithms}},
|
||||
url = "https://zlib.net/crc_v3.txt",
|
||||
year = 1993,
|
||||
urldate = "2022-01-09"
|
||||
}
|
||||
|
||||
@online {crcCatalogue,
|
||||
author = "Greg Cook",
|
||||
title = {{Catalogue of parametrised CRC algorithms}},
|
||||
url = "https://reveng.sourceforge.io/crc-catalogue/all.htm",
|
||||
year = 2022,
|
||||
urldate = "2022-01-09"
|
||||
}
|
||||
|
||||
@online {crcErrors,
|
||||
author = "Richard Tervo",
|
||||
title = {{Error Detection with the CRC}},
|
||||
url = "https://www.ece.unb.ca/tervo/ece4253/crc.shtml",
|
||||
year = 2016,
|
||||
urldate = "2022-01-09"
|
||||
}
|
||||
|
||||
@Misc {manchesterCodeImage,
|
||||
author = "Stefan Schmidt",
|
||||
title = {{Manchester Code}},
|
||||
url = "https://commons.wikimedia.org/wiki/File:Manchester_encoding_both_conventions.svg",
|
||||
year = 2006,
|
||||
urldate = "2022-01-09",
|
||||
note = {{License: Public Domain}}
|
||||
}
|
||||
|
||||
@online{manchesterCode,
|
||||
author = "Richard Oed",
|
||||
title = {{Old, but Still Useful: The Manchester Code}},
|
||||
url = "https://www.digikey.ch/en/blog/old-but-still-useful-the-manchester-code",
|
||||
year = 2022,
|
||||
urldate = "2022-01-09",
|
||||
}
|
||||
|
|
Reference in a new issue