07-13-2005 03:27 AM
I can't look at your VI (only 7.0 here, you can backsave using File>>Save with Option>>Save for previous), but like Gerd said, you will most likely have to convert the ASCII stream into an array of bits. This was demonstrated in the VI I attached.
To search the array you can try using a for loop to go over every element (using auto-indexing) and start\reset a counter based on the T\F values, or you can use Search 1D array and increment the start index each time (you will have to search alternately for T and F and substract where you are now from where you found the next T\F to see if you have 11 bits) or find some other way (there are probably more efficient ones).
07-13-2005 10:35 AM
07-13-2005 02:27 PM
02-15-2006 02:27 AM
I am very interested if you have any working code on getting the mp3 header.
B.R.
Marcus