Re: [Numpy-discussion] problem with vectorized difference equation

2012-04-06 Thread Francesco Barale
Now I am clear. I guess the vectorized notation speeds up difference equations describing FIR structures, whereas IIR ones won't benefit. Francesco Barale wrote: > > Hello everyone, > > After reading the very good post > http://technicaldiscovery.blogspot.com/2011/06/spee

Re: [Numpy-discussion] problem with vectorized difference equation

2012-04-06 Thread Francesco Barale
Hello Sameer, Thank you very much for your reply. My goal was to try to speed up the loop describing the accumulator. In the (excellent) book I was mentioning in my initial post I could find one example that seemed to match what I was trying to do. Basically, it is said that a loop of the followi