Skip to content
Snippets Groups Projects
Commit 09de96b8 authored by Marina Kreme's avatar Marina Kreme
Browse files

add doc

parent c6313647
No related branches found
No related tags found
No related merge requests found
Pipeline #5931 passed
function plot_mask(mask, hop, nbins, fs) function plot_mask(mask, hop, nbins, fs)
%% plot_mask(mask, hop, nbins, fs) %% plot_mask(mask, hop, nbins, fs)
% % This function displays the mask % Plot time-frequency mask
% %
% Inputs: % Inputs:
% - mask: binary mask % - mask: Time-frequency mask
% - hop : length of time shift (int) % - hop (int): Hop size
% - nbins: numbers of channels (int) % - nbins (int): Number of frequency bins
% - fs : sampling frequency % - fs (int): Sampling frequency
% Author : A. Marina KREME % Author : A. Marina KREME
%% %%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment