From 4b17aac812acd27bddeb59fe4ebc00fc37df8064 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 25 Jun 2021 14:41:47 -0400 Subject: [PATCH] Correct heading levels. --- The-Enterprise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/The-Enterprise.md b/The-Enterprise.md index e9abefe..48ebc5c 100644 --- a/The-Enterprise.md +++ b/The-Enterprise.md @@ -98,7 +98,7 @@ The order of operations is: 2. apply the high-pass filter; 3. apply ring modulation. -### Noise Generator +#### Noise Generator This clocks its own polynomial counter, selectably either 9, 11, 15 or 17 bits in length. It will advance each time it observes a falling edge on its input. @@ -116,6 +116,6 @@ The order of operations is: 3. apply the high-pass filter; 4. apply ring modulation. -### Circular Dependencies +#### Circular Dependencies This isn't covered overtly but the documentation makes reference to time-division multiplexing for channel output; a guess might therefore be that channels are merely updated sequentially, with reference to the most recent prior output of other channels to which they refer. \ No newline at end of file