Added export for new complex decimator class

pull/588/head
f4exb 2020-07-21 06:34:41 +02:00
rodzic bb35db0703
commit fd5e219993
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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