SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
lowpass.cpp
Go to the documentation of this file.
1 #include <stdio.h>
2 #include <QtGlobal>
3 #define _USE_MATH_DEFINES
4 #include <math.h>
5 #include <vector>
6 #include "dsp/lowpass.h"