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

add doc

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