Z_FSW: Z_FSW

Description Usage Arguments Examples

Description

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

Usage

1
Z_FSW(Z0, tau, omega)

Arguments

Z0

the DC resistance associated with the FSW in Ohms.

tau

the time constant of the FSW 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.