hi everyone,
I am having issues with an assignment for university. I know that you are not here to do my work for me but I could really use a little help.
My assignment involves a parse file that the uni tutors have written for us and we have to add to it to create a program that creates graphs of the data in the file that the parse file program reads.
I am stuck on one of them, what I want to do is access the voltages in the parse file (it has put the data into 3 arrays, one is a time, another a voltage and the third the numData) and if the voltage is over a certain point create another array that records the voltage as 1 and if its under records it as a 0. that way I can show when for each time step the voltage is over a certain point.
I have been trying to write this for 2 days.... I just cant figure it out.
Please help!