LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

spectrum analyzer with sim and DAQ IV File

Hello..

i have a project that i need to design a Spectrum analyzer with simulation mode and DAQ option. ( so you can generate input signal from LabView and DAQ.

 

all i look for is a modern Spectrum anlyzer VI file for reference and education purposes

i know there are examples out there in LabView but, i need a modern one with a lot of options and features ( like Impulse respond, marker... filters.....)

 

there is something i found here on the website, it happen long time ago, and some proffessor from Vietnam created such project. its not with DAQ, but its great for me.

here is the link:

http://digital.ni.com/worldwide/singapore.nsf/web/all/42B390E4624228D486257249001A5349

 

this kind of Spectrum anlyzer looks great

 

most appreciate for any help

 

0 Kudos
Message 1 of 4
(3,028 Views)
You've made several statements but you have not asked a single question. If there is something specific you want to know, please ask.
0 Kudos
Message 2 of 4
(3,021 Views)

the question is:

 

does anyone have a full modern spectrum analyzer vi File...  if so.. i want to have it for educational purposes.

 

or.. he does know how can i get the vi file the professor from vietnam created, in the link

 

 

http://digital.ni.com/worldwide/singapore.nsf/web/all/42B390E4624228D486257249001A5349

 

p.s

iv checked all the examples, i need something that you can simulate and connect to a DAQ

0 Kudos
Message 3 of 4
(3,018 Views)

Hi Eldad,

 

Thanks for posting and welcome to the NI forums!

 

The application you have linked uses LabVIEW to control a Tektronix TDS220 over RS232 (a.k.a. serial port).  The TDS220 has a 1GHz sample rate with a 100 MHz bandwidth--the specs on our DAQ devices don't go nearly this high, our High Speed Digitizers would be a better option if you need something comparable.  Also, the programming of the two devices (TDS220 vs. DAQ) is going to be quite different, so I am not sure how helpful the code from the link would be for your application.  I don't have access to the code or permission to post it here, but you could always try contacting the original author (his contact info is in the link you provided, not sure if it's up to date or not).  Again, I'm not really sure how helpful the code would be for you.

 

You might want to take a look at the following example to see if it does what you need:

NI-DAQmx: Benchtop Spectrum Analyzer

 

There are also numerous examples that are installed with the DAQmx Driver to help you get started with the API.  You can access them from LabVIEW by going to:

Help >> Find Examples... >>  Hardware Input and Output >> DAQmx

 

There may not be a ready-made example that will do everything that you require, but the above should give you a good starting point for implementing the necessary features yourself.  If you run into any specific issues while trying to program, please don't hesitate to post to the forum and we'll be more than happy to help out.

 

-John

John Passiak
0 Kudos
Message 4 of 4
(2,988 Views)