valerizz commited on
Commit
d231c73
·
verified ·
1 Parent(s): 7c5589a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: bsd-3-clause
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ ---
4
+ This dataset supports the research presented in the paper "Reverse Ordering Techniques for Attention-Based Channel Prediction".
5
+
6
+ The dataset also includes the MATLAB scripts used to generate the dataset: the main script `generate.m` and the function `genChannelDrop.m`.
7
+
8
+ ## Citation
9
+ If you use this dataset in your research, please cite the original paper:
10
+
11
+ ```bibtex
12
+ @article{rizzello2024reverse,
13
+ author={Rizzello, Valentina and B{\"o}ck, Benedikt and Joham, Michael and Utschick, Wolfgang},
14
+ journal={IEEE Open Journal of Signal Processing},
15
+ title={Reverse Ordering Techniques for Attention-Based Channel Prediction},
16
+ year={2024},
17
+ volume={5},
18
+ number={},
19
+ pages={248-256},
20
+ doi={10.1109/OJSP.2023.3344024}
21
+ }
22
+ ```
23
+
24
+ ## Additional Resources
25
+ - Paper: [Link to paper](https://ieeexplore.ieee.org/document/10363354)
26
+ - Code repository: [Link to repository](https://github.com/vrizz/reverse-ordering)