BlockOpenPDF: Open visualization PDF.

Description Usage Arguments Author(s) Examples

Description

With this function it is easy to reopen the PDF files created with BlockEncode, BlockDecode, and BlockSimulation. 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
BlockOpenPDF(encode = TRUE, hamming = FALSE, simulation = FALSE)

Arguments

encode

Flag to open encode PDFs (if true) or decode PDFs (if false).

hamming

Flag to open encode or decode PDFs for Hamming codes. For BCH use false.

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)

Benedikt Wimmer

Examples

1
2
3
4
5
6
7
8
# open encode for Hamming PDF
BlockOpenPDF(encode = TRUE, hamming = TRUE)

# open decode for BCH PDF
BlockOpenPDF(encode = FALSE, hamming = FALSE)

# open block simulation PDF
BlockOpenPDF(simulation = TRUE)

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