mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 18:31:53 +00:00
Correct heading levels.
parent
16b732e941
commit
4b17aac812
@ -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.
|
Loading…
Reference in New Issue
Block a user