mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-21 17:10:49 +00:00
Improve the ACK gap calculation parameter
This commit is contained in:
parent
a424d7bb3b
commit
8f959713dc
@ -144,7 +144,7 @@ plot(ones(1,num_iq_capture).*mean(tx_ack_gap_us(tx_ack_gap_us~=-1)),'r'); title(
|
||||
function [gap, gap_sp, gap_ep] = extract_gap_from_iq_of_two_pkts(iq)
|
||||
iq = iq - mean(iq);
|
||||
|
||||
num_sample_power_window = 20;
|
||||
num_sample_power_window = 17;
|
||||
power_ratio = 100;
|
||||
power_sum_2us_before = zeros(1, length(iq));
|
||||
iq_extend = [iq(1:num_sample_power_window); iq];
|
||||
|
Loading…
x
Reference in New Issue
Block a user