# TDSC Time Domain Signal Coding in R ## Installation from CRAN ``` r install.packages("tdsc") ``` ## Installation from master ``` r library(devtools) install_github("edwbaker/TDSC") ``` # Package index ## All functions - [`c2dmatrix()`](http://tdsc.ebaker.me.uk/reference/c2dmatrix.md) : Convert a coding matrix to a distributed matrix - [`chesmore2001`](http://tdsc.ebaker.me.uk/reference/chesmore2001.md) : Coding Matrix from Chesmore (2001) - [`emptyBands()`](http://tdsc.ebaker.me.uk/reference/emptyBands.md) : Empty Bands Discovery - [`farr2007`](http://tdsc.ebaker.me.uk/reference/farr2007.md) : Coding Matrix from Farr (2007) - [`followingCodes()`](http://tdsc.ebaker.me.uk/reference/followingCodes.md) : Following Codes - [`normalise.a.matrix()`](http://tdsc.ebaker.me.uk/reference/normalise.a.matrix.md) : Normalise an A Matrix - [`sample_waveform()`](http://tdsc.ebaker.me.uk/reference/sample_waveform.md) : Visualise sampled waveforms - [`tdsc-class`](http://tdsc.ebaker.me.uk/reference/tdsc-class.md) : An S4 class to hold results from TDSC - [`tdsc()`](http://tdsc.ebaker.me.uk/reference/tdsc.md) : Time Domain Signal Coding - [`tdsc_plot()`](http://tdsc.ebaker.me.uk/reference/tdsc_plot.md) : Plot the A matrix or S Matrix