Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
fftw
Commits
3baf71c9
Commit
3baf71c9
authored
Jan 22, 2019
by
Arnaud Blanchard
Browse files
Scale the text graph
parent
037e4ba4
Pipeline
#44
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
f_mfcc/f_mfcc.cpp
View file @
3baf71c9
...
...
@@ -60,7 +60,7 @@ int main(int argc, char**argv){
FOR
(
i
,
mfcc_coeffs_nb
)
output
.
floats
[
i
]
=
GetCoefficient
(
fftw_array
,
sample_rate
,
filters_nb
,
fftw_length
,
i
);
if
(
display
){
blc_fprint_float_graph
(
stderr
,
output
.
floats
,
output
.
total_length
,
"
spectrum
"
,
columns_nb
,
rows_nb
,
1
,
0
,
"
Frequency
"
,
"Intensity"
);
blc_fprint_float_graph
(
stderr
,
output
.
floats
,
output
.
total_length
,
"
mfcc
"
,
columns_nb
,
rows_nb
,
20
,
0
,
"
Coeff
"
,
"Intensity"
);
blc_eprint_cursor_up
(
rows_nb
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment