- fixed jitter in H estimation
- consider power boost in params - RX: cleaned up - TX: cleaned up git-svn-id: http://moon:8086/svn/matlab/trunk@44 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
@@ -14,9 +14,14 @@ n = mod(s, y);
|
||||
m = floor(s/y);
|
||||
p = (k - k0 - n*x)/(x*y);
|
||||
|
||||
ref_a = sqrt(2)*ones(1,length(k));
|
||||
mag = sqrt(2);
|
||||
ref_a = mag*ones(1,length(k));
|
||||
ref_c = k;
|
||||
|
||||
for b=spec_occ.boost
|
||||
ref_a(find(ref_c == b)) = 2*mag;
|
||||
end
|
||||
|
||||
switch ofdm_params.mode
|
||||
|
||||
case 'A'
|
||||
|
||||
Reference in New Issue
Block a user