mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Added math.h to fir.c
This commit is contained in:
parent
1bb8d36308
commit
52b8b68086
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
// Finite Impulse Response Filter
|
||||
|
||||
#include <stdio.h> // supports printf
|
||||
#include <math.h> // supports fabs
|
||||
#include "util.h" // supports verify
|
||||
|
||||
void fir(int N, int M, double X[], double c[], double Y[]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue