The dct Reference Manual

This is the dct Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:08:22 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 dct

Discrete cosine transform.

Author

Ben Lambert <>

License

Apache-2.0

Version

1.0.0

Dependency

alexandria (system).

Source

dct.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 dct/src

Source

dct.asd.

Parent Component

dct (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 dct/dct.asd

Source

dct.asd.

Parent Component

dct (system).

ASDF Systems

dct.


4.1.2 dct/src/package.lisp

Source

dct.asd.

Parent Component

src (module).

Packages

dct.


4.1.3 dct/src/dct.lisp

Dependency

package.lisp (file).

Source

dct.asd.

Parent Component

src (module).

Public Interface

5 Packages

Packages are listed by definition order.


5.1 dct

Source

package.lisp.

Use List

common-lisp.

Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Ordinary functions

Function: dct (array &key truncated)

Discrete cosine transform (DCT).
DCT-II taken from:
http://en.wikipedia.org/wiki/Discrete_cosine_transform#DCT-II
Further multiplied the X0 term by 1/√2 and multiply the resulting matrix by an overall scale factor of √(2/N) ...(?)

Package

dct.

Source

dct.lisp.

Function: idct (array)

Adapted from: http://www.mathworks.com/help/toolbox/signal/ref/idct.html

Package

dct.

Source

dct.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions


A.3 Variables