I have these values, m2 = 1 -1 -1 1 w2 =-1 -1 1 1 -1 -1 1 1 -1 -1 1 1 -1 -1 1 1 Im about …
I'm finding in trouble trying to resolve this exercise. I have to calculate the convolution of this …
My task is simple; I want to simulate analog low-pass filtering of an input signal, using Python. No…
I'm trying to use and understand SciPy's deconvolve for a project I'm working on. I'm having some tr…
I've found on multiple sites that convolution and cross-correlation are similar (including the tag w…
I have made a python code to smoothen a given signal using the Weierstrass transform, which is basic…
During convolution on a signal, why do we need to flip the impulse response during the process?
I showed the question about flipping the impulse response to some math teachers and electrical engin…
I am trying to write an image processing program to recognize bubbles in oil. It has been suggested …
I found an approximation of a 5x5 2D convolution kernel like this : Here, the sum of the elements…
i got a system with transfer function given by: $$H(\omega)=1-e^{-j\omega}$$ I already plot it, and…
I am trying to understand where does the convolution fit in Discrete Fourier Transform. I know that …
Consider filtering square n*n images by square, separable m*m filters. a) Give general equations fo…
Take: $$ (u*v)(k) = \sum_{i=-\infty}^\infty u(i)v(k-i). $$ The $k$ is there, it's because y…
Consider filtering square n*n images by square,separable m*m filters. What are the general computati…
I am trying to implement Wavelet transform in an embedded environment. The problem I face goes like …
I'm trying to do some simple filtering for an audio signal using a window-sinc low pass filter. Supp…
I'm trying to get a grip on Wavelets. I've read "Wavelets, Their Friends, and What They Can Do for Y…
Given a discrete real signal $ f_{re}(t) $ the (complex) analytic signal is given by: $ x(t) = f_{r…
I'd like to understand how to calculate the cyclic convolution as well as understand what that means…
I understand how to find the output from the input with an impulse response, but how can I go about …
I have a MxN image matrix in, and need to get out matrix out size MxN as follows: Each point out[i,…
Given $f(x)$ and its FFT $F(u)$, I need to prove that $df/dx = F(u) * 2iu\pi /n.$ $df/dx = f'(x)$ a…
I got the concept of Convolution in signal processing from a video lecture that it is method to get …
i have to do the convolution of two signals by employing FFT. as i am new to programming, please tel…
I just study signal processing and I have some questions. How to find impulse response $h[n]$ sequ…
In the image processing world, I've noticed that a lot of the popular convolution filters are separa…
I = imread('13.jpg'); Ir = I(:,:,1); Ig = I(:,:,2); Ib = I(:,:,3); %# Create the gaussia…
I'm reading Computer Vision: Algorithms and Applications wich is available online as a PDF and on Ch…
I want to know how to solve those types of problems.. is it by inspection ? Consider the linear sy…
© 2012 - Nathan Osman - [About]