04-05-2010 10:21 AM
There is a function in the palette for unevenly sampled data. It can be found in Signal Processing>>Spectral>>Unevenly Sampled Signal Spectrum
04-05-2010 11:05 AM
As noted, numerically identical values of alternating sign are not physically realistic. Understand and correct your measurements before you attempt to calculate a spectrum. Also as noted, the full development version of LabVIEW contains a VI that uses the Lomb normalized periodogram and avoids the need for evenly sampled data found in most (all?) FFT implementations.
04-05-2010 11:15 AM
Magma wrote:As noted, numerically identical values of alternating sign are not physically realistic.
04-05-2010 11:23 AM
rpursley8 wrote:There is a function in the palette for unevenly sampled data. It can be found in Signal Processing>>Spectral>>Unevenly Sampled Signal Spectrum
04-05-2010 11:26 AM
04-05-2010 12:59 PM
Excellent .. That is what I need !! ... and I could find it !! .. Thanks a lot .. know my problem is to try to identify the values of Frequency (if I am having depth instead of time) ...
Do you know a way that I could be doing an inverse of this spectrum ?? I suppose that is going to give me the original depth.
Thank you ..
By the way .. the amplitudes are not Voltage measurements .. the are values from Log (porosity, permeability, etc) .. for that reason I have different polarities
04-05-2010 01:11 PM
04-07-2010 10:15 AM
Magma,
I appreciatte your help and concern on this problem. As I told you Im not a geophysics or petroleum eng. I am just helping them on a project class.
They explain me that the data that I have are Wavelet coefficients or one of the Wavelet coefficients of the original log data.
That is all I know .. How was processed ?? .. I dont know .. I am just trying to make them a program that automatically analyze the frequency spectrum and plot a filter part of that spectrum on depth vs amplitude (or whatever they have).
I really sorry for the confussion and I appreciatte your help ..
04-07-2010 10:39 AM
LabVIEW contains some wavelet tools, but you might want to look at the advanced signal processing toolkit.
It is not clear at all what you are trying to do with all this.
06-24-2015 10:08 PM
Hello all, I've tried to get fft from 2d array data ( 1st column is time, in csv format) .
Is there something wrong with my diagram? Why the fft doesn't come out ? The fft graph show nothing but blank.
Please help..