calc_EM_data: data frame calculation

Description Usage Arguments Value Examples

Description

Convert the raw data of complex permeability and permittivity into a data frame with calculated reflection loss as functions of frequency and thickness

Usage

1
calc_EM_data(d1 = 0.01, d2 = 10, step = 0.1, data)

Arguments

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

Value

a dataframe containing the calculated reflections loss (dB) as functions of frequency and thickness

Examples

1
calc_EM_data (d1 = 1, d2 = 10, step = 0.5, data = temp)

chenxg83/EM3d documentation built on Dec. 31, 2020, 9:58 p.m.