martaczaska

współczynniki_za_duze

May 15th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.33 KB | None | 0 0
  1. #define N 57
  2. const int filtr_fir[] = {-30, -32, -36, -41, -47, -51, -53, -51,
  3. -41, -23, 6, 49, 107, 180, 270, 376, 497, 630, 773, 923, 1075,
  4. 1224, 1367, 1497, 1610, 1704, 1773, 1815, 1830, 1815, 1773, 1704,
  5. 1610, 1497, 1367, 1224, 1075, 923, 773, 630, 497, 376, 270, 180,
  6. 107, 49, 6, -23, -41, -51, -53, -51, -47, -41, -36, -32, -30
  7. };
Add Comment
Please, Sign In to add comment