Unit
SignalProcessing
Hierarchy
TAnalysis <--TSignal <--TBandlimitedInterpolator
Subclasses
None
Note: Data.Length may vary from iteration to iteration. If the input has integer number of samples and the rate is changed by a rational factor the output will have a rational number of samples (in general). For some pairs of input buffer length and resampling factors (least common nominator) the output will also have fixed length. If the frequency is changed from 8000Hz to 11025Hz, the input buffer must have a length which is a multiple of 320 and the output will be a multiple of 441. (8000/25 = 320, 11025/25 = 441)
| See Also |
|---|
| [1] Bandlimited interpolation |
| TSignalRateConverter |
| TSignalInterpolator |
| TSignalDecimator |
| Name | Summary |
|---|---|
| AutoFilterLength | |
| FilterLength | |
| FilterStart | |
| FilterStop | |
| ImpulseFactor | |
| ResampleFactor | |
| Ripple | |
| ScaleFactor |
| Name | Summary |
|---|---|
| PrepareFilter | |
| Reset | |
| SetFilterLength |
| Copyright 2008 Dew Research |