MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / circshift

Function circshift

libjamesdsp/JdspImpResToolbox.c:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void circshift(float *x, int n, int k)
257{
258 k < 0 ? shift(x, -k, n) : shift(x, n - k, n);
259}
260#define NUMPTS 15
261#define NUMPTS_DRS (7)
262ierper pch1, pch2, pch3;

Callers 1

Calls 1

shiftFunction · 0.50

Tested by

no test coverage detected