From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,233 Views)
Solution
Accepted by topic author 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,202 Views)
Solution
Accepted by topic author 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,184 Views)