
Code that will sift through waves in a table

eshawver
for every wave in Table0:
n=5
wave(n) = wave(n)/wave(0)
n=n+1
I know that is not in the right format but I hope it's understandable... The problem is, I have 1000 waves in the table I am working with and I don't know how to sift through them using the same equation on all of them.
Help is much appreciated! And I can try to expand further if this is too vague of a description
Thanks!
Elaina
July 26, 2011 at 08:43 pm - Permalink