I added a section with DSP blogs/posts, textbooks (including free online ones!) code snippets, and more to the “Links” page in my personal wiki/digital garden!
Hopefully it can be helpful to someone:

I added a section with DSP blogs/posts, textbooks (including free online ones!) code snippets, and more to the “Links” page in my personal wiki/digital garden!
Hopefully it can be helpful to someone:
ADCx Gather Online Event | 26 Sept
12:00 UTC in Gather Town – get a sneak peek of our ADC25 virtual venue plus:
20-min talks
Virtual posters
Meetups
Pub quiz
Discord chat
Free, but spots are limited! Register: https://lnkd.in/gayuXbQk
Computers are utterly broken by design!
Learned a lot in here about floating point arithmetic and wtf subnormals are and why it matters for audio dsp performance.
https://www.youtube.com/watch?v=y-NOz94ZEOA
PS: In case you didn't know https://crates.io/crates/no_denormals
Show Your Work at ADC: Call for Posters is Now Open!
Join ADCx Gather (online, Sept 26) & ADC25 (Bristol + online, Nov 10–12).
Posters can be print, digital, or interactive—share your project with the global audio dev community!
Deadline: Sept 1
In-person spots limited
AUDIOPHILE MAN - HiFi NEWS: HP-1 HEADPHONES FROM KALI AUDIO
Kali Audio has announced the HP-1, an over-ear, DSP-powered headphones aimed mainly at studio use, almost a business accessory. https://theaudiophileman.com/hp-1-headphones-from-kali-audio/ #headphones #news #hifi #audiophile #studio #dsp #new
Qualcomm DSP Kernel Internals
Explains core architecture and components of Qualcomm’s FastRPC-based DSP kernel driver.
I recorded a 25-minute ambient piece made from marble sounds with effects and FM synthesis. #music #generative #dsp #noisefunge
We offer a position as #FPGA developer for software defined radio #SDR with JESD204B-ADCs, a mixture of #DSP algorithms in logic on Xilinx/AMD FPGAs and #GNURadio on #embedded Linux for our upcoming satellite project.
https://jobs.mb-satellite.com/HPv3.Jobs/MB-Satellite/stellenangebot/46970
The lab is located in Hamburg, Germany, but most of the work can be done fully remote.
For details, contact Fabian Brücher fabian.bruecher@mb-satellite.com or @mbs_ho:matrix.org
一石二鳥:I/Q 訊號與傅立葉轉換 (第一部分)
➤ 探索無線通訊訊號處理的基礎:I/Q 訊號的意義與正交性原理
✤ https://wirelesspi.com/two-birds-with-one-tone-i-q-signals-and-fourier-transform-part-1/
本文是「一石二鳥:I/Q 訊號與傅立葉轉換」系列文章的第一部分,旨在揭開無線通訊中 I/Q 訊號的神祕面紗。作者從訊號的基本組成——電磁波,談到如何透過改變訊號的振幅、頻率或相位來傳遞資訊。文章深入探討了 I/Q 訊號在無線系統中的重要性,並預告下一部分將連結 I/Q 訊號與訊號處理的關鍵工具——傅立葉轉換。透過數學概念如正交性與向量內積的解析,作者引導讀者理解如何有效利用正弦波來傳遞更多獨立的資訊。
+ 這篇文章解釋 I/Q 訊號的由來,讓我對無線通訊的訊號傳輸有了更清晰的認識,特別是「一石二鳥」的比喻很有趣。
+ 作者很擅長用淺顯易懂的方式講解複雜的訊號處理概念,從電磁波到正交性,一步步引導讀者進入 I/Q 訊號的世界。期待下一部分的傅立葉
#訊號處理 #無線通訊 #SDR #DSP
added visual testing to #clawdio. now I can see the actual waveform for the signal math I'm doing in #Rust with a simple `cargo test`.
before I'd have to build the module, include it in the library, then finally use a test app to render a waveform (after setting up the #audio context and all that jazz). this cuts down time immensely, and adds validation over time (if any code changes, we can see a visual diff now) #DSP
@tedyapo Yeah, so Google Gemini. The code it gave me was almost right. I used it as an outline to understand how (extended) Kalman filters work and how to apply them to this problem, and steered me in pretty much the right direction. Best experience I've had with an LLM. It probably would have taken me longer without it, even though I did spend two whole days on it.
But there are glitches, and I don't know how to tune it to be smoother.
17/N
@poleguy @attie @rrmutt @tedyapo The Jupyter notebook is on Github here. It's not quality code, it's hacked together.
https://github.com/kbob/ESP32_Fan_Analysis/blob/main/analyze/kalman.ipynb
16/N
@tedyapo nicely sent me a Google Gemini outline of a Kalman filter to measure fan speed. I used it as an excuse to learn about Kalman filters. I carefully transcribed it into Python, and now I've got a not-quite-working implementation. Here are the graphs, same data as upthread in 4 and
5.
Graphs 1-3 here, 4-5 in the next post.
14/N
@tedyapo @poleguy @attie @rrmutt (This project is on my travel laptop, so I'm only working on it sporadically. D'oh.)
I did the CIC thing. I created samples where pulse present = 1 and absent = 0. Integrated, decimated, combed. The problem is that that's a DC signal. Integrators overflow on DC. I want to measure the DC bias (pulse density), so I can't just decay the integrators.
Suggestions welcome. (cont'd)
12/N
Agentic AI threatens traditional DSP business models says industry veteran https://ppc.land/agentic-ai-threatens-traditional-dsp-business-models-says-industry-veteran/ #AgenticAI #DSP #ProgrammaticAdvertising #DigitalMarketing #AIinAdvertising
Agentic AI threatens traditional DSP business models says industry veteran: Industry expert argues artificial intelligence agents could eliminate core programmatic advertising platform functions through automated campaign management and curation strategies. https://ppc.land/agentic-ai-threatens-traditional-dsp-business-models-says-industry-veteran/ #AgenticAI #DSP #ProgrammaticAdvertising #DigitalMarketing #AIinAdvertising
#fedihelp #Wine #Linux / #EventTech (2/x)
So now at least the piece of software in question does run somehow. It is called "Digital Speaker Management" and it is the remote control for the inexpensive #IHOS #DSP processor.
I can click the connect button top right. But then the software crashes.
And I have an idea why it does so: It tries to find the IHOS controller via serial port or USB. Now Linux offers 32 serial ports to Wine, which are all virtual, and if I'd had the controller plugged in via USB, this would be COM33 in Wine!
But usually I don't plug it in, I use it via Wifi (the controller has its own wifi system even).
So is there a way to hide all these COM ports from Wine?
(Actually I do need COM33 sometimes for the Beyerdynamic Quinta Control Software.)
EDIT: I found out that the actual issue is displaying the connection window. It doesn't come up unless you press the Alt key after clicking the button. For whatever stupid reason.
Top 10 Deutscher Spiele Preis Gewinner:
https://www.abenteuer-brettspiele.de/top-listen/top-10-deutscher-spiele-preis-gewinner-brettspiele
Was sind eure Favoriten unter den DSP-Gewinnern?
#deutscherspielepreis #dsp #brettspiele
Nicht vergessen! Bis Ende Juli noch abstimmen: https://www.spiel-essen.de/de/programm/dsp