B2BConvert: B2BConvert Converts a function of SNR into one of SNR, B2B,...

View source: R/B2BConvert.R

B2BConvertR 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)


binfunest documentation built on Sept. 9, 2022, 9:07 a.m.