mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 13:48:37 -04:00
Added export for new FIR filter
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user