LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Spectrum of DAQ received signal

So I have transmitted a chirp signal to a low pass filter using DAQ assistant and wanted to analyze the spectrum of received signal.  Though the received signal in time domain is okay why am I not being able to get spectrum? Is there any different approach to get the spectrum of signal when it is received through DAQ?

0 Kudos
Message 1 of 6
(2,900 Views)

Post your code.

0 Kudos
Message 2 of 6
(2,899 Views)

I have attached the VI. I am taking spectral measurement just after receiving the signal. Is it okay?

0 Kudos
Message 3 of 6
(2,884 Views)

I am assuming you have had no instruction or lectures or discussions with someone knowledgable concerning LabVIEW, and have not availed yourself of the various Tutorials (including those mentioned on the first page of this Forum).

 

A Key Concept in LabVIEW is the Principle of Data Flow.  Your code shows no understanding of this Principle.  Here's the key question -- which comes first, Data Acquisition or Data Generation?  How do you know this?

 

Spend a few hours learning something about LabVIEW, then try again.

 

Bob Schor

0 Kudos
Message 4 of 6
(2,870 Views)

Thank You.

Can you provide me some links to study about "principle of data flow". The code maybe a bit different because the device that I am using to type this is not having DAQ cards so I copied the code from the device that I am using to run the program. As for as Data Acquisition and Data Generation, data generation comes first, its what I give as output and then data acquisition is what I receive back from the medium. The way I understood at least.

0 Kudos
Message 5 of 6
(2,858 Views)

@rashp8 wrote:

Thank You.

Can you provide me some links to study about "principle of data flow". 


Sure.  Open a browser and type in "LabVIEW Data Flow".  Pick several and read them.  Then revisit your Block Diagram, which shows two processes (Data Generation and Data Acquisition) running in parallel, with no syncronization, no specification of "which comes first" or how they relate temporally to each other.

 

To do what I think you want to do, you need to be more "up to speed" with LabVIEW and how it works.  Spend time (hours, at least) with the LabVIEW Tutorials (check the first page of this Forum).  Take a Class.  Study for a Certification Exam.  Write (and run, and debug, and test) LabVIEW code.  If you can, find a LabVIEW Guru and apprentice yourself for a while.

 

Bob Schor

0 Kudos
Message 6 of 6
(2,853 Views)