Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed shifting of filter history in fifth_order()
fifth_order() filters and decimates by two, and therefore always shifts by two input samples for every output sample. However, for the first output sample, it shifted the state from the previous call to fifth_order() by only one input sample, and it never used the last sample in its input buffer.
- Loading branch information