mirror of
https://github.com/trcwm/Speech256.git
synced 2025-06-07 16:48:32 +02:00
updated readme.md
This commit is contained in:
parent
16df753e3f
commit
8c88f5f042
@ -18,9 +18,9 @@ A serial/parallel multiplier with one 10-bit sign-magnitude and one 2's compleme
|
||||
The source consists of a LFSR noise generator and a pulse generator with a settable period/duration.
|
||||
|
||||
### FILTER
|
||||
A 12-pole filter engine that takes 12 10-bit sign-magnitude filter coefficients and a 16-bit input. The 12-pole filter is built from second order sections, each having coefficients A1 and A2. Each filter coefficient is has a range of -1 .. 1.
|
||||
A 12-pole filter engine that takes 12 10-bit sign-magnitude filter coefficients and a 16-bit input. The 12-pole filter is built from second-order sections, each having coefficients A1 and A2. Each filter coefficient has a range of -1 .. 1.
|
||||
|
||||
The second order filter transfer function is H(z) = 1 / (1 - 2 * A1 * z^-1 - A2 * z^-2).
|
||||
The second-order filter transfer function is H(z) = 1 / (1 - 2 * A1 * z^-1 - A2 * z^-2).
|
||||
|
||||
### CONTROLLER
|
||||
The controller reads the allophones from the control bus and generates the necessary signals to drive the source and filter blocks. The parameters for the source and filter are encoded in a 4K ROM by means of high-level instructions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user