Matlab Code for Course Projects


This page provides you with some limited code for your Matlab-based design project as well as homework problems.

HW #2

SigSpace.m

Description

function y = sigspace(sigs, EbNodB)
% Function to Plot 2-Dimensional
% Signal Constellations and Decision Regions
% Brian D. Woerner - Digital Communications - Spring 1997
%
% Called using the syntax:
% sigspace( [x1 y1 p1; x2 y2 p2; ... ; xM yM pM] , EbNodB )
% xi and yi are the coordinates of the ith signal point
% pi is the probability of the ith signal (omitting gives ML)
% EbNodB is the signal to noise ratio of digital system in dB
 

Return to Digital Communications Main Page

Comments to: buehrer@vt.edu
Last update: August 23, 2001

MPRG Logo Virginia Tech Logo