diff options
author | Chris Robinson <[email protected]> | 2023-10-14 11:15:32 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-10-14 11:44:32 -0700 |
commit | d157cf4154dd7a078ac534cd6bbd0f762c23eaaf (patch) | |
tree | 2be748440b9663fe4565c0de740e14ffe893e731 /common/pffft.cpp | |
parent | d3d23579add16fbe3c21f2b436457f398f0f5254 (diff) |
Use a split filter for the FIR-based UHJ encoders
This applies the all-pass filter in two steps, first as a relatively short
time-domain FIR filter, then as a series of frequency domain convolutions
(using complex multiplies). Time-domain convolution scales poorly, so larger
convolutions benefit from being done in the frequency domain (though the first
part is still done in the time domain, to avoid longer delays).
Diffstat (limited to 'common/pffft.cpp')
0 files changed, 0 insertions, 0 deletions