Feedback/Feedforward comb filter
Syntax
Comb options
Options
- -name
- Optional user-defined name for the transform
- -feedback
- Feedback gain
- Type: Float
- Default: 0
- -forward
- Feed-forward gain
- Type: Float
- Default: 0
- -delay
- Delay, in seconds
- Type: Float
- Default: 0.05
Inlets
- samplesIn
- Input samples
- Type: Samples
- feedback
- Feedback gain
- Type: Float
- Default: 0
- forward
- Feed-forward gain
- Type: Float
- Default: 0
- delay
- Delay, in seconds
- Type: Float
- Default: 0.05
- gain
- input gain
- Type: Float
Outlets
- samplesOut
- Output samples
- Type: Samples
Comments
Comb implements a generalized feedback and feed-forward comb filter:
More detailed information can be found in this tutorial by Julius Smith.
Issues
Currently only accepts a maximum delay of 0.25 seconds. For greater delays, use the Delay transform.
See Also
- Delay
- Biquad
- TwoPoleResonz