05-26-2017 04:08 PM
Dear all,
I am plotting a circle on a smith chart. I have only an array of border for that circle. I am wondering if there is away to find the whole points inside that circle on a smith chart(X and Y)? Thanks in advance
Regards
Azam
Solved! Go to Solution.
05-26-2017 09:05 PM
Points where sqrt((x-x0)^2+(y-y0)^2) < radius where x0 and y0 are the coordinates of the origin of the circle and radius is the radius.
05-27-2017 10:03 AM
Are you making your own smith cart or are you using the Smith Plot built into LabVIEW?
In any case, operate on the data going to the chart. The data going into the Smith Plot is an array of clusters, and each cluster contains two elements. The first element is r, so compare that.
It would help if you could show us a simplified version of your code. Your description is too ambiguous.
05-28-2017 11:51 AM
Thanks for your feedback.
kindly have a look for the attached vi(s). I have deleted some loops and wires which are out of scope of my question. By the way, I am using a cluster of a smith chart and you can see the circle is drawn on a smith chart and a big portion is located outside a smith chart. So. can I get only the points which are located inside the circle? Thanks in advance
Regards
Azam
06-09-2017 08:51 AM
Hi all,
I just want to update my query. Any advice? Thanks in advance
06-18-2017 11:05 AM - edited 06-18-2017 11:06 AM
Hi RavensFan,
Sorry, I didn't understand you when you wrote this equation.
after little time surfing the net, I understood what you have written
https://math.stackexchange.com/questions/198764/how-to-know-if-a-point-is-inside-a-circle
Best regards