-
Notifications
You must be signed in to change notification settings - Fork 0
Acoustic detection of drones
Acoustic detection of drones is based on one simple reality: rotorcraft are loud, especially at low altitude. Even when a drone uses electric motors, the combination of propeller blade pass frequency, motor harmonics, gearbox tones, and aerodynamic noise produces a distinctive acoustic signature. At ultra-low altitudes (tree-top level, ground-hugging, nap-of-the-earth), these signatures propagate horizontally and upward better than radar or optical signatures. That is why acoustic sensors are used to detect low-altitude UAVs — especially when the drone is below the radar horizon or visually obscured.
Breakdown of how acoustic drone detection works in practice:
Every drone produces three dominant sound components:
| Source | Frequency band | Notes |
|---|---|---|
| Propeller blade pass frequency | 80 Hz – 2 kHz | Main identifiable signature (depends on prop diameter & RPM) |
| Brushless motor harmonics | 2 kHz – 8 kHz | Higher-order tones from ESC/motor commutation |
| Broadband aerodynamic noise | 2 kHz – 15 kHz | Turbulence from propellers, airflow over arms/body |
Because acoustic sensors cannot be masked by terrain, a microphone on a hilltop or balloon may detect a drone that no radar or camera can see at that moment.
When sensors are placed on hills, towers, or balloons/aerostats:
-
Ambient noise is lower → better signal-to-noise ratio
-
Sound from low-altitude targets reaches upward unobstructed
-
Microphones can monitor below the radar horizon
Even a 300–500 m elevation gain can double detection range.
Balloon-based acoustic stations in Ukraine take advantage of this:
-
Acoustic array on aerostat detects drone approach before visual/radar contact
-
Bearing is sent to ground C2
-
Cameras and air-defense assets are cued to that direction
-
Works when radar/EO line-of-sight is blocked by terrain
-
Detects very small hobby-grade drones
-
Passive → cannot be jammed, emits nothing
-
Cheap → dozens of sensors can cover a large front
-
Wind, rain, artillery or armored vehicles reduce SNR
-
Cannot give exact altitude
-
Range is shorter than radar for large targets
-
Works poorly if drone flies very slowly and masked by loud environments
Net result: acoustic should never be a standalone detector. It is best used as:
-
First cue → “something is coming from this direction”
-
Then radar/EO/IR take over for track and ID
A proven architecture:
[ Acoustic Layer ]
Sensors (ground + aerostat + rooftops) detect early signature, output bearing only
↓
[ Radar/EO Layer ]
Cue radars + thermal cameras to the bearing → acquire track
↓
[ Counter-UAS Layer ]
Jammers / guns / interceptor drones receive coordinates + trackWhere terrain causes blind spots:
-
Place acoustic sensors in the valleys
-
Place aerostat microphone payloads above the valleys
-
Fuse both to eliminate dead zones
Acoustic sensors detect ultra-low-altitude drones using:
-
Microphone arrays (MEMS/analog)
-
Beam-forming and phase-delay localization
-
Neural-network harmonic classifiers
-
TDOA triangulation (multiple nodes)
They are not a replacement for radar, but they bridge the gap where radar and cameras fail — especially during terrain-hugging drone approaches.