ConvOpenPDF: Open visualization PDF.

Description Usage Arguments Author(s) Examples

Description

With this function it is easy to reopen the PDF files created with ConvEncode, ConvDecodeSoft, ConvDecodeHard and ConvSimulation. The files are stored in the program files of R. If the corresponding file does not exist yet an error message is printed.

Usage

1
ConvOpenPDF(encode = TRUE, punctured = FALSE, simulation = FALSE)

Arguments

encode

Flag to open encode PDFs (if TRUE) or decode PDFs (if FALSE).

punctured

Flag to open encode or decode PDFs with punctuation.

simulation

Flag to open simulation PDFs. This flag has highest precedence meaning that if the simulation flag is TRUE the function will look for the simulation PDF. Only if FALSE the others are evaluated.

Author(s)

Martin Nocker

Examples

1
2
3
4
5
6
7
8
# open encode without punctuation PDF
ConvOpenPDF(encode = TRUE, punctured = FALSE)

# open decode with punctuation PDF
ConvOpenPDF(encode = FALSE, punctured = TRUE)

# open convolution simulation PDF
ConvOpenPDF(simulation = TRUE)

DaniWi/Channelcoding documentation built on May 6, 2019, 1:23 p.m.