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

add doc

parent 09de96b8
No related branches found
No related tags found
No related merge requests found
Pipeline #5932 passed
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
%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment