Hello,
perhaps someone can help me on this subject.
I convert an input-stream sample by sample but need to transform for every sample
the last-N samples with a DCT (N is power of 2).
I don't want to calculate the complete DCT for every new sample, because this is
a huge speed penalty.
Is there a possibility to calculate the DCT for example recursive and modify the
actual coefficients in present of the new data?
regards and thanks for any help
