What are the Convolution Intervals for Step Function and Exponential Decay?

AI Thread Summary
The discussion focuses on understanding the convolution of a step function and an exponential decay function. The convolution is defined as y[n] = x[n] * h[n], where x[n] = u[n] and h[n] = a^(-k)u[-k] for 0 < a < 1. The key point is determining the limits of the summation based on the conditions for n, specifically when n <= 0 and n > 0. For n <= 0, the summation involves k values less than or equal to -n, while for n > 0, the summation includes k values greater than 0. The discussion concludes with a clarification of how these intervals are derived based on the properties of the unit step function.
MalB
Messages
2
Reaction score
0
I am trying to see if I understand the convolution process correctly.
This is from the solved example of my prof's notes:

x[n] = u[n]
and h[n] = a-nu[-n] for 0<a<1

As expected the first step was

y[n] = x[n]* h[n]

= Ʃ h[k]x[n-k] -∞<k<∞
= Ʃ a-ku[-k]u[n-k] -∞<k<∞

From my understanding u[-k] = 0 for all k > 0 so that would give us the upper limit of k to be 0
And we would also need for n-k > 0 and when we have those conditions we would just then be left with the summation of a^-k since the other 2 would always evaluate to 1 in that interval.

But for the solution the cases considered were when n <= 0 and when n >0 and then the answers were

Ʃ ak -n<k<∞ for the first case (n<=0)
and Ʃak 0<k<∞

I don't understand how they came to those intervals. Any help would be appreciated.
 
Engineering news on Phys.org
I think i have it figured out.
I will post my understanding and then maybe someone can comment on whether I was right.
My idea of k<0 was right but only if n > 0 which would make the second term u[n-k] always positive also giving us a SUM a^-k and then we flip the summation around cause we change the sign and end up with the answer noted for n>0

for n<0 for n-k >= 0 we need -k >= n or k<= -n
and then we end up with SUM a^-k and then again flip the limits and end up with the answer noted for n<0
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top