function DCT(const X: TVec): Vector;
Returns the discrete cosine transform of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Remarks:
Internally calls Vector.DCT
Returns the discrete cosine transform of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec |
Returns: Vector
Internally calls Vector.DCT