- #1
raheequlmakhtoom
- 1
- 0
please help me to implement this difference equation in MATLAB?
y[n]=x[n]-x[n-1];
matlab is not supportin -ve index...
y[n]=x[n]-x[n-1];
matlab is not supportin -ve index...