1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-17 05:41:56 -05:00

Added export for new complex decimator class

This commit is contained in:
f4exb 2020-07-21 06:34:41 +02:00
parent bb35db0703
commit fd5e219993

View File

@ -23,10 +23,11 @@
#include "dsp/dsptypes.h"
#include "dsp/inthalfbandfiltereof.h"
#include "export.h"
#define DECIMATORSXS_HB_FILTER_ORDER 64
class DecimatorC
class SDRBASE_API DecimatorC
{
public:
DecimatorC();