Constellation constrained channel capacity with additive white Gaussian noise

버전 1.3.0.0 (2.86 KB) 작성자: Hugo
Computation of the channel capacity of a given constellation with AWGN
다운로드 수: 610
업데이트 날짜: 2015/4/17

라이선스 보기

Consider the following channel model,
Y = sqrt(snr)X + N,
where X is the (discrete) channel input such as E[X^2]<1, N is the noise with density function N(0,1) and snr the signal-to-noise ratio (linear scale). The function computes the capacity associated to any constellation in one or two dimension(s) with a given probability density function for the channel inputs. It enables to evaluate the capacity of any possible input distributions, especially classical modulation schemes (QAM, PSK, etc) with uniform inputs.
I rely on the quad2d function but it is also possible to use Monte Carlo methods to evaluate the integral that appears in the mutual information computation.

인용 양식

Hugo (2025). Constellation constrained channel capacity with additive white Gaussian noise (https://kr.mathworks.com/matlabcentral/fileexchange/50531-constellation-constrained-channel-capacity-with-additive-white-gaussian-noise), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Propagation and Channel Models에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Add example with M-QAM

1.2.0.0

Additional comments in the description

1.1.0.0

Contact information added

1.0.0.0