Wolfram.com
WolframAlpha.com
WolframCloud.com
Wolfram Language
Example Repository
Ready-to-use examples of Wolfram Language
Primary Navigation
Categories
Astronomy
Audio Processing
Calculus
Cellular Automata
Chemistry
Complex Systems
Computer Science
Computer Vision
Control Systems
Creative Arts
Data Science
Engineering
Finance & Economics
Finite Element Method
Food & Nutrition
Geography
Geometry
Graphs & Networks
Image Processing
Life Sciences
Machine Learning
Mathematics
Optimization
Physics
Puzzles and Recreation
Quantum Computation
Signal Processing
Social Sciences
System Modeling
Text & Language Processing
Time-Related Computation
Video Processing
Visualization & Graphics
Alphabetical List
Submit a New Example
Learn More about
Wolfram Language
Related Pages
Related Symbols
AudioLocalMeasurements
AudioReverb
AudioTrim
Spectrogram
AudioPlot
PitchRecognize
SpeechRecognize
Related Categories
Audio Processing
Analyze Speech Formants
Compute speech formants of original and modified signals
Example Notebook
Open in Cloud
Download Notebook
Start with an audio object:
I
n
[
1
]
:
=
s
p
e
e
c
h
=
E
x
a
m
p
l
e
D
a
t
a
[
{
"
A
u
d
i
o
"
,
"
M
a
l
e
V
o
i
c
e
"
}
,
"
A
u
d
i
o
"
]
O
u
t
[
1
]
=
0
0
:
0
0
0
0
:
0
2
D
a
t
a
i
n
N
o
t
e
b
o
o
k
Compute the max of the signal on each partition and display it on top of the waveform:
I
n
[
2
]
:
=
S
h
o
w
A
u
d
i
o
P
l
o
t
s
p
e
e
c
h
,
o
p
t
s
,
L
i
s
t
L
i
n
e
P
l
o
t
A
u
d
i
o
L
o
c
a
l
M
e
a
s
u
r
e
m
e
n
t
s
[
s
p
e
e
c
h
,
"
M
a
x
"
]
,
o
p
t
s
O
u
t
[
2
]
=
Compute the formants of the signal, which represent the distribution of frequencies filtered by the vocal tract, on each partition and display them on top of the spectrogram:
I
n
[
3
]
:
=
S
h
o
w
S
p
e
c
t
r
o
g
r
a
m
s
p
e
e
c
h
,
o
p
t
s
,
L
i
s
t
L
i
n
e
P
l
o
t
[
A
u
d
i
o
L
o
c
a
l
M
e
a
s
u
r
e
m
e
n
t
s
[
s
p
e
e
c
h
,
"
F
o
r
m
a
n
t
s
"
]
]
O
u
t
[
3
]
=
Simulate how the speech might change in a railway tunnel by creating a reverberation effect with an impulse response:
I
n
[
4
]
:
=
m
o
d
e
l
=
E
x
a
m
p
l
e
D
a
t
a
[
{
"
A
u
d
i
o
"
,
"
I
R
R
a
i
l
w
a
y
T
u
n
n
e
l
"
}
,
"
A
u
d
i
o
"
]
O
u
t
[
4
]
=
0
0
:
0
0
0
0
:
0
5
D
a
t
a
i
n
N
o
t
e
b
o
o
k
I
n
[
5
]
:
=
n
e
w
=
A
u
d
i
o
T
r
i
m
[
A
u
d
i
o
R
e
v
e
r
b
[
s
p
e
e
c
h
,
m
o
d
e
l
]
,
D
u
r
a
t
i
o
n
[
s
p
e
e
c
h
]
]
O
u
t
[
5
]
=
0
0
:
0
0
0
0
:
0
2
D
a
t
a
i
n
N
o
t
e
b
o
o
k
The recording environment can boost or attenuate certain frequencies, thus altering the formants. Compute and visualize the new formants:
I
n
[
6
]
:
=
S
h
o
w
S
p
e
c
t
r
o
g
r
a
m
n
e
w
,
o
p
t
s
,
L
i
s
t
L
i
n
e
P
l
o
t
[
A
u
d
i
o
L
o
c
a
l
M
e
a
s
u
r
e
m
e
n
t
s
[
n
e
w
,
"
F
o
r
m
a
n
t
s
"
]
]
O
u
t
[
6
]
=
Related Symbols
AudioLocalMeasurements
AudioReverb
AudioTrim
Spectrogram
AudioPlot
PitchRecognize
SpeechRecognize
Publisher Information
Contributed by:
Wolfram Staff