Removed logging from the DSP lib

This commit is contained in:
AlexandreRouma
2023-03-09 08:56:48 +01:00
parent 007761a027
commit 5f0858bab2
4 changed files with 2 additions and 7 deletions

View File

@ -2,5 +2,6 @@
#include "../multirate/rrc_interpolator.h"
namespace dsp::mod {
// TODO: Check if resample before RRC is better than using the RRC taps as a filter (bandwidth probably not correct for alias-free resampling)
typedef multirate::RRCInterpolator<complex_t> PSK;
}