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

add doc

parent 6ec01ae2
No related branches found
No related tags found
No related merge requests found
Pipeline #5936 passed
function IS = itakura_saito_dist(x_ref,x_est)
%% IS = itakura_saito_dist(x_ref,x_est)
% The Itakura?Saito distance (or Itakura?Saito divergence).It's measure
% The Itakura Saito distance (or Itakura Saito divergence).It's measure
% of the difference between an original signal x_ref and an approximation
% x_est. see [1]
% Inputs:
% - x_ref : original signal
% - x_est : estimated signal
% - x_ref : Reference signal
% - x_est : Estimation of the reference signal
% Output:
% -IS: Itakura SAito measurement.
% -IS: Itakura Saito measurement.
%
%
% Reference:
......
function IS_spectrum= itakura_saito_dist_spectrum(x_ref,x_est)
%% IS_spectrum= itakura_saito_dist_spectrum(x_ref,x_est)
% The Itakura?Saito distance (or Itakura?Saito divergence).It's measure
% The Itakura Saito distance (or Itakura Saito divergence).It's measure
% of the difference between an original spectrum and an approximation. see [1]
% Inputs:
% - x_ref : original signal
% - x_est : estimated signal
% - x_ref : Reference signal
% - x_est : Estimation of the reference signal
% Output:
% -IS: Itakura SAito measurement.
%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment