Skip to content

timestamp for data read with csiread.Picoscenes are all zeros? #39

@evileleven

Description

@evileleven

for the same data.
when use matlab to read it. it works fine.
uiopen('C:\Users\evelyn\Downloads\wifi.csi',1) Start parsing PicoScenes CSI file: wifi.csi 141117 PicoScenes frames are decoded in 45.4099 seconds. wifi

But with csiread.Picoscenes, it could not give the timestamp. all 'timestamp' are zeros.
`csidata = csiread.Picoscenes(dat_file, {'CSI': [245, 2, 1], 'MPDU': 1522})
csidata.read()
csidata.check()
print(csidata.raw['CSI']['CSI'].shape)

timestamp = csidata.RxSBasic['Timestamp']
rssi_a = csidata.RxSBasic['RSSI1']
rssi_b = csidata.RxSBasic['RSSI2']
csi = csidata.raw['CSI']['CSI']
csi = csi[:, :, :, 0]
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions