LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

low frequency reslution

Hi,

I am using labview to get the frequency spectrum of different waveforms, Has anybody got an idea how shall I increase the frequency reslution of a waveform because I have 6 different waveforms simillar to each other and I need to differentiate between them. so what shall i do to increase the reslution?

 

0 Kudos
Message 1 of 4
(2,764 Views)

The frequency interval is given by the following equation:

df=Fsample/n
where n is the number of samples in the sequence.

So you can increase your sample rate and/or the number of samples analyzed. Have you tried a Hanning window?



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
Message 2 of 4
(2,759 Views)

If you are using Fourier transforms you should consider that the transformed dataset will have an amplitude measurement for exactly one cycle per the duration of your original dataset, and for exactly two cicles per your dataset, and three, and other integer values up to half the number of measurements you took.

 

There will be no information about any frequency that does not correspond to an integer number of cycles in your dataset.

Message 3 of 4
(2,737 Views)
Your minimum sampling rate should be 2.56 x the maximum frequency you expect.  Sampling at Nyquist (2x) will only preserve frequency info, not amplitude info.  Generally, I like to sample about 10x if possible and for as long as possible.
-Matt Bradley

************ kudos always appreciated, but only when deserved **************************




Message 4 of 4
(2,734 Views)