Tech Explained: Acoustic Cameras

Earlier in the week, a friend sent me a video of a product from Fluke that visualizes air leaks and other noises. I had no idea such a technology existed. Spent some time learning more, and now I wanted to share what I found.

Acoustic cameras are essentially devices that can “see” sound. Think of them as thermal imagers, except for sound. They combine a specialized array of MEMS microphones with a camera interface to capture and display noise sources as colourful, real-time heat-map images. While this might sound futuristic, the tech has been around for the last few decades, but I never knew. 
So how does it work? An array of microphones picks up sound waves from different directions. These signals are then processed by a beam forming algorithm that calculates the precise location of each sound source. The system superimposes a heatmap-like overlay onto a visual image or video feed, highlighting exactly where noise originates. It’s like having a set of highly trained ears that can pinpoint the faintest hiss or hum in a busy environment. Some units have audio freq range selection so that you can select to really reduce surrounding noise to focus on a specific band.

Its applications are varied. Factories use them to quickly spot air leaks, carmakers use them to reduce cabin noise, and mechanics use them to find hidden unusual vibration noises in factory equipment. Some factories rely on them for preventative maintenance, before they become costly. Environmental folks employ these tools for tasks like monitoring wildlife habitats or measuring noise pollution levels. It’s used to detect electric partial discharges in High voltage electric power delivery systems. Corona discharge, arcing emits ultrasound that can be picked up via this tech.

The distance of capture is not that high though. If it was, I would have loved to put this up on a drone and get a bird’s eye view of the city and its noise level sources. Nice little tech if you ask me.

If you liked the post, Share it with your friends!

BackToBasics: Analog Computing

I was doing some history reading on computing earlier this week and got hooked on the concept of analog computing. It’s fascinating to think about how this technology, that dates back several decades, is making a comeback even in the AI era.

First, the basics. Digital computing is all about 1s and 0s. Meaning you have an electrical signal and you convert it into digital domain via an ADC(Analog to Digital Converter) and do the rest of the process in mostly software. Although it has many good things going for it like its precise, configurable & repeatable, one of the main points is its slow(think conversion time) and power-hungry because of the extra steps needed.

This is where analog computing shines. Unlike digital, analog doesn’t use binary. It uses continuous signals, like voltages or currents, to represent and process information. It’s fluid, parallel, and highly efficient. For AI tasks, like neural network operations that involve lots of matrix math, analog systems can process data directly without all the energy-intensive conversions digital systems need. Its energy efficient and can perform computations at a fraction of the cost making them great for AI edge applications like sensors, cameras, wearables etc.

A company worth looking into is Mythic AI, which uses compute-in-memory technology. Here, matrix multiplications happen directly in the circuit, using analog signals. Imagine a DAC generating voltages across varying resistors; measuring the current in the line gives the multiplied result V=IR. This is a fundamental multiplication block. Scale this across a large node matrix, and you achieve fast, low-energy matrix operations without transferring data between memory and processor which cant be avoided in digital computing.

I think the future might be about combining the two to create systems that are both powerful and efficient. As of today, since the o3 release from OpenAI, I feel the only wall(if any) AI is going to hit, is the compute shortage wall, nothing else.

If you liked the post, Share it with your friends!
1 10 11 12 13 14 86