Z_L: Z_L

Description Usage Arguments Examples

Description

Calculates the impedance of an inductor from an inductance and a vector of values of angular frequency and returns a complex vector.

Usage

1
Z_L(L, omega)

Arguments

L

inductance with units of Henry.

omega

a vector of angular frequency values, which can be created with omega_range()

Examples

1
Z_L(1E-7, omega_range(low.logf = -1, high.logf = 5, p.per.dec = 10))

mjlacey/impedanceR documentation built on May 4, 2019, 3:09 a.m.