LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

nyquist graph

Solved!
Go to solution


hey everyone, 

how can i make more clear Nyquist diagram?

On my graph program connects all the points. I'd like to have a nice circle. nyquist.JPG

 

progr.JPG

If someone knew?

Marek

0 Kudos
Message 1 of 5
(3,314 Views)
Solution
Accepted by topic author gfds

Hi,

 

Click on that trace close to the Plot 0 on the top right corner of the graph and choose Interpolation, then choose an option without interpolation.

You can also configure many other options of your trace there.

 

Hope this helps,

Paulo

0 Kudos
Message 2 of 5
(3,309 Views)

Get the theta (Phase) of your complex numbers and sort it. To do so, you can cluster theta, complex number in a for loop, use the sort 1D array function and unbundle the complex numbers again in a for loop.

 

Felix 

0 Kudos
Message 3 of 5
(3,305 Views)

Thanks Paulo.

 

This is whot I wonted. 

 

 

Best regards,

Marek

0 Kudos
Message 4 of 5
(3,285 Views)

Felix,

Thanks you also for your reply.

 

 

Best regards,

Marek

0 Kudos
Message 5 of 5
(3,283 Views)