Jump to content
  • 0

MultSIM Expression FUnction plots the low pass bodeplot instead of High Pass bodeplot.


VictorV

Question

Greetings;

As shown in the attachments, I thought I should use the AC sweep to create a Bode Plot of a High Pass Circuit.

I tried the circuit Bode Plot with and without a Vref probe  and with and without Voltage probes.

Instead of displaying a high pass bode plot , Multisim displays a low pass bode plot. 

HOW should I set up Multisim to create a High Pass Bode Plot?

 

WrongBodePlot_using_Probes_ShowsLowPassBodePlot_2of_2.png

WrongBodePlot_usingNo_Probes_ShowsLowPassBodePlot1of_2.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @VictorV

Please use Vertical Scale: Decibel instead of expressions:

image.png

Using expressions to convert from a ratio to decibels is unnecessary, and as seen, produces incorrect results. We were told that this is due to the fact that the underlying representation of Vout and Vin is a complex number rather than just the magnitude. The same odd result of trying to calculate a ratio by dividing complex numbers like this also occurs in other SPICE-based simulators. You could calculate the magnitude with an expression of "Mag=sqrt((real(Vout))^2+(imag(Vout))^2)" and produce the expected high-pass plot (as seen below), however, there's not much reason to when the dB scale exists.

image.png

Thanks,

Arthur

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...