Tagged Questions
3
votes
1answer
112 views
Is this a correct way to convert an convolution equation into differential/difference equation?
For functions $f,g,h$ that are defined over $\mathbb{R}$, suppose we
have a convolution equation: $$ f = g * h. $$
I would like to convert it into a differential equation. Is it
correct that $$ ...
0
votes
1answer
144 views
How to apply the solution of $y(n) = (0.85)y(n-1) + x(n)$ to data
I learned how to solve difference equation
$y(n) = (0.85)y(n-1) + x(n)$
using z Transform, and inverse z Transform, I get
$h(n) = 0.85^n u(n)$
where $u(n)$ is unit step sequence. Now my ...