# sar-algorithm **Repository Path**: zhaofei2048/sar-algorithm ## Basic Information - **Project Name**: sar-algorithm - **Description**: 国科大SAR信号处理与运动补偿第九组作业 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 2 - **Created**: 2021-05-03 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SAR Algorithm ## 国科大SAR信号处理与运动补偿课程第九组作业 ## Introduction Hello, this repository is maintained by these 3 guys: Hongxiang Li@[lihongxiang1998](https://gitee.com/lihongxiang1998), Jianwei Liu@[XiaoLiu2021](https://gitee.com/XiaoLiu2021) and Fei Zhao@[zhaofei2048](https://gitee.com/zhaofei2048) Any question? Feel free to ask by issues! Also, we'd appreciate it that if you could help us to perfect these codes. Any mistakes you find in this repository, just fork and pull a request! :smile:You can freely modify these files or use them directly, i.e., these programs can be used in any ways and no need for our permission, even without a reference. However, a reference to this repository is recommended. ## Hierarchy - :open_file_folder:src - :open_file_folder:functions - :page_facing_up:RDA.m - :page_facing_up:CSA.m - :page_facing_up:wKA.m - :page_facing_up:read_data.m - :page_facing_up:generate_point_data.m - :page_facing_up:f_point_analyze.m - :page_facing_up:f_IRW_PSLR_ISLR.m - :page_facing_up:Lee_filter.m - ... - :page_facing_up:main.m (主处理文件) - :page_facing_up:RDA_sim.m (RD算法仿真脚本) - :page_facing_up:CS_sim.m (RD算法仿真脚本) - :page_facing_up:wKA_sim.m (RD算法仿真脚本) - :page_facing_up:image_enhance.m (图像增强脚本) - :open_file_folder:test (测试文件) - :open_file_folder:trash (弃用文件) - :page_facing_up:变量名约定.md In UCAS, May 2021.