Part Number:TMS320C6670
Tool/software: Code Composer Studio
Hi, I am implementing LTE using our TMS320C6670. The PDSCH was difficult, but I solved it by referring to the example project and implemented it successfully. Now I want to implement additional PBCH, PCFICH, PDCCH, and so on. (And now I'm on Bandwidth 10MHz.)
Therefore, I am currently implementing PBCH using BCP. At the time of implementation, data was collected by PBCH processing by MATLAB for data comparison. Then I expected to use the BCP submodule, but it was difficult. I know that the rate matching procedure of the PBCH is the same as the rate matching of the PDCCH.
So we proceeded by setting parameter (lteChanType) to LTE_PDCCH.
We confirmed that the data passed through the CRC sub-module and the ENC sub-module corresponded to the MATLAB simulation results. However, the data passed to the RM submodule was inconsistent. I wonder what action I should take. I do not know if there is any special mention in the user-guide. I wonder if I need to modify the function called 'rmcompute_ref ()' and use other parameters. Please give quick feedback. Thank you.