Description Usage Arguments Value Examples
Convert the raw data of complex permeability and permittivity into a data frame with calculated reflection loss as functions of frequency and thickness
1 | calc_EM_data(d1 = 0.01, d2 = 10, step = 0.1, data)
|
d1 |
the starting thickness (mm). default: 0.01 mm |
d2 |
the ending thickness (mm). default: 10 mm |
step |
the step that used to calculate the data. default: 0.1 mm. Warning: a step less than 0.1 mm would greatly increase the calculation time. |
data |
a data frame that need to be calculated |
a dataframe containing the calculated reflections loss (dB) as functions of frequency and thickness
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.