Skip to main content
Tweeted twitter.com/StackMma/status/1400467345747947521
Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/Bode_plot> and <https://en.wiktionary.org/wiki/magnitude#Noun>). Fixed the question formation - missing auxiliary (or helping) verb - see e.g. <https://www.youtube.com/watch?v=t4yWEt0OSpg&t=1m49s> (QUASM).
Source Link

How to plotcan I make a 3D bodeBode plot of a function?

I'm trying to do a Bode plot in 3D for the function below, but there is no built-in function for that.
Does anyone know how to

How can I do that? It would also be nice if you could use a mesh to make it easier to see.

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image, but it is a 3D object like that.

In a 2D bodeBode plot, s is replaced with i*w and then plot the magnitude/modulus of the function with frequency w is plotted. However, in a 3D plot you replace s with σ + i*w and plot the maginitudemagnitude of the function with a different σ and w.

tf = s^2/(s^2 + 2 s + 5); mag = Abs[ComplexExpand[tf /. s -> \[Sigma] + I*w]]; Plot3D[mag, {\[Sigma], -1000, 1000}, {w, -100, 100}, ScalingFunctions -> {None, None, "Log"}] 

enter image description hereEnter image description here

How to plot 3D bode of a function?

I'm trying to do Bode plot in 3D for the function below but there is no built-in function for that.
Does anyone know how to do that? It would also be nice if you could use mesh to make it easier to see.

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image but it is a 3D object like that.

In 2D bode plot, s is replaced with i*w and then plot the magnitude/modulus of the function with frequency w. However, in 3D plot you replace s with σ + i*w and plot the maginitude of the function with different σ and w.

tf = s^2/(s^2 + 2 s + 5); mag = Abs[ComplexExpand[tf /. s -> \[Sigma] + I*w]]; Plot3D[mag, {\[Sigma], -1000, 1000}, {w, -100, 100}, ScalingFunctions -> {None, None, "Log"}] 

enter image description here

How can I make a 3D Bode plot of a function?

I'm trying to do a Bode plot in 3D for the function below, but there is no built-in function for that.

How can I do that? It would also be nice if you could use a mesh to make it easier to see.

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image, but it is a 3D object like that.

In a 2D Bode plot, s is replaced with i*w and then the magnitude/modulus of the function with frequency w is plotted. However, in a 3D plot you replace s with σ + i*w and plot the magnitude of the function with a different σ and w.

tf = s^2/(s^2 + 2 s + 5); mag = Abs[ComplexExpand[tf /. s -> \[Sigma] + I*w]]; Plot3D[mag, {\[Sigma], -1000, 1000}, {w, -100, 100}, ScalingFunctions -> {None, None, "Log"}] 

Enter image description here

Became Hot Network Question
added 201 characters in body
Source Link
emnha
  • 2.2k
  • 16
  • 33

I'm trying to do Bode plot in 3D for the function below but there is no built-in function for that.
Does anyone know how to do that? It would also be nice if you could use mesh to make it easier to see.

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image but it is a 3D object like that.

In 2D bode plot, s is replaced with i*w and then plot the magnitude/modulus of the function with frequency w. However, in 3D plot you replace s with σ + i*w and plot the maginitude of the function with different σ and w.

tf = s^2/(s^2 + 2 s + 5); mag = Abs[ComplexExpand[tf /. s -> \[Sigma] + I*w]]; Plot3D[mag, {\[Sigma], -1000, 1000}, {yw, -100, 100}, ScalingFunctions -> {None, None, "Log"}] 

enter image description here

I'm trying to do Bode plot in 3D for the function below but there is no built-in function for that.
Does anyone know how to do that? It would also be nice if you could use mesh to make it easier to see.

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image but it is a 3D object like that.

In 2D bode plot, s is replaced with i*w and then plot the magnitude/modulus of the function with frequency w. However, in 3D plot you replace s with σ + i*w and plot the maginitude of the function with different σ and w.

tf = s^2/(s^2 + 2 s + 5); mag = Abs[ComplexExpand[tf /. s -> \[Sigma] + I*w]]; Plot3D[mag, {\[Sigma], -1000, 1000}, {y, -100, 100}, ScalingFunctions -> {None, None, "Log"}] 

enter image description here

I'm trying to do Bode plot in 3D for the function below but there is no built-in function for that.
Does anyone know how to do that? It would also be nice if you could use mesh to make it easier to see.

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image but it is a 3D object like that.

In 2D bode plot, s is replaced with i*w and then plot the magnitude/modulus of the function with frequency w. However, in 3D plot you replace s with σ + i*w and plot the maginitude of the function with different σ and w.

tf = s^2/(s^2 + 2 s + 5); mag = Abs[ComplexExpand[tf /. s -> \[Sigma] + I*w]]; Plot3D[mag, {\[Sigma], -1000, 1000}, {w, -100, 100}, ScalingFunctions -> {None, None, "Log"}] 

enter image description here

added 201 characters in body
Source Link
emnha
  • 2.2k
  • 16
  • 33

I'm trying to do Bode plot in 3D for the function below but there is no built-in function for that.
Does anyone know how to do that? It would also be nice if you could use mesh to make it easier to see.

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image but it is a 3D object like that.

In 2D bode plot, s is replaced with i*w and then plot the magnitude/modulus of the function with frequency w. However, in 3D plot you replace s with σ + i*w and plot the maginitude of the function with different σ and w.

tf = s^2/(s^2 + 2 s + 5); mag = Abs[ComplexExpand[tf /. s -> \[Sigma] + I*w]]; Plot3D[mag, {\[Sigma], -1000, 1000}, {y, -100, 100}, ScalingFunctions -> {None, None, "Log"}] 

enter image description here

I'm trying to do Bode plot in 3D for the function below but there is no built-in function for that.
Does anyone know how to do that?

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image but it is a 3D object like that.

In 2D bode plot, s is replaced with i*w and then plot the magnitude/modulus of the function with frequency w. However, in 3D plot you replace s with σ + i*w and plot the maginitude of the function with different σ and w.

enter image description here

I'm trying to do Bode plot in 3D for the function below but there is no built-in function for that.
Does anyone know how to do that? It would also be nice if you could use mesh to make it easier to see.

tf = s^2/(s^2 + 2 s + 5) 

The shape of the plot may not be same as in the image but it is a 3D object like that.

In 2D bode plot, s is replaced with i*w and then plot the magnitude/modulus of the function with frequency w. However, in 3D plot you replace s with σ + i*w and plot the maginitude of the function with different σ and w.

tf = s^2/(s^2 + 2 s + 5); mag = Abs[ComplexExpand[tf /. s -> \[Sigma] + I*w]]; Plot3D[mag, {\[Sigma], -1000, 1000}, {y, -100, 100}, ScalingFunctions -> {None, None, "Log"}] 

enter image description here

added 240 characters in body
Source Link
emnha
  • 2.2k
  • 16
  • 33
Loading
Source Link
emnha
  • 2.2k
  • 16
  • 33
Loading