Turbo Intel® FPGA IP User Guide

ID 683734
Date 4/01/2024
Public
Document Table of Contents

2.7. Simulating the Turbo IP with MATLAB

Verify that the RTL behaves the same as these models.

Before simulating, generate the Turbo IP design example from the IP parameter editor.

In MATLAB, run MATLAB script from the <example_design_directory>\matlab directory.
For encoder simulation:
  • Run the following script for LTE:
    main_lte_enc
  • Run the following script for UMTS:
    main_umts_enc
For decoder simulation:
  • Run the following script for LTE:
    main_lte_dec
  • Run the following script for UMTS:
    main_umts_dec
Note: MATLAB model reads and generates the same .txt files as C model.