posted 11 years ago
Thanks
Well,I didn't manage to use the getLevel method,I just made a new method which reads the buffer and writes (using Formatter) the data on a csv file.I also figured out that it's not necessary to convert the data from byte to integer,as I firstly did.
About the columns,I didn't know about the csv,my professor told me to use it,but I don't know how to use it and I tried to make it print the time and the amplitude in two columns,but I've failed.Isn't there a way to make it work in xls files?I used "\t" and "%t",but it didn't work.I'm trying to avoid rewriting my code,if it's not necessary.