How to take slice of array without it turning into vector

This isn’t really clear to me. Isn’t the ‘inner loop’ necessarily along the filter coefficients, not across the different filters?

Is this in reference to something in this thread?

1 Like

Re your second comment; not really relevant, just some
background. Re your first comment: there is some choice here. For
complex cascade filter banks, there are actually three loops; one
for each filter in the bank (currently 256); one for each stage in
each cascade filter, and one for each input sample that goes to
all of the filter banks. The order in which each loop is done is
one of the design choices; currently, I am focusing on just
getting the filters working (yesterday I was successful in this
regard), and I will leave optimization to later once I have all of
the pieces in place for ECG analysis (just on clean signals for
now).