ChannelcodingSimulation: Channelcoding Simulation

Description Usage Arguments Value

Description

Simulation of channelcoding techniques (blockcodes, convolutional codes and turbo codes) and comparison of their bit-error-rates.

Usage

1
2
3
ChannelcodingSimulation(msg.length = 100, min.db = 0.1, max.db = 2,
  db.interval = 0.1, iterations.per.db = 100, turbo.decode.iterations = 5,
  visualize = FALSE)

Arguments

msg.length

Message length of the randomly created messages to be encoded.

min.db

Minimum SNR to be tested.

max.db

Maximum SNR to be tested.

db.interval

Step between two SNRs tested.

iterations.per.db

Amount of iterations each signal/noise ration step.

turbo.decode.iterations

Amount of decoding iterations inside the turbo decoder.

visualize

If true a PDF report is generated.

Value

Dataframe containing the bit-error-rates for each coding technique and each SNR tested.


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