I have lists of floats from measurements which vary in length <br>(they grow with the duration of the measurements)<br>What would be a good way to map those to a list of, say, 150 items?<br>In concreto:<br>-When variable list A has 15 elements and fixed list B is 150 long, <br>

I can simply repeat each value of A 10 times to get a 150 elements list.<br>-When list A has 1500 elements, and B 150, I could take list A 10 elements at a time, <br>and write the averages thereof to list B.<br>but how do I generalize this for _any_ length of list A?<br>

and how do I patch this up in pd? :)<br>Thanks,<br>Tim<br>