B2BConvert {binfunest}R Documentation

B2BConvert Converts a function of SNR into one of SNR, B2B, and Offset.

Description

Creates a function f( -dB( undB( -s) + undB( -B2B)) - offset)

Usage

B2BConvert(f)

Arguments

f

A function of a single argument f( s).

Details

Note that all quantities are assumed to be in Decibels.

Value

A function of three arguments f( s, B2B, offset)..

Examples

QPSKdB.B2B <- B2BConvert( QPSKdB)


[Package binfunest version 0.1.0 Index]