We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f08f6 commit 3b2cb57Copy full SHA for 3b2cb57
examples/fmac.rs
@@ -37,7 +37,7 @@ fn main() -> ! {
37
// The BufferLayout struct takes three generic consts and will calculate the base offsets at compile time,
38
// which must be passed as a generic parameter to the constrain method of the FMAC instance.
39
//
40
- // Create an FMAC instance with a memory layout of 16 inputs, 2 coefficients, and 8 output buffer words
+ // Create an FMAC instance with a memory layout of 32 inputs, 2 coefficients, and 1 output buffer words
41
42
// For IIR filters, RM0440 indicates X2 coeffecient buffer should be 2N + 2M where
43
// N is the number of feedforward coefficients and M is the number of feedback coefficients.
0 commit comments