<div dir="ltr"><div class="gmail_extra">Hi Shahrokh and Pd list</div><div class="gmail_extra"><br></div><div class="gmail_extra">I've been testing fexpr~ and it seems it won't get the previous samples from the previous block.</div><div class="gmail_extra"><br></div><div class="gmail_extra">For example, a simple mean filter like this:</div><div class="gmail_extra"><br></div><div class="gmail_extra">[fexpr~ ($x + $x[-1]) * 0.5]<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">will not work for the first sample of the block, because it won't get the last sample from the previous block.</div><div class="gmail_extra"><br></div><div class="gmail_extra">So, I know that in practice it doesn't compromise much, it's just one sample, but in an 16 point average filter this becomes more of a concern. One way or another, even for just one sample, I consider this problematic and a bug, as it should always be able to address previous samples. </div><div class="gmail_extra"><br></div><div class="gmail_extra">Am I right?</div><div class="gmail_extra"><br></div><div class="gmail_extra">thanks</div></div>