01-03-2014 12:51 AM
Hi i am john,
I have plotted xy graph for an excel file.
I converted excel file in to text file and saved it as .lvm file. now i need to find fft for that xy graph.
I will attach my text files and my vi.
Please someone put the program and send me quickly.
I need it urgent.....
Solved! Go to Solution.
01-03-2014 02:08 AM
As has been said before, your x-values are not spaced evenly, thus you need to either resample the data for a linear x ramp or use the unevenly sampled tools. Resampling is probably all you need.
01-03-2014 02:38 AM
Here's one simple way to resample the data for a linear x ramp and make the power spectrum. Modify as needed. (LabVIEW 2011)
(luckily you don't need to worry about artifacts because each spectral component contains an integer number of cycles in your data)
01-03-2014 02:52 AM
Thank u so much Mr.Alten.
01-05-2014 10:12 PM
Thanks a lot Mr.Alten.
But i need to find fft for the other sample of datas. i cant be able to get it through the vi which u have posted. please check it and send me the new program. Sorry for disturbing u.
PFA
01-06-2014 11:15 PM
Could you please help me and find the error in the previou program for finding fft.
PFA
01-06-2014 11:27 PM
Are you constantly reposting the same files over and over again? That is not really helpful, but just wastes our time.
01-06-2014 11:41 PM - edited 02-03-2014 04:19 PM
You need to remove the column header of the file (it gives you zeroes in the first row).
You might want to remove the DC offset.
You might also want to trin the baseline on each side of the intersting part of the data.
See how far you get...