Re: [PD] average Signal block by block

2006-12-19 Thread Andreas
wait a second what are these signal blocks like that you want to average over? Is it in fact a continuous signal, or are they actually independent measurements of the same (phase-locked) data? (If it's continuous data, you probably do not want this kind of approach) Chuck second one,

Re: [PD] average Signal block by block

2006-12-12 Thread Charles Henry
wait a second what are these signal blocks like that you want to average over? Is it in fact a continuous signal, or are they actually independent measurements of the same (phase-locked) data? (If it's continuous data, you probably do not want this kind of approach) Chuck On 12/12/06,

Re: [PD] average Signal block by block

2006-12-08 Thread Andreas
Georg Holzmann schrieb: Hallo! to explain it with an example imagine a sine Signal of appropriate frequency (like 44100/1024 Hz to fit into a 1024-array) with some added white noise with maverage~ the result would be 0 with the average function i need the result would be a clear sine

Re: [PD] average Signal block by block

2006-12-08 Thread Georg Holzmann
Hallo! to make the result looking better i'm searching for a function to average this jittering out (like a function most hardware oscilloscopes have) [...] i can avarage over three blocks, but i need more than that maybe a recursive solution could help me too but i'm not sure how to do

Re: [PD] average Signal block by block

2006-12-08 Thread Charles Henry
How about something like this [inlet~] [delread whatever] | / [+~] | [bang~] [/~ 1] [1 ] [+ 1] (the object 1 is a float with default value 1) | [tabwrite~ result] [delwrite whatever block_size_in_ms] This is meant to be a recursive way of adding them up. You'll

[PD] average Signal block by block

2006-12-07 Thread Andreas
Hi list, a bit hard to explain in a few words what i want to do, so i try to describe it a bit I got an array which gets its information via tabsend~ from a signal (size of array and blocksize of signal are equal but changeable, like a 64-array and a 64-signal or a 1024-array and a