mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-20 15:22:42 +00:00
Added back the digital demodulators
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "tap.h"
|
||||
#include "../math/constants.h"
|
||||
|
||||
namespace dsp {
|
||||
namespace dsp::taps {
|
||||
template<class T>
|
||||
inline tap<T> rootRaisedCosine(int count, double beta, double Ts) {
|
||||
// Allocate taps
|
||||
|
||||
Reference in New Issue
Block a user