MHB Convolution of two discrete sequence

nacho-man
Messages
166
Reaction score
0
Hi,

New to this topic, and need some help.

My task is to find the convolution between
$ y= x ∗ h$

where $x = u_n - u_{n-N}$ and $h_n = u_n - u_{n-M}$ and $M\ge N$ are positive integers

My understanding is that

in general, $ y= x ∗ h = \sum\limits_{m=-\infty}^\infty x_m h_{n-m} $

so for my question i get

$\sum\limits_{m=-\infty}^\infty (u_m-u_{m-N})(u_{m-n}-u_{m-M})$
is there anything further i can do here? It doesn't feel complete, and to be honest, the idea of convolution still seems vague to me.

$u_n$ is the step function
 
Physics news on Phys.org
nacho said:
Hi,

New to this topic, and need some help.

My task is to find the convolution between
$ y= x ∗ h$

where $x = u_n - u_{n-N}$ and $h_n = u_n - u_{n-M}$ and $M\ge N$ are positive integers

My understanding is that

in general, $ y= x ∗ h = \sum\limits_{m=-\infty}^\infty x_m h_{n-m} $

so for my question i get

$\sum\limits_{m=-\infty}^\infty (u_m-u_{m-N})(u_{m-n}-u_{m-M})$
is there anything further i can do here? It doesn't feel complete, and to be honest, the idea of convolution still seems vague to me.

$u_n$ is the step function

Hi nacho!

First off, it should be:
$$y_n = (x*h)_n = \sum\limits_{m=-\infty}^\infty (u_m-u_{m-N})(u_{n-m}-u_{n-m-M})$$

Can you eliminate the parentheses?From the definition of convolution, we have:
$$(u*u)_n = \sum\limits_{m=-\infty}^\infty u_m u_{n-m}$$

Then, with $k=m-N \Rightarrow m=k+N$, this implies for instance:
$$\sum_{m=-\infty}^\infty u_{m-N} u_{n-m}
=\sum_{k=-\infty}^\infty u_{k} u_{n-(k+N)}
=\sum_{k=-\infty}^\infty u_{k} u_{(n+N)-k}
= (u*u)_{n+N}$$

Can you write $y_n$ as a combination of such self-convolutions?
 
I posted this question on math-stackexchange but apparently I asked something stupid and I was downvoted. I still don't have an answer to my question so I hope someone in here can help me or at least explain me why I am asking something stupid. I started studying Complex Analysis and came upon the following theorem which is a direct consequence of the Cauchy-Goursat theorem: Let ##f:D\to\mathbb{C}## be an anlytic function over a simply connected region ##D##. If ##a## and ##z## are part of...
Back
Top