Questions tagged «deconvolution»

3
级联双二阶部分以实现高阶滤波器的工作原理?
我正在尝试实现8阶IIR滤波器,并且我阅读的每个应用笔记和教科书都说,最好将2阶以上的任何滤波器实现为二阶部分。我tf2sos在MATLAB中使用了二阶部分的系数,这与我预期的4个二阶部分的6x4系数有关。在实施为SOS之前,八阶滤波器需要存储7个先前的采样值(以及输出值)。现在,当实现为二阶部分时,流程如何从输入到输出工作,我是否仅需要存储2个先前的样本值?还是第一个滤波器的输出馈x_in入第二个滤波器,依此类推?
20 filters  filter-design  infinite-impulse-response  biquad  audio  image-processing  distance-metrics  algorithms  interpolation  audio  hardware  performance  sampling  computer-vision  dsp-core  music  frequency-spectrum  matlab  power-spectral-density  filter-design  ica  source-separation  fourier-transform  fourier-transform  sampling  bandpass  audio  algorithms  edge-detection  filters  computer-vision  stereo-vision  filters  finite-impulse-response  infinite-impulse-response  image-processing  blur  impulse-response  state-space  linear-systems  dft  floating-point  software-implementation  oscillator  matched-filter  digital-communications  digital-communications  deconvolution  continuous-signals  discrete-signals  transfer-function  image-processing  computer-vision  3d 

12
高斯核模糊的一维信号的反卷积
我已经将一个随机信号与a高斯进行卷积,并添加了噪声(在这种情况下为Poisson噪声)以生成一个噪声信号。现在,我想对这个噪声信号进行反卷积,以使用相同的高斯信号提取原始信号。 问题是我需要执行一维反卷积的代码。(我已经在2D中找到了一些,但我的主要目标是1D)。 您能否建议我一些能够做到的软件包或程序?(最好在MATLAB中) 先谢谢您的帮助。

2
如何从一组输入和输出信号中得出线性系统的脉冲响应?
我想知道如何解决这类问题。 考虑下面的线性系统。如图所示,当输入系统,和,系统的响应为,和。x 2 [ n ] x 3 [ n ] y 1 [ n ] y 2 [ n ] y 3 [ n ]X1个[ n ]x1[n]x_1[n]X2[ n ]x2[n]x_2[n]X3[ n ]x3[n]x_3[n]ÿ1个[ n ]y1[n]y_1[n]ÿ2[ n ]y2[n]y_2[n]ÿ3[ n ]y3[n]y_3[n] 确定系统是否为时不变的。只是你的答案。 什么是冲动反应? 编辑: 假设一般情况下,给定的输入不包含像这样的按比例变化的脉冲X2[ n ]x2[n]x_2[n]
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.