, it is possible to apply interpolation techniques to approximate values between those in memory.
be a number between 0 and 1 that indicates how far to interpolate a signal
between time
and time
. The linearly interpolated value
is given by:
![\begin{eqnarray*}
\hat{y}[n-\Delta] &=& (1 - \Delta) \cdot y[n] + \Delta \cdot y[n-1] \\
&=& y[n] + \Delta \cdot (y[n-1] - y[n]).
\end{eqnarray*}](img98.png)
![]() |
| ©2004-2024 McGill University. All Rights Reserved. Maintained by Gary P. Scavone. |