Labview program for spectrum

Post your LabVIEW discussions here
Post Reply
CC
Newbie
Posts: 1
Joined: Fri Sep 11, 2009 3:16 pm

Labview program for spectrum

Post by CC »

Hi,

I am new to programming in Labview, and looking at the labview examples in the zip file provided in this website it seems the program only extracts time ordered data. Is it possible to extract the FFT data of the Picoscope instead or do I have to do this within the labview program (I am trying to avoid having to resort to this). If anyone knows of a short cut please let me know.

Many thanks!

CC

Robin
Advanced User
Advanced User
Posts: 558
Joined: Fri Sep 19, 2008 10:17 am

Post by Robin »

Hello

You will need to do the FFT in LabVIEW, as the driver returns only time-domain samples.

Robin

Post Reply