Super-resolution time-frequency maps

版本 3.0.0.0 (653.1 KB) 作者: Andrei Barborica
Increases resolution of time-frequency maps by combining CWT maps for different Q-factors and rotations (chirplets) of the mother wavelet
1.0K 次下载
更新 2025/11/19

查看许可证

Computes the combinations of multiple sets of continuous wavelet transforms (time-frequency maps) obtained for different quality factors Qf of the Gabor mother wavelet as well as for different rotations in the time-frequency space of the mother wavelet (chirplets). By combining the set of wavelet transforms using different projection methods, the resolution of the resulting time-frequency map is increased. The projection methods include averaging (default), minimum intensity projection, maximum intensity projection, geometric mean, and quantiles. Can be applied to creating super-resolution time-frequency maps of electroencephalographic (EEG) or other types of signals.

引用格式

Andrei Barborica (2026). Super-resolution time-frequency maps (https://ww2.mathworks.cn/matlabcentral/fileexchange/57348-super-resolution-time-frequency-maps), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2023a
与 R2014b 及更高版本兼容
平台兼容性
Windows macOS Linux
版本 已发布 发行说明
3.0.0.0

Updated to support chirplets, quantiles and geometric mean as projection methods

2.0.0.0

Implemented support for different projection methods, using optional 'Method' name-value pair, that can take the values 'Average' (default), 'MinIP' and 'MIP'. 'MinIP' is a "hard" projection method while 'Average' can be considered a "soft" method.

1.0.0.0

Added a script QCWTDemo.m and sample EEG data illustrating the use of the function.
Added example of use and thumbnail