Flowz - Towards an EDSL for Digital Signal Processing
Offered By: CppNow via YouTube
Course Description
Overview
Explore the world of digital signal processing through this CppNow conference talk by André Bergner. Dive into Flowz, a library designed for writing digital signal processors in a declarative and composable manner. Learn how Flowz generates efficient code and seamlessly integrates with existing C++ code and frameworks. Discover the inspiration behind Flowz, including the Faust language and algebra of flownomials, and understand how it implements similar concepts within C++. Gain insights into this embedded domain-specific language that allows for describing network layouts and processing of data flowing through these networks. Understand how Flowz enables users to focus on 'what should be processed' while taking care of connecting the *wires* between processing boxes and creating the necessary state for signal processing algorithms. Explore applications ranging from classical signal transmission and neural networks to image and audio processing and time series analysis in this comprehensive 1 hour and 32 minute presentation.
Syllabus
André Bergner: Flowz: towards an EDSL for digital signal processing
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube