Il4_8fun.m
Upload User: loeagle
Upload Date: 2013-03-02
Package Size: 1236k
Code Size: 0k
Development Platform:

Matlab

  1. % The function needed in Illustrative Problem 8, Chapter 4. 
  2. function f=il4_8fun(x,p)
  3. f=1/sqrt(2*pi)*exp((-(x-p).^2)/2).*log2(2./(1+exp(-2*x.*p)));