04-08-2015 07:25 AM
Hi all,
Is it possible to extract the frequency of the input analog signal(voltage), I want to extract to extract the frequency of it and feed it to the output signal (generated by waveform generator VI), so that both signal can have same frequency.
is it possible
04-08-2015 07:30 AM
@AnkitG wrote:
is it possible
Look in the Signal Processing->Waveform Measure palette. There are a few VIs in there for extracting the frequecy/frequencies in a signal.
04-08-2015 07:32 AM
But I have analog Voltage signal task , how can I use " Extract Tone Vi's as they use time signal input?
04-08-2015 07:33 AM
If you just have a single sample, there is absolutely no way to get the frequency out of it. You need to have many samples at the same sample rate. And the more samples you have, the more accurate your frequency measurement will be.
04-08-2015 07:35 AM - edited 04-08-2015 07:36 AM
@crossrulz wrote:
If you just have a single sample, there is absolutely no way to get the frequency out of it. You need to have many samples at the same sample rate. And the more samples you have, the more accurate your frequency measurement will be.
Can you give me an example?
My input signal is a continous signal , I have a vi which generate the put signal when an in put signal is detected all I want now is to match the frequency of the input and output signal.
Please see attached vi
04-08-2015 08:23 AM - edited 04-08-2015 08:24 AM
Have the DAQmx Read output the waveform. It will make things easier on you.