Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
void 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)
262
ierper pch1, pch2, pch3;
Callers
1
ReadImpulseResponseToFloat
Function · 0.70
Calls
1
shift
Function · 0.50
Tested by
no test coverage detected