idct_def: Inverse Discrete Cosine Transform.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/RcppExports.R

Description

Returns the (normalized) inverse discrete cosine transform of a sequence of numbers (see https://www.mathworks.com/help/signal/ref/idct.html).

Usage

1

Arguments

x

A numeric vector containing the data to analyze.

norm

A length-one logical vector specifying whether to normalize the result or not

Value

A numeric vector containing the inverse discrete cosine transform.

Author(s)

Sergio Venturini sergio.venturini@unito.it

References

Venturini, S., Borgonovo, E. (2020), "Sensitivity Analysis Using R: the SAuR Package", Technical report.

See Also

idct_fft and cosi for computing the conditional regression line.

Examples

1
2
3
4
5
## Not run: 
data(simdata_sub, package = "SAuR")


## End(Not run)

sergioventurini/SAuR documentation built on Dec. 8, 2019, 5:20 p.m.