编码器 Resources

Showing items tagged with "编码器"

This model simulates the LTE Physical Layer for a single user implementation based on OFDM technology. The LTE simulator incorporates key components including Turbo encoder/decoder modules, Cyclic Redundancy Check (CRC) mechanisms, and other essential LTE building blocks to demonstrate physical layer functionality.

MATLAB 221 views Tagged

Convolutional code is a memory-based encoding technique where at any given time unit, the encoder's n outputs depend not only on the current k inputs but also on the previous m inputs. Typically denoted as (n, k, m), this simulation employs a (2, 1, 3) convolutional code structure. The implementation involves shift registers for memory management and polynomial generators for output computation.

MATLAB 264 views Tagged