How can I obtain the actual height of the site on the map when using txsite?
Ältere Kommentare anzeigen
Hello:
In the example CDL Channel Model Customization with Ray Tracing, a map of buildings in Hong Kong is imported. When creating a base station, the antenna height is set to 4 meters, but this base station is on top of a building. How can I obtain the actual height of this base station?
I believe a possible method could be:
- Use readgeotable to read the building information.
- Use isinterior to check if the site's latitude and longitude are within a building's geopolyshape.
- If the site is within a building's geopolyshape, then the site's height would be 'buildingHeight + AntennaHeight'.
However, this method is very inefficient in the case of a large map with multiple sites. Since the site can be visualized in 3D using show, it should actually contain height information. Is there a simpler way to obtain the height of the site?
Thank you!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Propagation and Channel Models finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
