From 09de96b82af654f63cf43b19407d7b39cce63d5b Mon Sep 17 00:00:00 2001 From: Marina Kreme <amamarinak@gmail.com> Date: Sat, 21 Nov 2020 06:34:46 +0100 Subject: [PATCH] add doc --- matlab/tfgm/utils/plot_mask.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/matlab/tfgm/utils/plot_mask.m b/matlab/tfgm/utils/plot_mask.m index f2180c7..5cd3775 100644 --- a/matlab/tfgm/utils/plot_mask.m +++ b/matlab/tfgm/utils/plot_mask.m @@ -1,13 +1,13 @@ function plot_mask(mask, hop, nbins, fs) %% plot_mask(mask, hop, nbins, fs) -% % This function displays the mask +% Plot time-frequency mask % % Inputs: -% - mask: binary mask -% - hop : length of time shift (int) -% - nbins: numbers of channels (int) -% - fs : sampling frequency +% - mask: Time-frequency mask +% - hop (int): Hop size +% - nbins (int): Number of frequency bins +% - fs (int): Sampling frequency % Author : A. Marina KREME %% -- GitLab