Skip to content
Snippets Groups Projects
Select Git revision
  • 05430d1f9f03d0780d8232ed2e5f918ff4b2cebd
  • master default protected
  • py
  • rmevec
  • tffm
  • approx
  • v0.1.5
  • v0.1.4
  • v0.1.3
9 results

matlab

user avatar
Marina Kreme authored
05430d1f
History
Name Last commit Last update
..
halko2011
tfgm
README.md
mask.mat

Matlab code for time-frequency fading (TFF)

TFF: Time Frequency Fading

TFF is a toolbox written in Matlab that allows to do time-frequency region filtering out. More precisely, it is a Matlab implementation of the algorithms from Time-frequency fading algorithms based on Gabor multipliers, by, A. Marina Krémé, Valentin Emiya, Caroline Chaux, and Bruno Torrésani, 2020.

For more information please contact ama-marina.kreme@univ-amu.fr/valentin.emiya@lis-lab.fr

Installation

Download the folder "tff2020" into the directory of your choice. Then within MATLAB go to file >> Set path... and add the directory containing "tff2020/matlab" to the list (if it isn't already).

Dependencies

This toolbox requires The Large Time Frequency Analysis Toolbox (LTFAT) which can be downloaded at https://ltfat.github.io

Usage

See the documentation.

To reproduce the aforementioned paper figures:

  • Figure 1 and 2 can be reproduced by running tff2020/matlab/tfgm/scripts/exp_gabmul_eigs_properties.m

  • Figure 3 can be reproduced by running tff2020/matlab/tfgm/scripts/rank_estimation_halko_vs_eigs_gausswin.m

  • Figure 4 and 5 can be reproduced by running tff2020/matlab/tfgm/scripts/exp_tff1_car_bird.m

You can also run the scripts tff2020/matlab/tfgm/scripts/exp_all_tff1.m and tff2020/matlab/tfgm/scripts/exp_all_tffP.m for more experiments

Copyright © 2019-2020

Contributors