Skip to content

Commit e3dd626

Browse files
authored
Merge pull request #17 from haihabi/release_0_3
Prepare for release 0.3
2 parents 79ff21f + 6108242 commit e3dd626

4 files changed

Lines changed: 7 additions & 60 deletions

File tree

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -61,62 +61,23 @@ Please cite one of following paper if you found our neural network model useful.
6161

6262
[1] Habi, Hai Victor and Messer, Hagit. "Wet-Dry Classification Using LSTM and Commercial Microwave Links"
6363

64-
```
65-
@inproceedings{habi2018wet,
66-
title={Wet-Dry Classification Using LSTM and Commercial Microwave Links},
67-
author={Habi, Hai Victor and Messer, Hagit},
68-
booktitle={2018 IEEE 10th Sensor Array and Multichannel Signal Processing Workshop (SAM)},
69-
pages={149--153},
70-
year={2018},
71-
organization={IEEE}
72-
}
7364

74-
```
7565

7666
[2] Habi, Hai Victor and Messer, Hagit. "RNN MODELS FOR RAIN DETECTION"
7767

78-
```
79-
@inproceedings{habi2019rnn,
80-
title={RNN MODELS FOR RAIN DETECTION},
81-
author={Habi, Hai Victor and Messer, Hagit},
82-
booktitle={2019 IEEE International Workshop on Signal Processing Systems (SiPS)},
83-
year={2019},
84-
organization={IEEE}
85-
}
8668

87-
```
8869

8970
[3] Habi, Hai Victor. "Rain Detection and Estimation Using Recurrent Neural Network and Commercial Microwave Links"
9071

91-
```
92-
@article{habi2020,
93-
title={Rain Detection and Estimation Using Recurrent Neural Network and Commercial Microwave Links},
94-
author={Habi, Hai Victor},
95-
journal={M.Sc. Thesis, Tel Aviv University},
96-
year={2019}
97-
}
98-
99-
```
10072

10173
[4] Habi, Hai Victor, and Hagit Messer. "Recurrent neural network for rain estimation using commercial microwave links." IEEE Transactions on Geoscience and Remote Sensing 59.5 (2020): 3672-3681.
102-
```
103-
@article{habi2020recurrent,
104-
title={Recurrent neural network for rain estimation using commercial microwave links},
105-
author={Habi, Hai Victor and Messer, Hagit},
106-
journal={IEEE Transactions on Geoscience and Remote Sensing},
107-
volume={59},
108-
number={5},
109-
pages={3672--3681},
110-
year={2020},
111-
publisher={IEEE}
112-
}
113-
```
74+
11475

11576
Also, this package contains the implementations of the following papers:
11677

11778
[5] J. Ostrometzky and H. Messer, “Dynamic determination of the baselinelevel in microwave links for rain monitoring from minimum attenuationvalues,”IEEE Journal of Selected Topics in Applied Earth Observationsand Remote Sensing, vol. 11, no. 1, pp. 24–33, Jan 2018.
11879

119-
[6] M. Schleiss and A. Berne, “Identification of dry and rainy periods usingtelecommunication microwave links,”IEEE Geoscience and RemoteSensing Letters, vol. 7, no. 3, pp. 611–615, 2010
80+
[6] M. Schleiss and A. Berne, “Identification of dry and rainy periods using telecommunication microwave links,”IEEE Geoscience and RemoteSensing Letters, vol. 7, no. 3, pp. 611–615, 2010
12081

12182
[7] Jonatan Ostrometzky, Adam Eshel, Pinhas Alpert, and Hagit Messer. Induced bias in attenuation measurements taken from commercial microwave links. In 2017 IEEE International
12283
Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 3744–3748. IEEE,2017. <br>
@@ -126,9 +87,12 @@ Calibration of the
12687
attenuation-rain rate power-law parameters using measurements from commercial microwave networks. In 2016 IEEE International Conference on Acoustics, Speech and Signal
12788
Processing (ICASSP), pages 3736–3740. IEEE, 2016.
12889

90+
[9] Goldshtein, Oren, Hagit Messer, and Artem Zinevich. "Rain rate estimation using measurements from commercial telecommunications links." IEEE Transactions on signal processing 57.4 (2009): 1616-1625.
91+
92+
12993
And include PyTorch implementation of the OpenMRG dataset:
13094

131-
[9] van de Beek, Remco CZ, et al. OpenMRG: Open data from Microwave links, Radar, and Gauges for rainfall quantification in Gothenburg, Sweden. No. EGU23-14295. Copernicus Meetings, 2023.
95+
[10] van de Beek, Remco CZ, et al. OpenMRG: Open data from Microwave links, Radar, and Gauges for rainfall quantification in Gothenburg, Sweden. No. EGU23-14295. Copernicus Meetings, 2023.
13296

13397

13498
If you found one of those methods usefully please cite.

pynncml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from pynncml import simulation
1010
from pynncml.plot_common import change_x_axis_time_format
1111

12-
__version__ = "0.2.0"
12+
__version__ = "0.3.0"

pynncml/simulation/generate_random_links.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)