mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 05:17:20 -04:00
Added math.h to fir.c
This commit is contained in:
parent
862bf2faae
commit
6dfeade41b
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