Home
last modified time | relevance | path

Searched defs:csi (Results 1 – 2 of 2) sorted by relevance

/openwifi/user_space/side_ch_ctl_src/
H A Dtest_side_info_file_display.m29 csi = zeros(56, num_side_info); variable
43 csi = [csi(29:end,:); csi(1:28,:)]; variable
H A Dside_info_display.py11 def display_side_info(freq_offset, csi, equalizer, waterfall_flag, CSI_LEN, EQUALIZER_LEN): argument
186 …timestamp, freq_offset, csi, equalizer = parse_side_info(side_info, num_eq, CSI_LEN, EQUALIZER_LEN… variable