grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.58k stars 322 forks source link

I-Q Modulation Example #179

Closed Immortalin closed 6 years ago

Immortalin commented 6 years ago

It would be really awesome if an I-Q Modulation sample can be added to the example code since that is a core part of many signal processing systems e.g. QAM. It would help a lot to showcase faust's power.

josmithiii commented 6 years ago

We have I-Q oscillators already in oscillators.lib. See oscr* there, for example. All you need next is the modulation.

On Fri, May 11, 2018 at 1:27 PM, Lin notifications@github.com wrote:

It would be really awesome if an I-Q Modulation sample can be added to the example code since that is a core part of many signal processing systems e.g. QAM. It would help a lot to showcase faust's power.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/grame-cncm/faust/issues/179, or mute the thread https://github.com/notifications/unsubscribe-auth/ACGVFXNQtA5e-rncaYmS4TBmXfkHTEtTks5txfRKgaJpZM4T8BOM .

--

Julius O. Smith III jos@ccrma.stanford.edu Professor of Music and, by courtesy, Electrical Engineering CCRMA, Stanford University http://ccrma.stanford.edu/~jos/ http://ccrma.stanford.edu/

Immortalin commented 6 years ago

@josmithiii I meant the landing page! It would really help adoption because right now it looks like a toy from the outside even though it is ridiculously powerful. :D

MacroMachines commented 6 years ago

@Immortalin what looks like a toy?? and what is I-Q? is QAM = quadrature amplitude modulation?
To me it seems like Faust is mostly directed toward creative audio synthesis/effects DSP crowd, of which I am a part. Are you maybe coming from a different angle like DSP coprocessors / matlab or scientific precision or something?

Immortalin commented 6 years ago

@MacroMachines yes, because the github description says it is for signal processing and sound synthesis.