Update two_pole_7_8.c

This commit is contained in:
Robin Clark 2019-09-11 09:04:21 +01:00 committed by GitHub
parent 3b5ea1c8fa
commit 8bd3e66be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ two_pole_15_16 ( int16_t input ) {
y0 = x0 + y0 = x0 +
// //
// this is 7/8 which is 2 * 15/16... // this is 30/16 == 15/8
y1 + y1 - (y1>>3) y1 + y1 - (y1>>3)
// //
// //