Upload folder using huggingface_hub
Browse files- .gitattributes +18 -0
- README.md +16 -0
- exp001_empty__meta.json +17 -0
- exp001_empty__tx1rx1_sub10.f64 +3 -0
- exp001_empty__tx1rx1_sub20.f64 +3 -0
- exp001_empty__tx1rx1_sub30.f64 +3 -0
- exp001_empty__tx1rx2_sub10.f64 +3 -0
- exp001_empty__tx1rx2_sub20.f64 +3 -0
- exp001_empty__tx1rx2_sub30.f64 +3 -0
- exp002_walk__meta.json +17 -0
- exp002_walk__tx1rx1_sub10.f64 +3 -0
- exp002_walk__tx1rx1_sub20.f64 +3 -0
- exp002_walk__tx1rx1_sub30.f64 +3 -0
- exp002_walk__tx1rx2_sub10.f64 +3 -0
- exp002_walk__tx1rx2_sub20.f64 +3 -0
- exp002_walk__tx1rx2_sub30.f64 +3 -0
- exp003_sitstand__meta.json +17 -0
- exp003_sitstand__tx1rx1_sub10.f64 +3 -0
- exp003_sitstand__tx1rx1_sub20.f64 +3 -0
- exp003_sitstand__tx1rx1_sub30.f64 +3 -0
- exp003_sitstand__tx1rx2_sub10.f64 +3 -0
- exp003_sitstand__tx1rx2_sub20.f64 +3 -0
- exp003_sitstand__tx1rx2_sub30.f64 +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
exp001_empty__tx1rx1_sub10.f64 filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
exp001_empty__tx1rx1_sub20.f64 filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
exp001_empty__tx1rx1_sub30.f64 filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
exp001_empty__tx1rx2_sub10.f64 filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
exp001_empty__tx1rx2_sub20.f64 filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
exp001_empty__tx1rx2_sub30.f64 filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
exp002_walk__tx1rx1_sub10.f64 filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
exp002_walk__tx1rx1_sub20.f64 filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
exp002_walk__tx1rx1_sub30.f64 filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
exp002_walk__tx1rx2_sub10.f64 filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
exp002_walk__tx1rx2_sub20.f64 filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
exp002_walk__tx1rx2_sub30.f64 filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
exp003_sitstand__tx1rx1_sub10.f64 filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
exp003_sitstand__tx1rx1_sub20.f64 filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
exp003_sitstand__tx1rx1_sub30.f64 filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
exp003_sitstand__tx1rx2_sub10.f64 filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
exp003_sitstand__tx1rx2_sub20.f64 filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
exp003_sitstand__tx1rx2_sub30.f64 filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# OPERAnet WiFi-CSI subset (converted, CC0)
|
| 2 |
+
|
| 3 |
+
Source: OPERAnet dataset, Bocus et al., Nature Scientific Data 2022,
|
| 4 |
+
figshare collection 5551209, articles wificsi1 (CC0 / public domain).
|
| 5 |
+
This is a small converted subset (3 of 61 experiments, 6 of 270 streams each)
|
| 6 |
+
for DSP validation: flat little-endian f64 [re,im] pairs per stream.
|
| 7 |
+
|
| 8 |
+
- exp001_empty: background / empty room (Room 1)
|
| 9 |
+
- exp002_walk: walking activity (Room 1)
|
| 10 |
+
- exp003_sitstand: sit/stand from chair (Room 1)
|
| 11 |
+
|
| 12 |
+
Streams: tx1rx{1,2}_sub{10,20,30} from NUC1 (Intel 5300, 3x3 MIMO, 30 subcarriers,
|
| 13 |
+
nominal 1600Hz packet rate). Timing caveat: MATLAB datetime column not decoded;
|
| 14 |
+
uniform 1600Hz assumed. Labels are experiment-level (paper Table 2).
|
| 15 |
+
|
| 16 |
+
License: CC0 (same as source). Please cite the original paper.
|
exp001_empty__meta.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"exp": "exp001_empty",
|
| 3 |
+
"source": "wificsi1_exp001.mat",
|
| 4 |
+
"dataset": "OPERAnet (CC0, figshare collection 5551209)",
|
| 5 |
+
"n_samples": 625562,
|
| 6 |
+
"nominal_rate_hz": 1600,
|
| 7 |
+
"timing_caveat": "MATLAB datetime 컬럼 미디코딩 — 공칭 1600Hz 균일 가정, 패킷 지터 미복원",
|
| 8 |
+
"label_granularity": "experiment-level (논문 Table 2), per-timestamp activity 미사용",
|
| 9 |
+
"streams": [
|
| 10 |
+
"tx1rx1_sub10",
|
| 11 |
+
"tx1rx2_sub10",
|
| 12 |
+
"tx1rx1_sub20",
|
| 13 |
+
"tx1rx2_sub20",
|
| 14 |
+
"tx1rx1_sub30",
|
| 15 |
+
"tx1rx2_sub30"
|
| 16 |
+
]
|
| 17 |
+
}
|
exp001_empty__tx1rx1_sub10.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34d3b7eda7dd8d6af74b521d10d718f3b54845a33a193fe425a439be2c6db8d9
|
| 3 |
+
size 10008992
|
exp001_empty__tx1rx1_sub20.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc32b07d8109be79b7bd1b14c7575f838a3f54708efa7b7378d7f01ef990ef21
|
| 3 |
+
size 10008992
|
exp001_empty__tx1rx1_sub30.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a29f8bcc5d3e4d5ffee21a1f1a551da588ee80d16dd9aecf825e22cf4864f45
|
| 3 |
+
size 10008992
|
exp001_empty__tx1rx2_sub10.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4d9b34eeb5bbc71136eec433e871296ca35c39ed412fecc2f3f3dd220712b2c
|
| 3 |
+
size 10008992
|
exp001_empty__tx1rx2_sub20.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d78de8a7e807e10aea38166ad145befac97a0bb717a583c7a7082a3ad40b042d
|
| 3 |
+
size 10008992
|
exp001_empty__tx1rx2_sub30.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16678b21d3a9c92d1784df39062068f84053ac4c15b85248d8dcf7b36bbab277
|
| 3 |
+
size 10008992
|
exp002_walk__meta.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"exp": "exp002_walk",
|
| 3 |
+
"source": "wificsi1_exp002.mat",
|
| 4 |
+
"dataset": "OPERAnet (CC0, figshare collection 5551209)",
|
| 5 |
+
"n_samples": 312340,
|
| 6 |
+
"nominal_rate_hz": 1600,
|
| 7 |
+
"timing_caveat": "MATLAB datetime 컬럼 미디코딩 — 공칭 1600Hz 균일 가정, 패킷 지터 미복원",
|
| 8 |
+
"label_granularity": "experiment-level (논문 Table 2), per-timestamp activity 미사용",
|
| 9 |
+
"streams": [
|
| 10 |
+
"tx1rx1_sub10",
|
| 11 |
+
"tx1rx2_sub10",
|
| 12 |
+
"tx1rx1_sub20",
|
| 13 |
+
"tx1rx2_sub20",
|
| 14 |
+
"tx1rx1_sub30",
|
| 15 |
+
"tx1rx2_sub30"
|
| 16 |
+
]
|
| 17 |
+
}
|
exp002_walk__tx1rx1_sub10.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2cea57717b6a678b38e3745380f83b34951e32f2b79bed43772183c0aa0b456
|
| 3 |
+
size 4997440
|
exp002_walk__tx1rx1_sub20.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1afcea487bacf2d7c7b66b93453e0a58a6b3d34dc7efbc8ebd21ed1c6ba7329
|
| 3 |
+
size 4997440
|
exp002_walk__tx1rx1_sub30.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de5cd5a919abd8dcd1edcc7787fe80d086aaa16296f829b73b4d259363804130
|
| 3 |
+
size 4997440
|
exp002_walk__tx1rx2_sub10.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df21f82db73c5ad3914158e1b36ac2897d98ae5bd78d8a0e97dbae13dcd7d065
|
| 3 |
+
size 4997440
|
exp002_walk__tx1rx2_sub20.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:327ffec6665f11c1510573d10a8e11cb4dee377761a05aec2bbc5012bae1cd53
|
| 3 |
+
size 4997440
|
exp002_walk__tx1rx2_sub30.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07ce2a8732fd76165de06393070119bcaa06aa32228247ea2bd679f76021a1d4
|
| 3 |
+
size 4997440
|
exp003_sitstand__meta.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"exp": "exp003_sitstand",
|
| 3 |
+
"source": "wificsi1_exp003.mat",
|
| 4 |
+
"dataset": "OPERAnet (CC0, figshare collection 5551209)",
|
| 5 |
+
"n_samples": 628887,
|
| 6 |
+
"nominal_rate_hz": 1600,
|
| 7 |
+
"timing_caveat": "MATLAB datetime 컬럼 미디코딩 — 공칭 1600Hz 균일 가정, 패킷 지터 미복원",
|
| 8 |
+
"label_granularity": "experiment-level (논문 Table 2), per-timestamp activity 미사용",
|
| 9 |
+
"streams": [
|
| 10 |
+
"tx1rx1_sub10",
|
| 11 |
+
"tx1rx2_sub10",
|
| 12 |
+
"tx1rx1_sub20",
|
| 13 |
+
"tx1rx2_sub20",
|
| 14 |
+
"tx1rx1_sub30",
|
| 15 |
+
"tx1rx2_sub30"
|
| 16 |
+
]
|
| 17 |
+
}
|
exp003_sitstand__tx1rx1_sub10.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:141905d80fd94bd41c37acc1857cc1624766d54adf0d27878f6fab03c3ed81b6
|
| 3 |
+
size 10062192
|
exp003_sitstand__tx1rx1_sub20.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bff955fdbbf8cba837600efb165e6aa18da46b658ca1f57557ec3d297fb503ed
|
| 3 |
+
size 10062192
|
exp003_sitstand__tx1rx1_sub30.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4797a41248a4cf10f4b112948ee2f60e92f0c5c0d9c2e158c72210a4f7c1f8e
|
| 3 |
+
size 10062192
|
exp003_sitstand__tx1rx2_sub10.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:039f1bd9d3325d1231dae6070d81f1fb1ec968779a31c23bd185c2a62bb31bdf
|
| 3 |
+
size 10062192
|
exp003_sitstand__tx1rx2_sub20.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef26e5b74a0851ec46f346e2beee21aa7f791c0d2fee7f4611aaf276397a56b2
|
| 3 |
+
size 10062192
|
exp003_sitstand__tx1rx2_sub30.f64
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b91438b012ceb9c89e0f7a76d9ca52f9872b7dd37d11fed5462766793f850db5
|
| 3 |
+
size 10062192
|