- Params: added fileds for k0, x, y - refactored getRefGain git-svn-id: http://moon:8086/svn/matlab/trunk@42 801c6759-fa7c-4059-a304-17956f83a07c
3 lines
67 B
Matlab
3 lines
67 B
Matlab
function index = c2i(N, carriers)
|
|
index = mod(carriers, N) + 1;
|