afSTFT-master

所属分类:通讯编程
开发工具:matlab
文件大小:458KB
下载次数:2
上传日期:2019-04-03 10:12:45
上 传 者sindy0528
说明:  该软件的处理类似于短时傅立叶变换(STFT),但应用了更长、更重叠的分析/合成窗口,使时频处理从根本上对混叠具有鲁棒性。这种差异与非常活跃的时频处理技术有关,例如Dirac或优化的自适应波束形成器。
(The software does processing similar to the short-time Fourier transform , but applies the longer and more overlapping analysis/synthesis window to make the time-frequency processing fundamentally robust for aliasing.)

文件列表:
LICENSE (1104, 2015-10-12)
Mac_OS_MEX_versions (0, 2015-10-12)
Mac_OS_MEX_versions\afSTFT_Ooura.mexmaci64 (121596, 2015-10-12)
Mac_OS_MEX_versions\afSTFT_vDSP.mexmaci64 (130892, 2015-10-12)
afAnalyze.m (670, 2015-10-12)
afSTFT.mexmaci64 (130892, 2015-10-12)
afSTFT.mexw64 (108544, 2015-10-12)
afSTFT_usage_instruction.m (1943, 2015-10-12)
afSynthesize.m (544, 2015-10-12)
compile_afSTFT_mex.m (1331, 2015-10-12)
src (0, 2015-10-12)
src\afSTFT_mex.c (12287, 2015-10-12)
src\afSTFT_protoFilter.h (319413, 2015-10-12)
src\afSTFTlib.c (15825, 2015-10-12)
src\afSTFTlib.h (2532, 2015-10-12)
src\fft4g.c (26049, 2015-10-12)
src\fft4g.h (1233, 2015-10-12)
src\vecTools.c (3910, 2015-10-12)
src\vecTools.h (1851, 2015-10-12)

Juha Vilkamo Software developed at Aalto Univesity, present e-mail: juha.vilkamo@nokia.com Alias-free short-time Fourier transform – a robust time-frequency transform for audio processing - use compile_afSTFT_mex.m to compile a Matlab MEX file, or use the precompiled MEX files. - find Matlab usage example in afSTFT_usage_instruction.m *** What it is *** The software does processing similar to the short-time Fourier transform (STFT), but applies the longer and more overlapping analysis/synthesis window to make the time-frequency processing fundamentally robust for aliasing. The difference is relevant for very active time-frequency processing techniques, such as DirAC or optimized adaptive beamformers. There are also use cases in which the aliasing effects are not an issue, such as smooth equalizers, spectral analyzers and such, in which this library should perform similarly to a traditional STFT. The design principles of this filter bank are not fundamentally different than those of the complex-modulated QMF bank found in many MPEG systems. The main difference is that the MPEG filter bank employs a 0.5 band shift to preserve compatibility to real-valued transforms. In this afSTFT implementation, the band center frequencies are according to the familiar STFT processing (unless the “hybrid” mode is applied). For most use cases, you can directly replace any existing STFT processing with this afSTFT library. The software can be applied in C-programs and also in Matlab. *** The package contains *** The package contains: -- afSTFT.mexmaci*** & afSTFT.mexw***: The pre-compiled Matlab MEX files for Mac and Windows -- compile_afSTFT_mex.m: A matlab file that compiles and tests the MEX-file (compiler needs to be installed) —> Although not tested, this should work on linux too -- afSTFT_mex.c: The mex-C-file that is compiled by the above. -- afSTFTlib.c & .h, vecTools.c & .h, afSTFT_protofilter.h, fft4g.c: The main files for the library, that can be compiled as part of any project. -- afSTFT_usage_instruction.m: Usage instruction for the MEX file in Matlab. Not maybe super clear presently, but should be understandable for a person in the field. -- afAnalyze.m, afSynthesize.m: For quick single-shot usage of the mex file. Continuous-time programs apply afSTFT differently, check the afSTFT_usage_instruction.m *** Documentation *** A detailed documentation of the software is tbd.

近期下载者

相关文件


收藏者