Learn R Programming

binfunest (version 0.1.0)

B2BConvert: 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)

Value

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

Arguments

f

A function of a single argument f( s).

Details

Note that all quantities are assumed to be in Decibels.

Examples

Run this code
QPSKdB.B2B <- B2BConvert( QPSKdB)

Run the code above in your browser using DataLab