From 4b38dc0192c7be7866d265aac388b4b5e4a15e60 Mon Sep 17 00:00:00 2001 From: Marina Kreme <amamarinak@gmail.com> Date: Sat, 21 Nov 2020 06:38:29 +0100 Subject: [PATCH] add doc --- matlab/tfgm/utils/plot_win.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/matlab/tfgm/utils/plot_win.m b/matlab/tfgm/utils/plot_win.m index 4d817aa..4f3c469 100644 --- a/matlab/tfgm/utils/plot_win.m +++ b/matlab/tfgm/utils/plot_win.m @@ -1,12 +1,12 @@ function plot_win(win, fs, sig_len, win_type) %% plot_win(win, fs, sig_len, win_type) -% This function displays the analysis window +% Plot window % % Inputs: -% - win : analysis window -% - fs : sampling frequency -% - sig_len : signal lenght -% - win_type: window type (str) +% - win (nd array): analysis window +% - fs (int): sampling frequency +% - sig_len (int): signal length +% - win_type (str): window type % % Author: Marina KREME %% -- GitLab