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
1 changed files with 2 additions and 1 deletions

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();