The dane guide shows:
Quote:
input in
output out
control filter=0.5
interp out, out, filter, in ;the value of out is preserved for the next sampe cycle
end ;thus forming a one sample delay line
|
Is that correct, and why am I not seeing how a 'simple one sample delay line' is created here. ??
Is this inherent to the INTERP instruction? - or is a 'static' declaration missing in this example?
Or does the CONTROL with INTERP do this?
Something seems wrong here - is it just me?