top of page

DPIIT‑Recognized Startup (Government of India) — AI & Machine Learning Sector


Beamforming in Modern Ultrasound Systems: Physics, Architectures, and Transducers
Introduction Ultrasound imaging is, at its core, an exercise in wave control . Every ultrasound image you have ever seen is the result of thousands of acoustic waves being launched, steered, focused, reflected, and coherently recombined in real time. The technique that makes this possible is beamforming . In this article, we take a structured journey through modern ultrasound beamforming: Analog vs digital beamforming FPGA‑ and GPU‑based architectures Why transmit and receive
Kasturi Murthy
3 days ago6 min read


Medical Ultrasound: From Physics to Software Defined Systems
Having spent years analyzing the medical ultrasound landscape from a patenting perspective , I’ve had a front-row seat to the intricate engineering that makes non-invasive imaging possible. However, the most complex systems often rely on the simplest physical truths. In this article, I’ve broken down the "black box" of ultrasound technology—starting with a simple "shouting in the hills" analogy and expanding into the sophisticated imaging modes that define modern diagnostics.
Kasturi Murthy
Mar 2512 min read


Software Defined Ultrasound
The term Software Defined Radio (SDR) was introduced by Joe Mitola in 1991 [1] to describe a new class of radios that are both programmable and reconfigurable. Unlike traditional radios, whose functionality is largely fixed by hardware components, an SDR uses software to implement many radio functions. As a result, the same physical hardware platform can support multiple communication standards, modulation schemes, and operating modes simply by changing the software, even du
Kasturi Murthy
Mar 194 min read
From the Upper Atmosphere to the Ocean Depths: A Personal Exploration of Wave Physics
The terrestrial ionosphere is one of the most fascinating natural plasma laboratories available to us. Stretching from roughly 60 km to more than 1000 km above Earth’s surface, it is sculpted by solar radiation, geomagnetic fields, and atmospheric chemistry. This region reflects and refracts radio waves, enabling long‑distance communication long before satellites existed. Its layered structure—D, E, and F regions—responds dynamically to solar activity, making it both a challe
Kasturi Murthy
Mar 73 min read
Synthetic Data, DPDPA and Tools
A Brief Overview of Synthetic Data Synthetic data is information that is artificially generated by computer algorithms rather than collected from real-world events or individuals. While it contains no real personal records, it accurately mimics the mathematical patterns, distributions, and correlations of the original dataset. In the context of machine learning, this is typically achieved using generative AI techniques. For example, instead of relying on a database of highly
Kasturi Murthy
Mar 64 min read
Lepakshi ECG Annotator — Label ECG Leads with Bounding Boxes
Intuitus has released Lepakshi- ECGAnnotator Beta version , a compact Windows application designed for fast, accurate annotation of 12‑lead ECG images. It supports interactive bounding‑box creation, keyboard‑driven adjustments, JSON export, and a clean, responsive UI — ideal for preparing datasets for YOLO (You Only Look Once) and other computer‑vision workflows. YOLO is a real‑time object detection method that identifies and localizes multiple objects in a single pass throug
Kasturi Murthy
Jan 142 min read
AI-Driven Digitization of Paper ECG Records - Comprehensive Overview
Tavily Deep Research(*) is an AI-powered search engine designed specifically to act as the "eyes" for autonomous agents and large language models (LLMs). Unlike traditional search engines that prioritize visual layouts and advertisements for human browsing, Tavily focuses on parallel data extraction, scouring hundreds of web sources simultaneously to identify and aggregate the most relevant, high-quality information. By stripping away messy HTML "noise" and providing structur
Kasturi Murthy
Dec 31, 20256 min read
Exploring the Power of Parallel Web Systems
In the current landscape of 2025, we are witnessing a fundamental shift in how the internet is used. For decades, the web was built for human eyes—optimized for visual layouts, advertisements, and sequential browsing. However, as AI agents become our primary researchers, a new infrastructure has emerged: Parallel Web Systems [1] Increasing Demand for Efficient Web Applications The need for quicker and more efficient web applications is increasing as users anticipate smooth ex
Kasturi Murthy
Dec 31, 20252 min read
Bridging Patents to Academic Validation
Searching is Science, but Finding is an Art This phrase is often repeated in the halls of Information Science, and for good reason. Searching is a mechanical act—the "Science. " It is the algorithm traversing billions of rows in a database, the cold logic of indexing, and the raw compute power that retrieves a list of results. Anyone can search; you simply type a keyword and hit "Enter." Finding , however, is the "Art." It is the human intuition that knows *how* to ask the q
Kasturi Murthy
Nov 23, 20252 min read


