├── LowDelayFilterBank ├── README.md ├── fastLDFBstereo_anasyn.py ├── fb2048t1023d512bbitcs.mat ├── pyrecplayfastLDFB.py ├── sound.py ├── test.wav └── teststereo.wav ├── MDCT ├── README.md ├── fastMDCTanasyn.py ├── notes.txt ├── pyrecplayfastMDCT.py ├── sound.py └── test.wav ├── PQMF ├── README.md ├── qmf.dat ├── qmf_realtime.py ├── test.wav └── testrek.wav └── README.md /LowDelayFilterBank/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/LowDelayFilterBank/README.md -------------------------------------------------------------------------------- /LowDelayFilterBank/fastLDFBstereo_anasyn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/LowDelayFilterBank/fastLDFBstereo_anasyn.py -------------------------------------------------------------------------------- /LowDelayFilterBank/fb2048t1023d512bbitcs.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/LowDelayFilterBank/fb2048t1023d512bbitcs.mat -------------------------------------------------------------------------------- /LowDelayFilterBank/pyrecplayfastLDFB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/LowDelayFilterBank/pyrecplayfastLDFB.py -------------------------------------------------------------------------------- /LowDelayFilterBank/sound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/LowDelayFilterBank/sound.py -------------------------------------------------------------------------------- /LowDelayFilterBank/test.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/LowDelayFilterBank/test.wav -------------------------------------------------------------------------------- /LowDelayFilterBank/teststereo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/LowDelayFilterBank/teststereo.wav -------------------------------------------------------------------------------- /MDCT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/MDCT/README.md -------------------------------------------------------------------------------- /MDCT/fastMDCTanasyn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/MDCT/fastMDCTanasyn.py -------------------------------------------------------------------------------- /MDCT/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/MDCT/notes.txt -------------------------------------------------------------------------------- /MDCT/pyrecplayfastMDCT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/MDCT/pyrecplayfastMDCT.py -------------------------------------------------------------------------------- /MDCT/sound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/MDCT/sound.py -------------------------------------------------------------------------------- /MDCT/test.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/MDCT/test.wav -------------------------------------------------------------------------------- /PQMF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/PQMF/README.md -------------------------------------------------------------------------------- /PQMF/qmf.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/PQMF/qmf.dat -------------------------------------------------------------------------------- /PQMF/qmf_realtime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/PQMF/qmf_realtime.py -------------------------------------------------------------------------------- /PQMF/test.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/PQMF/test.wav -------------------------------------------------------------------------------- /PQMF/testrek.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/PQMF/testrek.wav -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUIlmenauAMS/FilterBanks_FastPythonImplementation/HEAD/README.md --------------------------------------------------------------------------------