06-21-2010 04:23 PM
I try to use fft and ifft to make a filter, to remove some frequencies and then convert to time domain. I have problems to do it. To make it simple I attach a lv 2009 example, which has two component 10 hz and 15 hz input.
Can you help me in removing 15 hz after FFT and then convert with IFFT. Just to check if only 10 hZ signal left after IFFT.
If you can give me an example like this, my problem will be solved.
Thanks
Liming
06-21-2010 04:31 PM
moved from here
06-21-2010
04:39 PM
- last edited on
10-03-2024
09:41 PM
by
Content Cleaner
Did you try the Filter VI?
06-21-2010 09:18 PM
I did use filter, but I do not know what filter does inside. I really want to do this basics, which I can compare with results from other software.
Please see if you can help..
06-21-2010 09:22 PM
That does not help me. My question is a basic FFT and IFFT. It related to the component numbers, 2^n in time domain and 2^(n-1) + 1 in frequency domain. When remove one frequency fron FFT, need to remove two component.....
06-23-2010
07:37 PM
- last edited on
10-03-2024
09:42 PM
by
Content Cleaner
Hi detech,
Check out this KnowledgeBase: How Do I Use the FFT and Inverse FFT VIs in LabVIEW? It explains the use of FFT and IFFT tools in LabVIEW as well as providing an example (per your original request) and some additional links for your reference.
I hope this helps!
- Greg J