Atheros-CSI-Tool-UserSpace-APP icon indicating copy to clipboard operation
Atheros-CSI-Tool-UserSpace-APP copied to clipboard

Plot : CSI Vs No. of Packets

Open sayaz opened this issue 7 years ago • 0 comments

Plotting CSI Vs Packet in MATLAB giving high variance.

main = read_log_file('raw');
struct_array = [main{:}];
csi = [struct_array.csi];
sub56 = csi(2,:,56)
plot(abs(sub56))
xlabel('No. of packets');
ylabel('CSI');

untitled

Can anyone suggest what might have gone wrong? Or what should be done for calibration?

sayaz avatar Feb 23 '18 22:02 sayaz