11-17-2011 01:14 PM
I need to measure a frequency around 3 Mhz the signal is in bursts.
I have the example 2 counter.vi working with a siggen with a continuous output but can't get a reading on the burst.
Below is the vi and scope shots of the signal I need to measure.
11-18-2011 02:04 PM
11-21-2011 05:49 AM
I was using a USB-6221 for my initial testing..I have a USB-6341 on order for the project.
11-22-2011 05:24 PM
NI counters will not register this signal because this signal does not follow TTL Logic and that is what the counter is expecting. To learn more about TTL Logic, read this KB. Also, to sample an analog signal you must sample the signal at or above the Niquist rate to avoid aliasing. Both devices you have cannot sample a 3MHz analog signal at that Niquist rate.
11-30-2011 07:03 AM
now your done busting my balls on why it won't work, which was obvious on my first post.
my questions was
"I need to measure a frequency around 3 Mhz the signal is in bursts"
how bout throwing me a bone here and suggest something that will work.
11-30-2011 08:15 PM
I suspect that the best way for you to measure the freqeucny of the bursts is to use an analog acquisition with a sampling rate of at least 10 MHz (higher is probably better). Then do an FFT on each burst. The images you posted earlier show about 30 cycles in a burst. That is enough to get a reasonable response from an FFT. You could also detect zero crossings and calculate the frequency from that. FFT may be easier.
Does the frequency vary within a burst? Does it vary from one burst to the next? What is the range of frequencies in the bursts? What frequency resolution do you need? How fast do you need to analyze the data? Between bursts or seconds later?
Lynn
12-01-2011 06:16 AM
@johnsold wrote:
I suspect that the best way for you to measure the freqeucny of the bursts is to use an analog acquisition with a sampling rate of at least 10 MHz (higher is probably better). Then do an FFT on each burst. The images you posted earlier show about 30 cycles in a burst. That is enough to get a reasonable response from an FFT. You could also detect zero crossings and calculate the frequency from that. FFT may be easier.
Does the frequency vary within a burst? Does it vary from one burst to the next? What is the range of frequencies in the bursts? What frequency resolution do you need? How fast do you need to analyze the data? Between bursts or seconds later?
Lynn
The frequency is constant in each burst and is the the same from one burst to the next.
Resolution does does not need to be real acurate .5 mhz would work, but the more acurate the better..
I have lots of time to analyze the data at least 30 seconds to capture and analyze.
12-01-2011 09:42 AM
Here is an example showing what I had in mind. FFT seems to work well.
The frequencies are scaled down by three orders of magnitude (kHz rather than MHz). I saved it to version 8.0. I got a strange warning about the multiply output so let me know if it does not work. Also let me know what version of LV you are using.
Lynn
12-07-2011 07:10 AM
@johnsold wrote:
I suspect that the best way for you to measure the freqeucny of the bursts is to use an analog acquisition with a sampling rate of at least 10 MHz (higher is probably better). Then do an FFT on each burst. The images you posted earlier show about 30 cycles in a burst. That is enough to get a reasonable response from an FFT. You could also detect zero crossings and calculate the frequency from that. FFT may be easier.
Does the frequency vary within a burst? Does it vary from one burst to the next? What is the range of frequencies in the bursts? What frequency resolution do you need? How fast do you need to analyze the data? Between bursts or seconds later?
Lynn
What NI hardware samples at 10 MHz analog??
example provided works,I'm using LV2011
12-07-2011 07:21 PM
A quick search at the Products and Services page of NI's web site shows the PCI-6115 and PXI-6115 have 10 MS/s rates.
All of the devices listed as Digitzers/Oscilloscopes have sample rates of 15 MS/s or more.
Lynn