mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 03:24:18 -04:00
WDSP corrections
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ void SHIFT::xshift (SHIFT *a)
|
||||
}
|
||||
}
|
||||
else if (a->in != a->out)
|
||||
memcpy (a->out, a->in, a->size * sizeof (dcomplex));
|
||||
memcpy (a->out, a->in, a->size * sizeof (wcomplex));
|
||||
}
|
||||
|
||||
void SHIFT::setBuffers_shift(SHIFT *a, double* in, double* out)
|
||||
|
||||
Reference in New Issue
Block a user