- fixed getRefTime.m
- fixed getRefGain.m - minor changes to RX/TX git-svn-id: http://moon:8086/svn/matlab/trunk@43 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
@@ -6,7 +6,7 @@ y = ofdm_params.y;
|
||||
|
||||
s = mod(s, ofdm_params.nspf);
|
||||
|
||||
k = k0 + x*mod(s, y) + 2*y*(spec_occ.kmin:1:spec_occ.kmax);
|
||||
k = k0 + x*mod(s, y) + x*y*(spec_occ.kmin:1:spec_occ.kmax);
|
||||
k(find(k > spec_occ.kmax)) = [];
|
||||
k(find(k < spec_occ.kmin)) = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user