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

add doc

parent 6ec01ae2
Branches
Tags
No related merge requests found
Pipeline #5936 passed
function IS = itakura_saito_dist(x_ref,x_est) function IS = itakura_saito_dist(x_ref,x_est)
%% 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 % of the difference between an original signal x_ref and an approximation
% x_est. see [1] % x_est. see [1]
% Inputs: % Inputs:
% - x_ref : original signal % - x_ref : Reference signal
% - x_est : estimated signal % - x_est : Estimation of the reference signal
% Output: % Output:
% -IS: Itakura SAito measurement. % -IS: Itakura Saito measurement.
% %
% %
% Reference: % Reference:
......
function IS_spectrum= itakura_saito_dist_spectrum(x_ref,x_est) function IS_spectrum= itakura_saito_dist_spectrum(x_ref,x_est)
%% 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] % of the difference between an original spectrum and an approximation. see [1]
% Inputs: % Inputs:
% - x_ref : original signal % - x_ref : Reference signal
% - x_est : estimated signal % - x_est : Estimation of the reference signal
% Output: % Output:
% -IS: Itakura SAito measurement. % -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