File size: 861 Bytes
1e8f5e7 9b58899 1e8f5e7 9ad7799 1e8f5e7 | 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 | ---
language:
- en
tags:
- parameter estimation
- wireless channel
---
# deepest
`deepest` is a neural network trained to perform wireless channel parameter estimation.
For more information, please refer to the current paper at [Arxiv.org](https://arxiv.org/abs/2211.04846)
A demo with the model can be found in the EMS [Huggingface space](https://huggingface.co/spaces/EMS-TU-Ilmenau/deepest-demo).
If you find it useful and use it in your work, please cite
```text
@misc{deepest2022,
doi = {10.48550/ARXIV.2211.04846},
url = {https://arxiv.org/abs/2211.04846},
author = {Schieler, Steffen and Semper, Sebastian and Faramarzahangari, Reza and Döbereiner, Michael and Schneider, Christian},
title = {Grid-free Harmonic Retrieval and Model Order Selection using Deep Convolutional Neural Networks},
publisher = {arXiv},
year = {2022},
}
``` |