Reference+
Class Name
AllPass
Description
This is an all pass filter. For signals processed, all frequencies hold the
same amplitude but have their phase relationship modified using a delayline
of one sample,
y(k) = -z * x(k) + x(k - 1) + z * y(k - 1)
where y
is the output, x
is the input,
z
is the gain coefficient, and k
is the signal.
Constructors
AllPass(parent)
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.