This post is to ask about/clarify the Laplace expression convention for the behavioral resistor.
I tried to implement a frequency-dependent resistor (resistance decreases as frequency increases) with a behavioral resistor and a Laplace expression. I first tried “Laplace = 1 / (abs(s) / (2pi))” but this caused the resistance to increase with frequency. The expression “Laplace = abs(s) / (2pi)” achieved what I wanted, but it seems backwards to me. I assumed the Laplace expression defined the impedance of the behavioral resistor. Would need the “s” term in the denominator to decrease the resistance with frequency.
Does the Laplace expression set the impedance or admittance? Is this discussed in the documentation? Apologies if I just missed something simple. Thanks!