Z_G: Z_G

Description Usage Arguments Examples

Description

Calculates the impedance of an infinite length Gerischer element from its Z0 value, rate constant k and a vector of angular frequency values. Returns a complex vector.

Usage

1
Z_G(Z0, k, omega)

Arguments

Z0

the DC resistance associated with the Gerischer element in Ohms

k

the rate constant associated with the Gerischer element in seconds^-1

omega

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

Examples

1
Z_G(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.