LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sound waveform ->FFT

      I get the sound file waveform,i want to have FFT transform and show on the waveformgraph,so how to do it (the labview have some control node?)and how to set waveform graph`s x-axis and y-axis.and what x-axis and y-axis means ?
 
0 Kudos
Message 1 of 4
(2,791 Views)
somebady could help me ?
0 Kudos
Message 2 of 4
(2,783 Views)
Hi!
If you have the full development edition of Labview, in the function palette => Signal processing => Transforms, you have everything needed to perform an FFT. The FFT.vi is polymorphic so it'll its inputs to your sound waveform.
Then the sound waveform can be easily read with the VI Read which is the function palette => programming => sounds => files.

I hope this help !
CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
0 Kudos
Message 3 of 4
(2,777 Views)

thank you for your reply .but i want ask is follow:

  I get the sound file waveform,i want to have FFT transform and show on the waveformgraph,so how to do it (the labview have some control node?)and how to set waveform graph`s x-axis and y-axis.and what x-axis and y-axis means ?

0 Kudos
Message 4 of 4
(2,756 Views)