Priority First Stack-based Sequential Decoder

버전 1.0.0.0 (36.8 KB) 작성자: Karen Su
Stack-based sequential decoder for M-QAM modulated MIMO-type problems, i.e., of fixed tree depth.
다운로드 수: 2.6K
업데이트 2006/9/6

라이선스 보기

A stack-based sequential priority first decoder that returns Maximum-Likelihood solutions to M-QAM modulated MIMO system-type problems, i.e., a lattice decoder with optional justified rectangular boundary control. In such problems, the depth of the search tree is known and the number of children per node is also fixed.

Real or complex inputs are permitted; in practice, this implementation of the sequential decoding algorithm is near-ML because it operates with finite memory. If that memory is exceeded, nodes are dropped from the stack and the number of such dropped nodes is returned.

In addition, this implementation allows specification of the size of the finite memory block (in terms of number of nodes) allocated for its execution. Generally we find that restricting the sequential decoder to finite memory is not a major consideration, as very near-ML performance can be achieved with relatively low allocations.

Please see the function pre-amble (type `help Talg_det` at the Matlab prompt) for more details.

인용 양식

Karen Su (2026). Priority First Stack-based Sequential Decoder (https://kr.mathworks.com/matlabcentral/fileexchange/11931-priority-first-stack-based-sequential-decoder), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
1.0.0.0

Minor fix to heap; new feature allowing different modulation orders per symbol.