On 06/22, Viacheslav Lotsmanov wrote:
>
> I think I realized it, I wrote it down like this now:
>
> f = *(current_sample_coef) : + ~(*(previous_sample_coef));
>
> Looking at produced signal it seems to work. Did I get it correctly?

This is another thing. Say,

        f = _ < _ + mem;

sums the current sample with the previous one and outputs the result.

while

        f = + ~ _;

sums the current sample with the previous sum, so it outputs the sum of all
the previous samples.

Oleg.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to