Hi,
I'm new to matlab and I'm trying to figure out how to define and execute differential equations in matlab, for example, how would you define the following equation:
y(n) = x(n) + 2 x(n ? 1) ? 0.95 y(n ? 1)
this is to implement an input signal that is N-samples long, so I guess its (0...