LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Low frequency analysis - Big obstacle, easy solution

Solved!
Go to solution

I'm trying to analyze a signal between 0-2 Hz. The signal is a clean sine curve where amplitude and frequency changes.

 

I wanted to use the ExpressVI called "Tone Measurement" as I'm not that experienced with Labview.

 

I've used a signal generator to simulate, and it seems like it works fine for signals above 10 Hz. Lower than that returns higher frequencies and bogus amplitudes.

 

Please help me out here. The signal I'm generating is sampled at 100 Hz with n=10.


signal.jpg

signal2.jpg

0 Kudos
Message 1 of 3
(2,099 Views)
Solution
Accepted by topic author Murtugh

Well, i sort of figured it out while reading my own question. Increasing number of samples did it...

0 Kudos
Message 2 of 3
(2,090 Views)

For a better explanation: Tone Measurements uses FFT internally. The FFT implementation works well for signals having 3 to 5 cycles of the lowest frequency or more.  It does not work well for shorter signals. It may work fairly well if you have exactly one cycle of the signal although that is generally not feasible, especially with variable frequency signals.

 

Lynn

0 Kudos
Message 3 of 3
(2,063 Views)