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

add doc

parent a97f2644
Branches
Tags
No related merge requests found
Pipeline #5935 passed
......@@ -5,9 +5,8 @@ function SDR = sdr(x_ref, x_est)
% and estimated signal
%
% Inputs:
% - x_ref: target signal
% - x_est: estimated signal
%
% - x_ref (nd array): Reference signal
% - x_est (nd array): Estimation of the reference signal
% Output:
% -SDR: Signal to Distorsion Ratio in dB
%
......
......@@ -5,11 +5,11 @@ function SNR = snr(x_signal, x_noise)
% of a desired signal to the level of background noise.
%
% Inputs:
% -x_signal: target signal
% - x_noise: noise signal
% -x_signal(nd array): target signal
% - x_noise (nd array): noise signal
%
% Output:
% - SNR : SNR
% - SNR (float): SNR
% Author: Marina KREME
%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment