Modeling a frequency dependent inductor for AC sweep analysis
PROBLEM:
How do I model a frequency dependent inductor for AC sweep analysis?
SOLUTION:
The impedance of an inductor is:
Z = L * s
where
s = j * 2 * PI * Frequency
In a frequency dependent inductor, the "L" in the above formula changes with frequency.
If you know L as a math function of frequency, then:
- Use a GLAPLACE device.
- Connect the positive and negative inputs to the positive and negative outputs, respectively.
- Write the transform expression as 1/(<L>*s), where <L> is replaced by the desired math formula, with frequency replaced by abs(s)/6.283185.
For example, if L = 1 / sqrt(Frequency), then write the transform expression as:
1/(
1 / sqrt(abs(s)/6.283185)*s) or sqrt(abs(s)/6.283185)/s
http://www.orcad.com/documents/community.faqs/pspice/020020.aspx
更详细的介绍查阅实例(要翻越和谐之墙): Google搜索"Modeling a frequency dependent inductor for AC sweep analysis"的第二个结果:
http://acousticians.blogspot.com/2012/10/modeling-frequency-dependent-inductor.html
[此贴子已经被作者于2013-05-07 20:03:13编辑过]