From: Julius S. <jo...@cc...> - 2019-06-17 23:57:20
|
The day after Commencement is a great time to pose interesting new signal processing functions! :-) On Mon, Jun 17, 2019 at 4:15 PM Dario Sanfilippo <san...@gm...> wrote: > > 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 -- Julius O. Smith III <jo...@cc...> Professor of Music and, by courtesy, Electrical Engineering CCRMA, Stanford University http://ccrma.stanford.edu/~jos/ |