Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tff2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
skmad-suite
tff2020
Commits
0e7cff29
Commit
0e7cff29
authored
4 years ago
by
Marina Kreme
Browse files
Options
Downloads
Patches
Plain Diff
add doc
parent
6ec01ae2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#5936
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/tfgm/utils/itakura_saito_dist.m
+13
-13
13 additions, 13 deletions
matlab/tfgm/utils/itakura_saito_dist.m
matlab/tfgm/utils/itakura_saito_dist_spectrum.m
+11
-11
11 additions, 11 deletions
matlab/tfgm/utils/itakura_saito_dist_spectrum.m
with
24 additions
and
24 deletions
matlab/tfgm/utils/itakura_saito_dist.m
+
13
−
13
View file @
0e7cff29
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 :
e
stimate
d
signal
% - x_est :
E
stimat
ion of the referenc
e signal
% Output:
% Output:
% -IS: Itakura S
A
ito measurement.
% -IS: Itakura S
a
ito measurement.
%
%
%
%
% Reference:
% Reference:
...
...
This diff is collapsed.
Click to expand it.
matlab/tfgm/utils/itakura_saito_dist_spectrum.m
+
11
−
11
View file @
0e7cff29
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 :
e
stimate
d
signal
% - x_est :
E
stimat
ion of the referenc
e signal
% Output:
% Output:
% -IS: Itakura SAito measurement.
% -IS: Itakura SAito measurement.
%
%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment