Convolution of Two Discrete Signals with Non-Zero Impulse Response

  • Thread starter Thread starter fifodido
  • Start date Start date
  • Tags Tags
    Discrete Signals
AI Thread Summary
To find the convolution of the discrete signals x[nT] and h[nT], where the impulse response does not start from zero, one can refer to the method outlined in chapter 6 of "Digital Signal Processing" by Steven Smith. The convolution can be computed using a table or matrix approach, which involves aligning the signals and summing the products of overlapping values. It is essential to consider the non-zero starting point of the impulse response when performing the convolution. For further clarification, readers are encouraged to consult the recommended book and seek additional help if needed. Understanding these steps is crucial for accurate signal processing analysis.
fifodido
Messages
1
Reaction score
0
please help me in this problem:
two discrete signals
x[nT]={0 0 1 0 0 2 2 2 2}
h[nT]=[-1 2 3 3 2 1]


find there convolution if the impulse response doesn't start from zero
,use the table or the matrix
 
Physics news on Phys.org
Go to the net and find a free book: "Digital Signal Processing" by Steven Smith. Then go to chapter 6. That chapter includes a step by step discription of what you have to do. If you have more question after reading that, then ask.
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top