Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frequency dependency of material libraries #14

Open
csathob opened this issue May 20, 2021 · 5 comments
Open

Frequency dependency of material libraries #14

csathob opened this issue May 20, 2021 · 5 comments

Comments

@csathob
Copy link

csathob commented May 20, 2021

Dear Developers,
As one of the satisfied users of your ray tracer, I was wondering about the validity of the NIST material library at ~39GHz. If I'm not mistaken -- and sorry if I misunderstood something --, the current library is based on measurement campaigns (both NIST and TGay) that have been carried out in the 60GHz band. Do you have any experience with the ray tracer in other bands?
Thank you very much in advance!

@mattia-lecci
Copy link
Contributor

Hi,
The NIST measurement team replied us that they can vouch only for the specific frequencies and the environments they tested.
Similarly, check the TGay documentation for similar constraints.
Hope this can help!

@neerajvarshney
Copy link
Contributor

neerajvarshney commented May 31, 2021

Hi @csathob

We are currently supporting 60 GHz and 28 GHz material libraries only. All NIST and TGay scenarios are based on 60 GHz except parking lot which is based on 28 GHz. You cannot use the same libraries for ~39 GHz. However, if you have these material libraries, and pre and post cursors parameters [e.g. src/material_libraries/intraClusterTgayParameters.txt and src/material_libraries/materialLibraryConferenceRoom.csv] for ~39 GHz, you can easily use our raytracer with TGay QD model. Please let me know if you need more information

Best

@csathob
Copy link
Author

csathob commented May 31, 2021

Dear Mattia Lecci and Neeraj Varshney,

Thank you very much for your time and detailed answers! Unfortunately, I don't have material libraries for 39 GHz, which I might obtain from some source. (Recently, Matlab also provide relative permittivity and conductivity through buildingMaterialPermittivity() function) However, the pre and post cursor parameters require a particular measurement. I think, from your detailed description and the examples, I will be able to adjust the material library if the parameters are available.

I would like to ask one more question on the topic. For which step does the simulation utilize the frequency specified in the parCfgCurrent.txt? If I'm not mistaken for evaluating the delay, AoA and AoD, the frequency is irrelevant.

Thank you very much for your answer in advance!
Best regards,
Botond

@neerajvarshney
Copy link
Contributor

Hi

you are right, carrier frequency is only utilized in path gain and doppler as can be found in LOSOutputGenerator.m and multipath.m

@csathob
Copy link
Author

csathob commented Jun 25, 2021

Dear Neeraj Varshney,

Thank you very much for the answer. I'll check the source code.

Best regards,
Botond

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants