Interleaved Radar Range-Doppler Processing for Shorter Look Periods
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Traditional radar processing methods underutilize computing resources and restrict Doppler processing to a small window of time due to sequential memory operations, leading to inefficient use of processor resources and longer look periods.
Innovation Solution
Interleaving range and Doppler radar processing by allowing Doppler processing to occur in parallel with range processing through alternating memory access strategies, enabling processor idle times to be utilized for completing Doppler processing during subsequent look periods.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Ease of operation
If sequential memory operations (writing rows then reading columns) are used for range and Doppler processing, then memory access simplicity is maintained, but processor utilization is underutilized and Doppler processing is restricted to a small time window
Solution Approach 1:
The patent applies preliminary action by performing Doppler processing for a first look period during processor idle times before range processing for that same look period is completed. This allows Doppler processing to begin in advance, utilizing otherwise wasted processor time, and resolves the contradiction by maintaining simple sequential memory operations while dramatically improving processor utilization through overlapping processing stages across look periods
Solution Approach 2:
The patent implements continuity of useful action by ensuring the processor continuously performs useful work across look period boundaries. Doppler processing for look period N-1 continues during idle times in look period N, and range processing for look period N proceeds without interruption. This eliminates processor idle time and maintains continuous productive action, resolving the contradiction between operational simplicity and productivity
2Device complexity
If Doppler processing waits for range processing to complete, then processing order simplicity is maintained, but look period duration is extended and time efficiency is reduced
Solution Approach 1:
The patent applies preliminary action by completing Doppler processing for look period N-1 during idle times in look period N, before range processing for look period N finishes. This reordering allows Doppler results to be available earlier, reducing the effective look period duration for Doppler output while maintaining simple processing logic through the interleaved structure
Solution Approach 2:
The patent implements dynamics by making the processing schedule flexible across look period boundaries. Instead of rigid sequential processing within each look period, the system dynamically overlaps Doppler processing of one look period with range processing of the next, adapting the processing timeline to maximize efficiency while keeping the underlying processing order simple
3Productivity
If processor idle times are utilized for Doppler processing, then processor utilization is improved, but processing interleaving complexity increases
Solution Approach 1:
The patent applies periodic action by establishing a regular alternating pattern: range processing for the current look period proceeds periodically, and Doppler processing for the previous look period executes during the periodic idle intervals between range processing operations. This periodic interleaving structure improves processor utilization while limiting complexity through the predictable, repeating pattern
Solution Approach 2:
The patent implements segmentation by dividing processing into distinct periodic segments: range processing segments for the current look period and Doppler processing segments for the previous look period. Each segment operates independently during its allocated time windows, simplifying the interleaving logic while achieving high processor utilization through the segmented structure
Data Source
Figure 1
Figure 2-1
Figure 2-2~2-3
AI summary
Described are techniques for interleaving range and Doppler radar processing. A data cube is memory accessed differently, from one look period to the next, which allows Doppler processing for a current look period to happen in parallel with range processing for a next look period. Range processing for a first look period writes to rows of the data cube; Doppler processing reads from and empties its columns. But before Doppler processing can finish, a second look period begins. Rather than re-writing to the rows, range processing in the second look period writes to the columns just emptied by the ongoing Doppler processing. Doppler processing for the first look period is allowed to finish by executing during processing idle times in the second period, e.g., in-between chirps. With better processor utilization, Doppler processing is afforded more time to do its complex operations, while keeping look periods as short as possible.