Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
f0_estimation
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Paul Best
f0_estimation
Commits
86633898
Commit
86633898
authored
1 year ago
by
Paul Best
Browse files
Options
Downloads
Patches
Plain Diff
SHR with log scale
parent
59a67c4e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
SNR_distrib.pdf
+0
-0
0 additions, 0 deletions
SNR_distrib.pdf
plot_snr_distrib.py
+6
-1
6 additions, 1 deletion
plot_snr_distrib.py
with
6 additions
and
1 deletion
SNR_distrib.pdf
+
0
−
0
View file @
86633898
No preview for this file type
This diff is collapsed.
Click to expand it.
plot_snr_distrib.py
+
6
−
1
View file @
86633898
...
@@ -24,10 +24,15 @@ for i, specie in enumerate(species):
...
@@ -24,10 +24,15 @@ for i, specie in enumerate(species):
ax
[
1
].
violinplot
(
list
(
zip
(
*
ret
))[
1
],
positions
=
[
i
],
vert
=
False
)
ax
[
1
].
violinplot
(
list
(
zip
(
*
ret
))[
1
],
positions
=
[
i
],
vert
=
False
)
ax
[
0
].
set_title
(
'
f0 saliency
'
)
ax
[
0
].
set_title
(
'
f0 saliency
'
)
ax
[
0
].
grid
()
ax
[
1
].
set_title
(
'
SHR (dB)
'
)
ax
[
1
].
set_title
(
'
SHR (dB)
'
)
ax
[
1
].
set_xscale
(
'
symlog
'
,
linthresh
=
10
)
ax
[
1
].
set_xticklabels
([
-
100
,
-
10
,
0
])
ax
[
1
].
grid
()
plt
.
yticks
(
np
.
arange
(
len
(
species
)),
[
s
.
replace
(
'
_
'
,
'
'
)
for
s
in
species
])
plt
.
yticks
(
np
.
arange
(
len
(
species
)),
[
s
.
replace
(
'
_
'
,
'
'
)
for
s
in
species
])
ax
[
0
].
vlines
(.
2
,
.
5
,
len
(
species
)
-
.
5
,
linestyle
=
'
dashed
'
,
colors
=
'
k
'
)
ax
[
0
].
vlines
(.
2
,
-
.
5
,
len
(
species
)
-
.
5
,
linestyle
=
'
dashed
'
,
colors
=
'
k
'
)
ax
[
1
].
vlines
(
10
*
np
.
log10
(
0.2
),
-
.
5
,
len
(
species
)
-
.
5
,
linestyle
=
'
dashed
'
,
colors
=
'
k
'
)
ax
[
1
].
vlines
(
10
*
np
.
log10
(
0.2
),
-
.
5
,
len
(
species
)
-
.
5
,
linestyle
=
'
dashed
'
,
colors
=
'
k
'
)
plt
.
tight_layout
()
plt
.
tight_layout
()
...
...
This diff is collapsed.
Click to expand it.
Paul Best
@paul.best
mentioned in commit
3ca920f6
·
1 year ago
mentioned in commit
3ca920f6
mentioned in commit 3ca920f6c6fee61f90b14745e880f1e67d447c2e
Toggle commit list
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