10-15-2008 05:20 PM
Hello.
I would like to know how to do this operations in labview
I= (-0,541)(SIN wct) = -0,541sinwct
Q= (-1.351)(COS wcr)= -1.351coswct
I*Q=-0,541sinwct-1.351coswct
How can I create those sine and cosine... general....and obtain a result sucha as... -0,541sinwct???
10-15-2008 05:34 PM
Again me:
For example if I change the sine and cos for x and y how can I graph those points afterwards??.
for example I would like to graph
-0,541x -1,307y... thats a point then another point
-1,307x+0,541y......this us anohter point
etc.. etc.. etc.. create diferent point and then graph them.
I dont want to unit the points with line... I would like to si like a vector coming from 0 each point... I want to create a constelation graph
10-16-2008 07:38 AM
I'm not realy shure wat you want, but have you tried to use the fomelknop (little example attached)? If you have Matlab, just use the Matlab script knop.
10-16-2008 08:08 AM
Hi Special K,
Could you please describe the program you would like to create? To give us a better view on what you exactly want.
When you want to create vectors you need at least 2 values for each input, so probably you should use arays.
Enclosed you will find an example of a XY Graph in combination with Array input.
Hope this will help you any further.
Best regards,
Peter S