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:
parent
85e357d465
commit
fff4b7e465
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user