05-21-2008 09:04 PM
05-22-2008 02:06 AM
05-22-2008 03:09 AM
05-22-2008 04:43 PM
Hi NAdvwe,
The NI Example Finder has several examples related to FFTs. In LabVIEW, go to Help » Find Examples, click 'search' and type "FFT."
The example "FFT and Power Spectrum Units" is a pretty good example of how to use LabVIEW's FFT function.
I think what Andre was saying is that, if you know the mathematical equations that you need to apply to achieve the transforms you are looking for, we could help you figure out how to convert them to LabVIEW code.
05-22-2008 10:23 PM
i am refering to the fourier transform properties listed below:
A) time shifting
x(t-a) ------- > exp (-jwa) X(w)
For the time shifting property above, i have problem creating the exponential term using labview
B) time scaling
x(at)-----------> 1/a X (w/a)
C) Time convolution
Y(w) = F[h(t) * x(t)] = H(w)X(w)
where * stands for the convolution operation and F stands for fourier transform
Please provide diagrams if possible. Thank you
PLEASE HELP!!!!!!!! THANKS!!!!!!!
05-27-2008
06:20 PM
- last edited on
10-07-2024
05:01 PM
by
Content Cleaner
There are many tools in LabVIEW to help you do that as long as you know how to implement them mathematically. Some of these tools include the formula node, the formula express VI, exponential functions, and many other mathematical functions.
05-27-2008 09:39 PM
i know about all the functions that u listed.
i need u to show me exactly how to create all the properties that i listed....
i need the actual diagram
thanks
05-28-2008 09:23 AM