mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02:00
More DSP cleanup + Remove FastFFT option because it should never be used
This commit is contained in:
6
core/src/dsp/mod/psk.h
Normal file
6
core/src/dsp/mod/psk.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "../multirate/rrc_interpolator.h"
|
||||
|
||||
namespace dsp::mod {
|
||||
typedef multirate::RRCInterpolator<complex_t> PSK;
|
||||
}
|
Reference in New Issue
Block a user