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