# Signal-Lab **Repository Path**: hnFan/Signal-Lab ## Basic Information - **Project Name**: Signal-Lab - **Description**: 信号与系统大作业,多径失真的滤波消除方法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-03 - **Last Updated**: 2021-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Recovery of multi-path transmission signals ## 文件结构 Sketch为一些杂项和底稿 Test是一些滤波方法的测试 Basic 0,1,2分别对应Basic的三种滤波方法,分别是Butterworth低通滤波,不完善的自适应滤波,和Wiener滤波。运行output可以得到结果。 Advance利用Wiener滤波实现。注意在运行findparam的时候,不要运行细筛那一节。否则会出现过冲。 构成的滤波系统均通过System Identification Toolbox进行拟合,6阶nominator,11阶denominator为最佳。 ## References - 多径信道理论的直观感受:https://zhuanlan.zhihu.com/p/116761401 - 七种重要滤波方法:https://blog.csdn.net/weixin_45502929/article/details/112017409 - 卷积消除法:http://ddjy.hnust.edu.cn/ch/reader/create_pdf.aspx?file_no=201803013&year_id=2018&quarter_• OFDM:https://zhuanlan.zhihu.com/p/57967971 - 系统辨识:https://ww2.mathworks.cn/help/ident/gs/identify-linear-models-using-the-gui.html - FIR:https://blog.csdn.net/u010592995/article/details/86684204 - 自适应滤波器http://blog.sina.com.cn/s/blog_bb81c2230102xdfu.html - 维纳滤波器https://zhuanlan.zhihu.com/p/20850601