1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-16 07:45:22 -04:00

Added export for new FIR filter

This commit is contained in:
f4exb 2020-11-01 00:20:09 +01:00
parent 85e357d465
commit fff4b7e465

View File

@ -23,7 +23,7 @@
#include "dsp/dsptypes.h"
#include "export.h"
class FirFilterGenerators
class SDRBASE_API FirFilterGenerators
{
public:
static void generateLowPassFilter(int nTaps, double sampleRate, double cutoff, std::vector<Real> &taps);