LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

exponential time component

Solved!
Go to solution

hi everyone:

I have a problem on implementing the following equation on labview (exp[j 2 pi F t ]), as we know that

 exp[j 2 pi F t ]=cos(2 pi F t) +j sin(2 pi F t), I have a problem on entering the parameter (t) to the EXP block on labview.

Untitled2.png

0 Kudos
Message 1 of 3
(2,585 Views)
Solution
Accepted by ASHLY19

I am not exactly sure what you are trying to do, but it seems to me that you just need to change the constant to a control. If you want to run the equation with a range of t values, put what you have into a for loop and index in an array of t values. 

0 Kudos
Message 2 of 3
(2,554 Views)
Solution
Accepted by ASHLY19

Hi Ashly,

 

If you wish to use exp(x) = cos(x) + j sen(x), I recommend to use Exponential (Arg) - 1 (G Dataflow).

 

Happy new year!

 

0 Kudos
Message 3 of 3
(2,536 Views)