mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
fixes to atv demod for testing only
This commit is contained in:
@@ -38,6 +38,7 @@ namespace dsp::demod {
|
||||
|
||||
inline int process(int count, complex_t* in, float* out) {
|
||||
volk_32fc_magnitude_32f(out, (lv_32fc_t*)in, count);
|
||||
volk_32f_s32f_multiply_32f(out, out, -1.0f, count);
|
||||
return count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user