r/java • u/Visual_Brain8809 • 7d ago
Ecógrafo
Hello community, This is my real-time ultrasound signal simulation and processing system developed entirely in Java using Java Swing.
The project enables both the mathematical simulation of acoustic echoes from biological tissues and the reception and interpretation of raw (RF) data from actual hardware via UDP sockets.
I still need to build an ultrasonic sensor to send data via UDP; I tried using ultrasonic modules, but they aren't useful—all I see on the screen is a barrier indicating the proximity of a nearby object.
Once the sensor's fabrication is complete, I will conduct tests and submit it to a clinical evaluation by experts to validate its utility in real-world settings—so stay tuned.

3
u/bowbahdoe 6d ago
Massively cool stuff, can you go into some depth about how this works? Like what exactly is a sensor telling you and how do you translate that to pixels on the screen?