From: Dario S. <san...@gm...> - 2019-06-17 23:15:06
|
Thanks for this too, Julius :) D On Tue, 18 Jun 2019 at 01:11, Julius Smith <jo...@cc...> wrote: > 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 > |