asam-ev / OpenMATERIAL

3D model exchange format with physical material properties for virtual development, test and validation of automated driving.
Mozilla Public License 2.0
7 stars 0 forks source link

index of refraction of automotive materials at 77 GHz (radar) #9

Open LudwigFriedmann opened 2 months ago

LudwigFriedmann commented 2 months ago

Original author: @hschoen

Here is a list of the index of refraction (N = n + i k) of some automotive materials at 77 GHz (radar):

[1] Stanislav Stefanov Zhekov, Ondrej Franek, and Gert Frølund Pedersen; Dielectric Properties of Common Building Materials for Ultrawideband Propagation Studies; Digital Object Identifier 10.1109/MAP.2019.2955680

LudwigFriedmann commented 2 months ago

Thanks for your input @hschoen! Concerning iron, I have my doubts the values are correct :) For a wavelength of 0.00389341 m (77 GHz), I'd rather extrapolate n=1.0 and k=1.0 from the chart at refractiveindex. I'll try to gather missing parameters in order to establish full OpenMATERIAL parameter sets for the given examples. Any further input is highly appreciated!

LudwigFriedmann commented 2 months ago

Original author: @hschoen

For iron, did you refer to the data from Johnson (https://refractiveindex.info/?shelf=main&book=Fe&page=Johnson)? Note, that the unit there is µm and not m. For 77 GHz radar, the wavelength is 3893 µm. I extrapolated the data from Ordal (https://refractiveindex.info/?shelf=main&book=Fe&page=Ordal) which goes up to 250 µm and got the order of n=1000 and k=1000.

LudwigFriedmann commented 2 months ago

Hi @hschoen, I'd happily extend the material collection based on your proposal.

Based on your research, we should complement the IOR values for a wider wavelength spectrum.

On top, I'd assume/require the following values:

User Preferences

The file references ingredients.gltf, order.gltf and coating.gltf are not yet implemented and serve as placeholders.

Physical Properties

Can we collect the missing data for the proposed materials?

LudwigFriedmann commented 2 months ago

This proposal is involving electrolytic conductivity, which is temperature related. Thus, it is subject to the changes implemented by https://github.com/LudwigFriedmann/OpenMATERIAL/pull/11.

LudwigFriedmann commented 2 months ago

Hi @hschoen, I created branch issue_10_radar_materials_conductivity for this issue. For the global parameters, I had to set most of them to 0.0 due to lack of data (see 'tbd' above). I assumed temperature to 300K.

Concerning the look-up tables, I didn't find any sources for conductivity and therefore left this info blank.

For vegetation and plasterboard, no conductivity was given. For rubber, no complex IOR nor conductivity was given. In these cases, I wasn't able to create corresponding datasets.

Let's try to fill the gaps ;)

LudwigFriedmann commented 2 months ago

In further discussions, the idea of specifying radar materials via relative permittivity and permeability arose. The two parameters are measured at constant temperature and incident angle. During measurements, frequency may vary.

I created a seperate branch issue_10_radar_materials_permeability_permittivity to implement this alternative approach for specifying radar materials.

LudwigFriedmann commented 2 months ago

@hschoen : Since work on the issue_10_radar_materials_permeability_permittivity branch is not continued and the proposed extensions have already been merged into the master, I'd close the discussion and the branch at this point. What do you think?