FR3 Path Loss in Outdoor Corridors: Physics-Guided Two-Ray Residual Learning
Abstract
1. Introduction
2. Related Work
ML Method | Architecture/Type | Key Feature | Reference | Channel Model | Frequency [GHz] | Scenario | RMSE [dB] |
---|---|---|---|---|---|---|---|
Convolutional Neural Networks (CNNs) | |||||||
CNN | Convolutional layers for spatial modeling | Captures spatial dependencies | [28] | Ray Tracing | 5 | Small offices | – |
Multi-Layer Perceptron Networks (MLPs) | |||||||
MLP | Multi-layer feed-forward network | Captures complex mappings | [29] | Ray Tracing | 0.9 | Urban | 44 |
[30,31] | Ray Tracing | 0.9 | Urban | – | |||
[32,33] | Ray Tracing | 0.9, 3.5 | Urban | – | |||
[34] | Only measurements | 7 | Urban | 4.5 | |||
[35] | Only measurements | sub-6 | Coastal/Vegetative | 1.9/4.3 | |||
Tree-based Ensemble Methods | |||||||
XGBoost | Gradient boosting with regularization | Handles sparse data | [36] | Only measurements | 0.449–5.85 | Urban/Suburban (UK) | 7.44 |
Random Forest | Bootstrap aggregated trees | Reduces variance, interpretable | [26] | Only measurements | 2.4 | Aircraft cabin | 1.76 |
AdaBoost | Adaptive boosting of weak learners | Focuses on hard examples | [26] | Only measurements | 2.4 | Aircraft cabin | 2.12 |
Kernel- and Distance-based Methods | |||||||
SVR | Kernel-based regression | Works with small data; margin-based | [26] | Only measurements | 2.4 | Aircraft cabin | 2.20 |
Bagging-KNN | KNN with bootstrap aggregation | Robust to noise | [27] | Only measurements | 3.7 | Rural Greece | 4.3 |
ML Method | Architecture/Type | Key Feature | Reference | Channel Model | Frequency [GHz] | Scenario | RMSE [dB] |
---|---|---|---|---|---|---|---|
Convolutional Neural Networks (CNN) | |||||||
CNN | Convolutional layers for spatial modeling | Captures spatial dependencies | [37] * | Ray Tracing | 0.8–60 | Urban | 22 |
[38] | Single slope model | 28 | Suburban | 7.2 | |||
[39] | Only measurements | 28 | Suburban | 8.6 | |||
[40] | Only measurements | mmWave | Urban | 6 | |||
Multi-Layer Perceptron Networks (MLP) and RNN Variants | |||||||
MLP | Multi-layer feed-forward network | Captures complex mappings | [41] * | – | 0.5, 28 | Railway station | 0.8 |
[42] * | – | 0.8–70 | Urban/Suburban | 8.3 | |||
[43] | Ray Tracing | 30 | Urban | 5.8 | |||
MLP | Multi-layer feed-forward on measured data | Captures non-linear PL behavior | [11] | Only measurements | 14, 18, 22 | Enclosed corridor | 0.036 |
RNN-LSTM | Recurrent net with memory cells | Learns temporal dependencies | [11] | Only measurements | 14, 18, 22 | Enclosed corridor | 0.042 |
MLP | 8-layer trained on CST sim. | Indoor path loss learning | [21] | CST-EM simulation | 28 | Indoor office (LOS/NLOS) | 6.70 |
Tree-based Ensemble Methods | |||||||
CatBoost | Gradient-boosted decision trees | Lowest RMSE in study | [21] | CST-EM simulation | 28 | Indoor office (LOS/NLOS) | 4.68 |
3. Materials and Methods
3.1. Measurement Campaign and Raw Data Acquisition
3.2. Dataset Summary and Splits
3.3. Preprocessing
- (i)
- Large-scale averaging.
- (ii)
- Excess path loss (EPL).
3.4. Deterministic Reference Model
3.5. Machine-Learning Pipeline
- Feature engineering.
- XGBoost (gradient boosting trees): 200 trees of depth 6 and learning rate 0.10 with subsampling of 0.9 were used in the cross-corridor case; 50 trees of depth 4 were applied in the residual-learning configuration; and 150 trees of depth 5 were employed in the adaptive hybrid configuration.
- Random forest: 300 trees with unlimited depth and bootstrap sampling.
- Multi-layer perceptron neural network: two hidden layers (64 and 32 neurons), with ReLU activation and the Adam optimizer, trained for 1500 epochs.
- (a)
- Cross-corridor transfer. The complete dataset from corridor C1 was used for training, the model was validated on corridor C2, and then the roles were reversed. This setup assessed spatial generalization without overlap between training and test data.
- (b)
- Residual learning. The target variable was defined as the residual . The model was trained to predict the fine-scale deviations from the deterministic baseline. The final prediction was computed as the sum .
- (c)
- Adaptive hybrid with synthetic augmentation. To enhance robustness against moderate variations in physical parameters, synthetic residuals were generated using the two-ray model across four parameter combinations: . These synthetic instances were added to the training set and down-weighted () to influence, but not dominate, the learning process. Evaluation was conducted exclusively on real measurement data.
Algorithm 1: End-to-end workflow for the hybrid ML path-loss study. |
3.6. Complexity of the Hybrid vs. Pure ML and Pure Deterministic Models (5G/6G Scale)
- Deterministic (two-ray):
- Pure ML (RF/XGBoost/MLP):
- XGBoost (data-real only, cross-corridor): training ; inference node tests per point. With , , this amounts to ∼1200 node tests per query; model size grows with T and depth.
- Random forest: similar training/inference scaling but typically larger T (here 300) and unconstrained depth, yielding heavier inference (often 2– the XGBoost above) and a larger memory footprint.
- MLP (64–32): training and inference MACs per point (a few thousand operations), with regularization/early-stopping required to match ensemble accuracy.
- Hybrid (two-ray + residual XGBoost):
3.7. Small-Scale Channel Statistics
- Autocorrelation of EPL.The empirical spatial autocorrelation function was evaluated for lags (≈300. An exponential model was fitted via non-linear least squares, yielding the decorrelation length for each corridor (Section 4.3.1). This metric determines the minimum spacing required for statistically independent samples.
- Spectral entropy.Using sliding windows of 25 cm with overlap (N samples per window), the one-sided FFT power spectrum of the EPL was obtained. Local unpredictability was quantified as Shannon entropy
- Cross-correlation between corridors.After interpolating both EPL series onto a common grid, the normalized cross-correlation was calculated via FFT convolution. The peak value and its lag reveal the global similarity and any horizontal shift between the two “fading fingerprints” (Section 4.3.3).
4. Results and Discussion
4.1. Large-Scale Path-Loss Modeling
Two-Ray Calibration
4.2. Machine-Learning Performance
4.2.1. Cross-Corridor Transfer
4.2.2. Residual-Learning Cross-Transfer
4.2.3. Adaptive Hybrid with Synthetic Augmentation
4.3. Small-Scale Channel Statistics
4.3.1. Spatial Autocorrelation of Excess Path Loss
4.3.2. Local Spectral Entropy of Excess Path Loss
4.3.3. Cross-Correlation Between Corridors
5. Conclusions
- Diverse outdoor geometries. We will repeat the measurement-and-training pipeline in L-shaped corridors, open-plan offices, and multi-story atria to quantify how residual complexity grows with geometric diversity and to verify whether a single residual learner can be shared across multiple deterministic priors.
- Semi-open and outdoor transitions. Preliminary simulations suggest that the same residual framework, coupled with a single-slope free-space prior, could handle short-range outdoor hotspots (e.g., stadium concourses and campus walkways) where ground reflections dominate but clutter is sparse. We plan to collect 18 GHz data in an open field with sparse obstacles and test whether a hybrid model can maintain sub-2 dB RMSE while requiring far fewer rays than full-blown outdoor ray tracing.
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
FR3 | Frequency Range 3 (upper mid-band, ∼7–24 GHz) |
LOS | Line-of-Sight |
NLOS | Non-Line-of-Sight |
PL | Path Loss |
FSPL | Free-Space Path Loss |
EPL | Excess Path Loss |
RMSE | Root Mean Squared Error |
Coefficient of Determination | |
ML | Machine Learning |
XGB | Extreme Gradient Boosting (XGBoost) |
RF | Random Forest |
MLP | Multi-Layer Perceptron |
HPO | Hyperparameter Optimization |
CV | Cross-Validation |
CW | Continuous Wave |
HPBW | Half-Power Beamwidth |
Tx | Transmitter |
Rx | Receiver |
FFT | Fast Fourier Transform |
ACF | Autocorrelation Function |
dB | Decibel (power ratio) |
dBi | Antenna gain referenced to isotropic |
dBm | Power referenced to 1 mW |
PERL | Physics-Enhanced Residual Learning |
References
- Bazzi, A.; Bomfin, R.; Mezzavilla, M.; Rangan, S.; Rappaport, T.; Chafii, M. Upper mid-band spectrum for 6G: Vision, opportunity and challenges. arXiv 2025, arXiv:2502.17914. [Google Scholar]
- Cui, Z.; Zhang, P.; Pollin, S. 6G wireless communications in 7–24 GHz band: Opportunities, techniques, and challenges. arXiv 2023, arXiv:2310.06425. [Google Scholar]
- Shakya, D.; Ying, M.; Rappaport, T.S.; Poddar, H.; Ma, P.; Wang, Y.; Al-Wazani, I. Comprehensive FR1 (C) and FR3 lower and upper mid-band propagation and material penetration loss measurements and channel models in indoor environment for 5G and 6G. IEEE Open J. Commun. Soc. 2024, 5, 5192–5218. [Google Scholar] [CrossRef]
- Deng, S.; Samimi, M.K.; Rappaport, T.S. 28 GHz and 73 GHz Millimeter-Wave Indoor Propagation Measurements and Path-Loss Models. In Proceedings of the IEEE International Conference on Communications Workshops (ICC Wkshp.), London, UK, 8–12 June 2015; pp. 1246–1250. [Google Scholar] [CrossRef]
- Shen, Y.; Shao, Y.; Xi, L.; Zhang, H.; Zhang, J. Millimeter-Wave Propagation Measurement and Modeling in Indoor Corridor and Stairwell at 26 and 38 GHz. IEEE Access 2021, 9, 87792–87805. [Google Scholar] [CrossRef]
- Oladimeji, T.T.; Kumar, P.; Elmezughi, M.K. Path-Loss Measurements and Model Analysis in an Indoor Corridor Environment at 28 GHz and 38 GHz. Sensors 2022, 22, 7642. [Google Scholar] [CrossRef] [PubMed]
- Hu, Y.; Yin, M.; Mezzavilla, M.; Guo, H.; Rangan, S. Channel Modeling for FR3 Upper Mid-band via Generative Adversarial Networks. In Proceedings of the 2024 IEEE 25th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Lucca, Italy, 10–13 September 2024; IEEE: Lucca, Italy, 2024; pp. 776–780. [Google Scholar]
- Cavalcanti, B.J.; Cavalcante, G.A.; Mendonça, L.M.d.; Cantanhede, G.M.; Oliveira, M.M.d.; D’Assunção, A.G. A hybrid path loss prediction model based on artificial neural networks using empirical models for LTE and LTE-A at 800 MHz and 2600 MHz. J. Microwaves Optoelectron. Electromagn. Appl. 2017, 16, 708–722. [Google Scholar] [CrossRef]
- Lecci, M.; Testolina, P.; Giordani, M.; Polese, M.; Ropitault, T.; Gentile, C.; Varshney, N.; Bodi, A.; Zorzi, M. Simplified ray tracing for the millimeter wave channel: A performance evaluation. In Proceedings of the 2020 Information Theory and Applications Workshop (ITA), San Diego, CA, USA, 2–7 February 2020; IEEE: San Diego, CA, USA, 2020; pp. 1–6. [Google Scholar]
- Kristem, V.; Bas, C.U.; Wang, R.; Molisch, A.F. Outdoor wideband channel measurements and modeling in the 3–18 GHz band. IEEE Trans. Wirel. Commun. 2018, 17, 4620–4633. [Google Scholar] [CrossRef]
- Elmezughi, M.K.; Salih, O.; Afullo, T.J.; Duffy, K.J. Comparative analysis of major machine-learning-based path loss models for enclosed indoor channels. Sensors 2022, 22, 4967. [Google Scholar] [CrossRef]
- Moraitis, N.; Rogaris, A.; Popescu, I.; Nikita, K.S. Measurements and Channel Characterization in Indoor Environments in the Upper Mid-Band. IEEE Wirel. Commun. Lett. 2025, 14, 1758–1762. [Google Scholar] [CrossRef]
- Hu, J.; Al-Jzari, A.; He, Y.; Salous, S. FR3 Radio Propagation Channel Measurements and Modelling in Outdoor Environment for 5G and 6G Wireless Networks. In Proceedings of the 2025 19th European Conference on Antennas and Propagation (EuCAP), Stockholm, Sweden, 30 March–4 April 2025; IEEE: Stockholm, Sweden, 2025; pp. 1–5. [Google Scholar]
- Beucler, T.; Pritchard, M.; Rasp, S.; Ott, J.; Baldi, P.; Gentine, P. Enforcing analytic constraints in neural networks emulating physical systems. Phys. Rev. Lett. 2021, 126, 098302. [Google Scholar] [CrossRef]
- Wang, R.; Kashinath, K.; Mustafa, M.; Albert, A.; Yu, R. Towards physics-informed deep learning for turbulent flow prediction. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, Virtually, 6–10 July 2020; pp. 1457–1466. [Google Scholar]
- Kochkov, D.; Smith, J.A.; Alieva, A.; Wang, Q.; Brenner, M.P.; Hoyer, S. Machine learning–accelerated computational fluid dynamics. Proc. Natl. Acad. Sci. USA 2021, 118, e2101784118. [Google Scholar] [CrossRef]
- Jha, D.; Gupta, V.; Ward, L.; Yang, Z.; Wolverton, C.; Foster, I.; Liao, W.k.; Choudhary, A.; Agrawal, A. Enabling deeper learning on big data for materials informatics applications. Sci. Rep. 2021, 11, 4244. [Google Scholar] [CrossRef]
- Zobeiry, N.; Joseph, A.; Eskandariyun, A.; Fu, H.; Brunton, S.; Alan, B.; Kabir, M.; Stere, A.; DePauw, T.C.; Fomin, S.; et al. Hybrid Physics and Machine Learning Modeling for Material Characterization and Failure Analysis. In Proceedings of the AIAA SCITECH 2024 Forum, Orlando, FL, USA, 8–12 January 2024; p. 1526. [Google Scholar]
- Zhang, Y.; Wen, J.; Yang, G.; He, Z.; Wang, J. Path Loss Prediction Based on Machine Learning: Principle, Method, and Data Expansion. Appl. Sci. 2019, 9, 1908. [Google Scholar] [CrossRef]
- MacCartney, G.; Rappaport, T.; Sun, S.; Deng, S. Indoor Office Wideband Millimeter-Wave Propagation Measurements and Channel Models at 28 and 73 GHz for Ultra-Dense 5G Wireless Networks. IEEE Access 2015, 3, 2388–2424. [Google Scholar] [CrossRef]
- Zakeri, H.; Khoddami, P.; Moradi, G.; Alibakhshikenari, M.; Abd-Alhameed, R.; Koziel, S.; Dalarsson, M. Path Loss Model Estimation at Indoor Offices Environment by Using Deep Neural Network and CatBoost for Millimeter Wave 5G Wireless Application. IEEE Access 2024, 12, 159070–159085. [Google Scholar] [CrossRef]
- Elmezughi, M.K.; Afullo, T.J.; Oyie, N.O. Performance Study of Path Loss Models at 14, 18, and 22 GHz in an Indoor Corridor Environment for Wireless Communications. SAIEE Afr. Res. J. 2021, 112, 32–45. [Google Scholar] [CrossRef]
- Nuñez, Y.E.; Lovisolo, L.; da Silva Mello, L.A.R.; Orihuela, C. On the Interpretability of Machine Learning Regression for Path-Loss Prediction of Millimeter-Wave Links. Expert Syst. Appl. 2023, 215, 119324. [Google Scholar] [CrossRef]
- Khalili, H.; Frey, H.; Wimmer, M.A. Balancing Prediction Accuracy and Explanation Power of Path Loss Modeling in a University Campus Environment via Explainable AI. Future Internet 2025, 17, 155. [Google Scholar] [CrossRef]
- Limmer, S.; Alba, A.M.; Michailow, N. Physics-Informed Neural Networks for Pathloss Prediction. In Proceedings of the IEEE International Workshop on Machine Learning for Signal Processing (MLSP), Rome, Italy, 17–20 September 2023; pp. 1–6. [Google Scholar] [CrossRef]
- Wen, J.; Zhang, Y.; Yang, G.; He, Z.; Zhang, W. Path Loss Prediction Based on Machine Learning Methods for Aircraft Cabin Environments. IEEE Access 2019, 7, 159251–159261. [Google Scholar] [CrossRef]
- Moraitis, N.; Tsipi, L.; Vouyioukas, D.; Gkioni, A.; Louvros, S. Performance Evaluation of Machine Learning Methods for Path Loss Prediction in Rural Environment at 3.7 GHz. Wirel. Netw. 2021, 27, 1895–1910. [Google Scholar] [CrossRef]
- Seretis, A.; Sarris, C.D. Toward Physics-Based Generalizable Convolutional Neural Network Models for Indoor Propagation. IEEE Trans. Antennas Propag. 2022, 70, 4112–4126. [Google Scholar] [CrossRef]
- Marey, A.; Bal, M.; Ates, H.F.; Gunturk, B.K. PL-GAN: Path Loss Prediction Using Generative Adversarial Networks. IEEE Access 2022, 10, 90474–90480. [Google Scholar] [CrossRef]
- Ates, H.F.; Hashir, S.M.; Baykas, T.; Gunturk, B.K. Path Loss Exponent and Shadowing Factor Prediction From Satellite Images Using Deep Learning. IEEE Access 2019, 7, 101366–101375. [Google Scholar] [CrossRef]
- Bal, M.; Marey, A.; Ates, H.F.; Baykas, T.; Gunturk, B.K. Regression of Large-Scale Path Loss Parameters Using Deep Neural Networks. IEEE Antennas Wirel. Propag. Lett. 2022, 21, 1562–1566. [Google Scholar] [CrossRef]
- Juang, R.T. Deep Learning-Based Path Loss Model in Urban Environments Using Image-to-Image Translation. IEEE Trans. Antennas Propag. 2022, 70, 12081–12091. [Google Scholar] [CrossRef]
- Ahmadien, O.; Ates, H.F.; Baykas, T.; Gunturk, B.K. Predicting Path Loss Distribution of an Area From Satellite Images Using Deep Learning. IEEE Access 2020, 8, 64982–64991. [Google Scholar] [CrossRef]
- Nguyen, T.T.; Yoza-Mitsuishi, N.; Caromi, R. Deep Learning for Path Loss Prediction at 7 GHz in Urban Environment. IEEE Access 2023, 11, 33498–33508. [Google Scholar] [CrossRef]
- Kayaalp, K.; Metlek, S.; Genc, A. Prediction of path loss in coastal and vegetative environments with deep learning at 5G sub-6 GHz. Wirel. Netw. 2023, 29, 2471–2480. [Google Scholar] [CrossRef]
- Ethier, J.; Châteauvert, M. Machine learning-based path loss modeling with simplified features. IEEE Antennas Wirel. Propag. Lett. 2024, 23, 3997–4001. [Google Scholar] [CrossRef]
- Rafie, I.F.M.; Lim, S.Y.; Chung, M.J.H. Path Loss Prediction in Urban Areas: A Machine Learning Approach. IEEE Antennas Wirel. Propag. Lett. 2023, 22, 809–813. [Google Scholar] [CrossRef]
- Cheng, H.; Ma, S.; Lee, H.; Cho, M. Millimeter Wave Path Loss Modeling for 5G Communications Using Deep Learning with Dilated Convolution and Attention. IEEE Access 2021, 9, 62867–62879. [Google Scholar] [CrossRef]
- Cheng, H.; Ma, S.; Lee, H. CNN-Based mmWave Path Loss Modeling for Fixed Wireless Access in Suburban Scenarios. IEEE Antennas Wirel. Propag. Lett. 2020, 19, 1694–1698. [Google Scholar] [CrossRef]
- Jin, W.; Kim, H.; Lee, H. A Novel Machine Learning Scheme for mmWave Path Loss Modeling for 5G Communications in Dense Urban Scenarios. Electronics 2022, 11, 1809. [Google Scholar] [CrossRef]
- Fu, Z.; Du, F.; Zhao, X.; Geng, S.; Zhang, Y.; Qin, P. A Joint-Neural-Network-Based Channel Prediction for Millimeter-Wave Mobile Communications. IEEE Antennas Wirel. Propag. Lett. 2023, 22, 1064–1068. [Google Scholar] [CrossRef]
- Nguyen, C.; Cheema, A.A. A Deep Neural Network-Based Multi-Frequency Path Loss Prediction Model from 0.8 GHz to 70 GHz. Sensors 2021, 21, 5100. [Google Scholar] [CrossRef]
- Qiu, K.; Bakirtzis, S.; Song, H.; Zhang, J.; Wassell, I. Pseudo Ray-Tracing: Deep Leaning Assisted Outdoor mm-Wave Path Loss Prediction. IEEE Wirel. Commun. Lett. 2022, 11, 1699–1702. [Google Scholar] [CrossRef]
- Lee, W.C. Estimate of local average power of a mobile radio signal. IEEE Trans. Veh. Technol. 2006, 34, 22–27. [Google Scholar] [CrossRef]
- Espineira, P.M. Modeling the Wireless Propagation Channel: A Simulation Approach with MATLAB; Wiley: Hoboken, NJ, USA, 2008. [Google Scholar]
- de la Vega, D.; LóPEZ, S.; Matias, J.M.; Gil, U.; Pena, I.; Velez, M.M.; Ordiales, J.L.; Angueira, P. Generalization of the Lee Method for the Analysis of the Signal Variability. IEEE Trans. Veh. Technol. 2008, 58, 506–516. [Google Scholar] [CrossRef]
- IEEE 802.11-03/940r4; TGn Channel Models, IEEE P802. 11 Wireless LANs Std. IEEE: Piscataway, NJ, USA, 2004.
- Goldsmith, A. Wireless Communications; Cambridge University Press: Cambridge, UK, 2005. [Google Scholar]
- Jamil, M.; Hassan, M.; Al-Mattarneh, H.; Zain, M. Concrete dielectric properties investigation using microwave nondestructive techniques. Mater. Struct. 2013, 46, 77–87. [Google Scholar] [CrossRef]
- Chung, K.L.; Yuan, L.; Ji, S.; Sun, L.; Qu, C.; Zhang, C. Dielectric characterization of Chinese standard concrete for compressive strength evaluation. Appl. Sci. 2017, 7, 177. [Google Scholar] [CrossRef]
- Santos, P.M.; Júlio, E.N. A state-of-the-art review on roughness quantification methods for concrete surfaces. Constr. Build. Mater. 2013, 38, 912–923. [Google Scholar] [CrossRef]
- Jakes, W.C.; Cox, D.C. Microwave Mobile Communications; Wiley-IEEE Press: Hoboken, NJ, USA, 1994. [Google Scholar]
- Kramer, O.; Kramer, O. Scikit-learn. In Machine Learning for Evolution Strategies; Springer: Cham, Switzerland, 2016; pp. 45–53. [Google Scholar]
- Chen, T.; He, T.; Benesty, M.; Khotilovich, V.; Tang, Y.; Cho, H.; Chen, K.; Mitchell, R.; Cano, I.; Zhou, T.; et al. Xgboost: Extreme Gradient Boosting; R Package Version 0.4-2; 2015; Volume 1, pp. 1–4. [Google Scholar]
- Akiba, T.; Sano, S.; Yanase, T.; Ohta, T.; Koyama, M. Optuna: A next-generation hyperparameter optimization framework. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, Anchorage, AK, USA, 4–8 August 2019; pp. 2623–2631. [Google Scholar]
Experiment | Training Set | Prediction Target |
---|---|---|
a—Cross-corridor | Real data only | |
b—Residual model | Real data only | |
c—Adaptive hybrid | Real + synthetic () | (as above) |
Corridor | [m] | RMSE [dB] |
---|---|---|
C1 | 1.20 | 1.02 |
C2 | 1.20 | 0.88 |
Total | – | 1.90 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Celades-Martínez, J.; Rojas-Vivanco, J.; Diago-Mosquera, M.; Peña, A.; García, J. FR3 Path Loss in Outdoor Corridors: Physics-Guided Two-Ray Residual Learning. Mathematics 2025, 13, 2713. https://doi.org/10.3390/math13172713
Celades-Martínez J, Rojas-Vivanco J, Diago-Mosquera M, Peña A, García J. FR3 Path Loss in Outdoor Corridors: Physics-Guided Two-Ray Residual Learning. Mathematics. 2025; 13(17):2713. https://doi.org/10.3390/math13172713
Chicago/Turabian StyleCelades-Martínez, Jorge, Jorge Rojas-Vivanco, Melissa Diago-Mosquera, Alvaro Peña, and Jose García. 2025. "FR3 Path Loss in Outdoor Corridors: Physics-Guided Two-Ray Residual Learning" Mathematics 13, no. 17: 2713. https://doi.org/10.3390/math13172713
APA StyleCelades-Martínez, J., Rojas-Vivanco, J., Diago-Mosquera, M., Peña, A., & García, J. (2025). FR3 Path Loss in Outdoor Corridors: Physics-Guided Two-Ray Residual Learning. Mathematics, 13(17), 2713. https://doi.org/10.3390/math13172713