02-18-2009 08:45 AM
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?
02-18-2009 09:11 AM
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?
02-18-2009 11:39 AM
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.
02-18-2009 11:44 AM