且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Matlab中将朴素逆滤波器与维纳滤波器进行反卷积的比较

更新时间:2022-02-11 23:47:59

因此,事实证明,在计算维纳滤波器时,我用错误的分母进行了除法.现在,我还使用简单的abs(...)^ 2方法来计算Wiener滤波器中每个项的| ... | ^ 2(功率谱密度).上面的代码反映了这些更改.希望这对像我这样的菜鸟有帮助:)

So it turns out that I was dividing by the wrong denominator when calculating the Wiener Filter. I also now calculate the |...|^2 (power spectral density) of each term in the Wiener Filter using the straightforward abs(...)^2 way. The code above reflects these changes. Hope this is helpful to any noobs like myself :)