01-30-2008 03:02 PM
01-31-2008
12:35 PM
- last edited on
06-20-2024
03:20 PM
by
Content Cleaner
Hi,
I would like to ask you first, what is 50 % level of the signal? So if you have 5 volts TTL signal you want to measure the width at 2.5? Or if the width is 1ms you want to be able to measure at 0.5ms? and if this is tha case, why?
Inferring from your question here is a link that might guide you: Making Accurate Frequency Measurements
Also we have some already made example that will measure frequency, period and width. Take a look at the picture attach.

Let me know if you have more questions
Message Edited by Jaime F on 01-31-2008 12:36 PM
01-31-2008 02:40 PM
01-31-2008 05:08 PM
02-01-2008
11:25 AM
- last edited on
06-20-2024
03:22 PM
by
Content Cleaner
Hi,
Like Kevin said I don’t think this would be an application for a counter and one of the first reasons is that you will have to condition this signal to be a TTL to be able to use a counter with it. Acquiring the signal and doing some post processing is your best shoot and basically you will subtract the timestamps on for the voltage levels that you desire.
I’m going to point you to some articles that might help you trigger the acquisition when it enters the window. Tips and Techniques in Data Acquisition Triggering - NI-DAQmx and Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications
I hope it helps
02-04-2008 06:52 AM
02-05-2008
01:00 PM
- last edited on
06-20-2024
03:23 PM
by
Content Cleaner
Hi,
I want you to remember that this approach is going to need post processing of the signal, so you first are going to use one of our different types of triggering to start and stop the acquisition and the you are going to use LabVIEW to do the measuring after the signal has been acquire, manipulating the array. The precision of the waveform is going to be determined by how fast you sample, so 100 Sample per second means you have a sample every 10ms.
In your case what I would suggest is to divide your project in two parts, first acquire the signal and after this part is up and running like you need to then analyzing it would be just busy work. This is a very good resource: How Can I Learn LabVIEW?, Getting Started with NI-DAQmx. Search in National Instruments for “DAQmx videos”.
I hope it helps