esp-csi icon indicating copy to clipboard operation
esp-csi copied to clipboard

esp收集到的原始数据就是整数吗? (AEGHB-421)

Open non-1024 opened this issue 2 years ago • 5 comments

这是我是用esp-csi这个项目收集到的数据: image

G$~R{NS18WYM$U9LZPSANQB

我想请问一下,esp收集到的原始数据都是整数吗?数据是否经过处理之后才保存? 因为我看其他人使用intel-5300收集到的数据是有小数点的,不会像esp这样这么整整齐齐。 谢谢!

non-1024 avatar Oct 10 '23 12:10 non-1024

这是我用 esp-csi 这个项目收集到的数据: 图像

G$~R{NS18WYM$U9LZPSANQB

我想问一下,esp收集到的原始数据都是整数吗?数据是否经过处理之后才保存? 因为我看其他人使用intel-5300收集到的数据是有小数据点的,不会像esp这样这么整啊齐。 谢谢!

你好!请问你是路由器+esp,还是双esp的机制呢?

Yanc14 avatar Oct 12 '23 09:10 Yanc14

这是我用 esp-csi 这个项目收集到的数据: 图像 G$~R{NS18WYM$U9LZPSANQB 我想问一下,esp收集到的原始数据都是整数吗?数据是否经过处理之后才保存? 因为我看其他人使用intel-5300收集到的数据是有小数据点的,不会像esp这样这么整啊齐。 谢谢!

你好!请问你是路由器+esp,还是双esp的机制呢?

我是用的是路由器+esp,路由器发射,esp32接收

non-1024 avatar Oct 12 '23 14:10 non-1024

路由器发射,esp32接收

你这个数据接收是怎存储数据的呀?TF卡还是串口发送到上位机存储?

Yanc14 avatar Oct 12 '23 15:10 Yanc14

路由器发射,esp32接收

你这个数据接收是怎存储数据的呀?TF卡还是串口发送到上位机存储?

不好意思,我本人并不懂硬件。我使用这个esp-csi的开源项目采集数据,至于是怎样保存数据的我并不知道。我只是按照REANME文件烧录好程序之后,采集数据时会自动保存在我的笔记本电脑里面。

non-1024 avatar Oct 13 '23 01:10 non-1024

我想请问一下,esp收集到的原始数据都是整数吗?数据是否经过处理之后才保存? 因为我看其他人使用intel-5300收集到的数据是有小数点的,不会像esp这样这么整整齐齐。 谢谢!

Yes, we do not perform any additional data processing. The principle of our CSI data acquisition is consistent with the 5300, except that we further provide 8-bit data (data range expanded to -128~127).

Furthermore, based on our testing, CSI data obtained through the widely accepted 5300 driver (Linux 802.11n CSI Tool) also appears as integer data like the following image: image

Please feel free to provide more information, so we can offer further assistance.

MacChu0315-Espressif avatar Oct 16 '23 02:10 MacChu0315-Espressif