mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-17 10:30:31 +00:00
Correct heading levels.
parent
16b732e941
commit
4b17aac812
@ -98,7 +98,7 @@ The order of operations is:
|
|||||||
2. apply the high-pass filter;
|
2. apply the high-pass filter;
|
||||||
3. apply ring modulation.
|
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.
|
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;
|
3. apply the high-pass filter;
|
||||||
4. apply ring modulation.
|
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.
|
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…
x
Reference in New Issue
Block a user