BiomedClip - Citation Ripples
If you’ve ever wondered how a research paper’s ideas ripple across disciplines, Litstudy[1] is the tool that brings those connections to life. Rather than simply tallying up citations, Litstudy dives deeper showing you exactly which domains have picked up on a paper’s concepts. To make the experience even more interactive, I’ve included a Python notebook in HTML format by taking the BiomedCLIP [2] paper as an example. BiomedClip Model is featured in AI Kosh, the Government of
Kasturi Murthy
Nov 7, 20252 min read


Efficient Containerized Fortran and CUDA Development with Docker in VS Code
In the current high-performance computing environment, developers require tools that are both powerful and easy to configure. Fortran and CUDA remain essential for scientific and engineering applications but integrating them can be complex and error prone. Docker addresses this issue by offering a consistent, portable environment that packages code, compilers, libraries, and system tools, thus resolving the typical “it works on my machine” problem. This blog post builds on r
Kasturi Murthy
Oct 15, 20254 min read


Geomagnetic coordinates, time and field in Centred and Eccentric dipole approximations
** FORTRAN code work is in progress will also be shared from GitHub References Geomagnetic coordinates, time, and field in Centered and Eccentric Dipole approximations. Ramana, K V V , Murthy, K S R N and Khan, Ibrahim , Indian Journal of Radio & Space Physics Vol. 27, February 1998, pp.35-42. http://nopr.niscpr.res.in/handle/123456789/35273 A Theoretical Study of F2-region Equatorial Anomaly in Solar Maximum and Minimum, K S R Narayana Murthy, PhD (Thesis), 1995. Departmen
Kasturi Murthy
Oct 7, 20251 min read


A2TTS-Telugu Speaker Adaptive TTS (Text-to-Speech)-v0.5
In this blog post, I discuss my preliminary experiences with a speaker-adaptive text-to-speech (TTS) system aimed at producing...
Kasturi Murthy
Sep 14, 20254 min read


ECG Synthesis: From GPU Training to Edge Deployment on Raspberry Pi
Introduction In my previous blog post, I discussed the input data for the LSTMVAE model, which comes from the publicly available PTB-XL...
Kasturi Murthy
Aug 31, 20255 min read


LSTM-VAE: Deep Architecture for GPU-Accelerated ECG Generation
Introduction In this post, I explore a custom LSTM-based Variational Autoencoder (LSTMVAE) designed for sequential representation...
Kasturi Murthy
Aug 12, 20258 min read


Exploring ECG Data: PTB-XL for Training Generative Models
Electrocardiogram (ECG) data is essential for assessing heart health. In data science and engineering, particularly when developing AI...
Kasturi Murthy
Jun 23, 20257 min read
litstudy in Action: A Real-World Example of Scientific Literature Analysis
This blog delves into the science of exploring scientific literature, showcasing how tools like Litstudy [1] and Jupyter Notebook can...
Kasturi Murthy
Mar 23, 20255 min read
Synthetic Sine Waves Using Variational Auto-Encoder
This blog post begins with a playful analogy to the scientific paper by King and Welling [1], likening to a friend who studies your...
Kasturi Murthy
Mar 10, 20256 min read
Generation of Synthetic ECG Data for Enhancing Medical Diagnosis
Electrocardiogram (ECG) signals are pivotal in diagnosing cardiovascular conditions, as they provide critical insights into the heart's...
Kasturi Murthy
Feb 14, 20253 min read
bottom of page