LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform FFT

Yes, I am reading a raw.dat. This format was took from a laser datas. I am using index to take a one choice of waveform - that is all. I have tried to take all waveforms, but when you are trying to index it doesnt work etc., insted of I need only one choice of waveform. The size is 20.000 points., the frequincy I dont know.  I know how to read a waveform etc., but I dont understand how to manage with dT and number sampling manage all these things to get a FFT. I read a lot, but I dont get it. What do you mean open a single file? Raw.dat is single file.

0 Kudos
Message 11 of 45
(2,287 Views)

Bob, I did default and added for new a code. Please look at.

0 Kudos
Message 12 of 45
(2,283 Views)

Almost!  In addition to wiring the waveform to a Graph, wire it to a Waveform Indicator (right-click the wire, choose "Create Indicator").  This provides us with a copy of the actual data so that we can look at it and manipulate it with functions.

 

Bob Schor

0 Kudos
Message 13 of 45
(2,279 Views)

Here's a Snippet showing what I mean ...  See "First Waveform in Record"?  (This is also what I meant about not needed the Index Array function to give you the first waveform in All Waveforms).

Save Waveform.png

Bob Schor

0 Kudos
Message 14 of 45
(2,276 Views)

Thank you, I added much more indicators and got a message that the maximum file size. 6milion bytes. How to add in another way?

0 Kudos
Message 15 of 45
(2,270 Views)

Bob, I uploaded to wetransfer. Here is a link . Please look at code. Thank you

0 Kudos
Message 16 of 45
(2,267 Views)

It should work from uploaded file because here is not possible to upload max 6mb. Please look at code, I dont get how to manage and combine dT and sampling to obtain FFT spectrum (from waveform I dont get how to manage and comabine dT and sampling), because normaly from sin generation it is easy to get a FFT spectrum, but how to get FFT spectrum from waveform. Thank you

0 Kudos
Message 17 of 45
(2,260 Views)

I know how to get a FFT from a usal case i.e generate a signal by sin generator, but how to get a FFT spectrum when you have a type data of waveform? What to do with dT? Only that I have is Y and dT and how to get a FFT? Any advices? Thank you.

0 Kudos
Message 18 of 45
(2,252 Views)

The dT is in the waveform.

 

Have you worked with waveforms before?

 

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

0 Kudos
Message 19 of 45
(2,244 Views)

RavensFan, thank you for replay. I worked, but not so much, because I just needed to do calculation etc., but the first time for me when I foresee with FTT spectrum to get from waveform. I hadnot problem to get a spectrum by using sin generator. RavensFan, can you help me? I really need a help.,

0 Kudos
Message 20 of 45
(2,240 Views)