LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SIMPLE SINE

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???

0 Kudos
Message 1 of 4
(2,798 Views)

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

0 Kudos
Message 2 of 4
(2,797 Views)

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.

 

0 Kudos
Message 3 of 4
(2,769 Views)

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

0 Kudos
Message 4 of 4
(2,758 Views)