LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wav into array??

hello im using labview 8.5 and i was wondering how to read data from a wav file and then write the data into 1D array?? thank you... i can actually read the file by using Soun_File_Read.vi , but i need a 1d array..
0 Kudos
Message 1 of 5
(4,202 Views)
You can use a reshape array .
0 Kudos
Message 2 of 5
(4,200 Views)

wav.PNG

 

You can convert into an array as shown above. Is this what you are looking for?

0 Kudos
Message 3 of 5
(4,197 Views)

Use the index array to access the channel you want, then extract the Y array from that sound channel element. Pretty straight forward.

 


Paul
0 Kudos
Message 4 of 5
(4,195 Views)
thank you very much to all of you guys..  the reason i want to make that it's because i'm trying to use Fast Fourier Transform to that array... i already know there is VI (spectral measurements) but i want it more mmmmm to seem like the mathematic algorithm.. thank you
0 Kudos
Message 5 of 5
(4,191 Views)