1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-07-22 23:52:25 -04:00
sdrangel/sdrbase/dsp/lowpass.cpp

7 lines
126 B
C++

#include <stdio.h>
#include <QtGlobal>
#define _USE_MATH_DEFINES
#include <math.h>
#include <vector>
#include "dsp/lowpass.h"