Hi Oleg,

I just now added a hilbert filter to filters.lib, and (probably what
you really want) ssbf ("single-sideband filter").  You can try out its
demo using faust2jaqt et al.:

import("stdfaust.lib");
process = dm.ssbf_demo(6);

It implements a frequency shifter by modulating a complex sinusoid
created by ssbf from a real sinusoid.

Note that this is only in the latest Faust library
(faustlibraries.git). You have to manually install it or copy it into
your faust libraries clone, or change the libraries submodule in the
faust clone to the latest, etc.  I would have done that, but other
library changes not by me would have been brought in, so I thought I
should probably refrain.

Cheers,
- Julius


_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to