Post Go back to editing

modeling with LAPLACE in G source value field doesn't seem to give the correct result

Category: Software
Software Version: 24.0.12

I'm trying to model a resistance that is dependent on frequency for core resistance of a transformer.  I couldn't get that to work so I thought I would do something simple.   I used LAPLACE=1/R in a G source.  A plot of that against a resistor matches so I thought I was in a good place.  Then, I created a resistor-inductor-resistor series with my resistor "under test" as being in parallel with the inductor.  Now when I run the test, the G-source compared to the standard resistor no longer give the same result as the frequency increases.  NOTE: I have not yet introduced any frequency into the G-source equation.  It is still just a fraction.  also note that this is all with AC simulation.  (I'd love to use transient as well but I don't think that would work at all)

Parents Reply
  • MIke,

    With this equation "LAPLACE=1/(.01*(((s*s)/(4*PI^2)))^.5)" I think I am taking the magnitude of s/(2*pi) which would be f.  With f at 20000, I should get 200 ohms for the denominator.

    I squared and square rooted in case the phase due to the imaginary component was an issue.

    Why wouldn't that work?

    (the video is for voltage controlled voltage source.  I need a voltage controlled current source to make my resistor.  What exactly in the video should I look at to help figure out why the above equation doesn't work?)

Children