Database
mag.txt
Associated article: An Efficient Algorithm for Magnitude Operation
Tags: Database Embedded Systems Design
Published source code accompanying the article by S. Manivannan in which he discusses magnitude operation, which is widely used in signal and data processing for signal detection and power estimation, including systems such as real-time displays for sensors, radars, sonars, and scanners for medical imaging systems.
An Efficient Algorithm for Magnitude Operation by S. Manivannan Figure 1: (a) M(a,b) >= a, (b) M(a,b) < a + 0.5b (c) r2 = (M - a)2 = M2+ a2- 2*M*a = 2*a2+ b2- 2*M*a; (d) b2= ...


