Is there any object/method that groups and adds together samples from a signal-vector?
-
signal-vector grouping
-
could you be more specific? what do you mean by groups?
the[+~ ]
object adds a signal vector to another.. -
I figure out a simple method:
first use pack~ and then divide the list (signal vector) with list split. After that use sum divided by list length and you have the total energy of grouped bins (coming from an fft)