Z_FLW: Z_FLW

Description Usage Arguments Examples

Description

Calculates the impedance of a finite length ("short") Warburg element from its Z0 value, time constant tau and a vector of angular frequency values. Returns a complex vector.

Usage

1
Z_FLW(Z0, tau, omega)

Arguments

Z0

the DC resistance associated with the FLW in Ohms.

tau

the time constant of the FLW in seconds.

omega

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

Examples

1
Z_FLW(50, 1, omega_range(low.logf = -1, high.logf = 5, p.per.dec = 10))

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