Syncronise Signals

snaper's icon

Is it possible somehow to syncronize 2 signals?
(1 signal is filtered, 1 is not, would like to avoid the phase)

Wetterberg's icon

I think you need to use more... words to describe your problem.

If I'm right in my thinking about your problem then you could attempt to measure the delay through your filtering, and then delay your clean signal accordingly.

Cphas's icon

Filters all introduce a phase difference this is how they work. More importantly the phase change they introduce varies as a function of frequency across the signal. But again like Wetterberg says I'm sure we'd be able to help you better if you made your problem clearer.

snaper's icon

Yeah, sorry.
I would like to create a DRY-WET controller for a buffir~.
If I could measure the delay of the EQ'd signal, I could delay the dry...
But ow to measure the delay?

Cphas's icon

Haven't done much with buffir~ personally but any delay will be of the order of a few samples but the filter works by summing multiple copies of the signal each delayed and scaled by different amounts. Therefore there is no delay you could add to your dry signal that would bring it inline with the wet. What exactly is the phasing issue your having? Could you post a patch that would be very helpful in sorting out what your problem is and how to solve it :)

snaper's icon