Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define N 57
- const int filtr_fir[] = {-30, -32, -36, -41, -47, -51, -53, -51,
- -41, -23, 6, 49, 107, 180, 270, 376, 497, 630, 773, 923, 1075,
- 1224, 1367, 1497, 1610, 1704, 1773, 1815, 1830, 1815, 1773, 1704,
- 1610, 1497, 1367, 1224, 1075, 923, 773, 630, 497, 376, 270, 180,
- 107, 49, 6, -23, -41, -51, -53, -51, -47, -41, -36, -32, -30
- };
Add Comment
Please, Sign In to add comment