Thanks for the reply man. It helps greatly knowing that you can't really do anything about it, means I can focus on other stuff that actually is solvable. :)
I'll be sure to try a block decision approach, if I ever get back to working on the actual project again. :)
Thanks
//Magnus
I'm working on simulating a full duplex conference phone in Matlab, so that I can test the code for the phone. One thing I'll be using it for is echo cancellation. The problem I've run into is that I'm forced to use a loop that is very timeconsuming, and I'm trying to find a better way of...