Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
ExternalFunctions
Guides
Chemistry
External Functions
Mathematics
Symbols
AcentricFactor
DiscreteCosineTransform
DiscreteSineTransform
FastFourierTransform
InverseDiscreteCosineTransform
InverseDiscreteSineTransform
InverseFastFourierTransform
LeeKeslerOmega
LoadExternalFunction
MatrixBandwidth
StielPolarFactor
ArnoudBuzing`ExternalFunctions`
I
n
v
e
r
s
e
D
i
s
c
r
e
t
e
C
o
s
i
n
e
T
r
a
n
s
f
o
r
m
I
n
v
e
r
s
e
D
i
s
c
r
e
t
e
C
o
s
i
n
e
T
r
a
n
s
f
o
r
m
[
l
i
s
t
]
c
o
m
p
u
t
e
s
t
h
e
i
n
v
e
r
s
e
d
i
s
c
r
e
t
e
c
o
s
i
n
e
t
r
a
n
s
f
o
r
m
o
f
l
i
s
t
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Compute a discrete cosine transform:
I
n
[
1
]
:
=
l
i
s
t
=
{
1
,
2
,
3
}
;
d
s
t
=
I
n
v
e
r
s
e
D
i
s
c
r
e
t
e
C
o
s
i
n
e
T
r
a
n
s
f
o
r
m
[
l
i
s
t
]
O
u
t
[
1
]
=
N
u
m
e
r
i
c
A
r
r
a
y
T
y
p
e
:
R
e
a
l
6
4
D
i
m
e
n
s
i
o
n
s
:
{
3
}
Convert the
N
u
m
e
r
i
c
A
r
r
a
y
to a
L
i
s
t
:
I
n
[
2
]
:
=
N
o
r
m
a
l
[
d
s
t
]
O
u
t
[
2
]
=
{
1
.
2
4
4
0
2
,
-
0
.
8
3
3
3
3
3
,
0
.
0
8
9
3
1
6
4
}
Compare to
F
o
u
r
i
e
r
D
C
T
:
I
n
[
3
]
:
=
n
=
L
e
n
g
t
h
[
l
i
s
t
]
;
F
o
u
r
i
e
r
D
C
T
[
l
i
s
t
,
3
]
/
(
2
S
q
r
t
[
n
]
)
O
u
t
[
3
]
=
{
1
.
2
4
4
0
2
,
-
0
.
8
3
3
3
3
3
,
0
.
0
8
9
3
1
6
4
}
S
e
e
A
l
s
o
F
o
u
r
i
e
r
D
C
T
"
"