OpenRadar DSP 模块
OpenRadar DSP 模块的中英双语概�?
OpenRadar DSP 模块
中文
mmwave.dsp �?OpenRadar 的核心。原�?Sphinx 文档按子模块列出了可直接调用的函数接口,这里按处理链路重新组织:
1. 距离处理 / Range Processing
range_resolutionrange_processingzoom_range_processingzoom_fft_visualize
2. 多普勒处�?/ Doppler Processing
doppler_resolutiondoppler_processingdoppler_estimation
3. 角度估计 / Angle Estimation
azimuth_processingaoa_bartlettaoa_capongen_steering_vecnaive_xyzbeamforming_naive_mixed_xyz
4. CFAR 与峰值筛�?/ CFAR and Peak Selection
ca,caso,cago,ospeak_groupingpeak_grouping_qualified
5. 补偿与杂波处�?/ Compensation and Clutter Handling
add_doppler_compensationrx_channel_phase_bias_compensationnear_field_correctiondc_range_signature_removalclutter_removal
6. 噪声与点云裁�?/ Noise Removal and Pruning
peak_grouping_along_dopplerrange_based_pruningprune_to_peaks
7. 工具函数 / Utilities
windowingXYestimationZoomFFT
English
mmwave.dsp is the core of OpenRadar. The original Sphinx docs list callable functions by module; this page reorganizes them around the processing pipeline:
- Range processing
- Doppler processing
- Angle estimation
- CFAR and peak selection
- Compensation and clutter removal
- Noise suppression and pruning
- Utility helpers
The most commonly reused functions in demos are range_processing, doppler_processing, aoa_capon, ca, prune_to_peaks, and beamforming_naive_mixed_xyz.
对应原始文档 / Original references
repro/openradar/docs/source/dsp/index.rstrepro/openradar/docs/source/dsp/range_processing.rstrepro/openradar/docs/source/dsp/doppler_processing.rstrepro/openradar/docs/source/dsp/angle_estimation.rstrepro/openradar/docs/source/dsp/cfar.rstrepro/openradar/docs/source/dsp/compensation.rstrepro/openradar/docs/source/dsp/noise_removal.rstrepro/openradar/docs/source/dsp/utils.rstrepro/openradar/docs/source/dsp/zoom_fft.rst