Generating LTE Waveforms with Reference Signal Only

11 次查看(过去 30 天)
Hi guys, I am working on a channel estimation related project right now and I want to create a LTE waveform that has only the pilot (as configured by DM-RS for R.9 reference channel), signaling and control signal but with all the data subcarriers turned off. Is there any toolbox or functions that allows me to do that custom LTE waveform configuration? Rightnow, I know that I can use the LTE waveform generator app to generate a LTE waveform but I don't know how to modify it to have the pilots and typical signaling and control signals only.
Thank you so much!

回答(1 个)

Rohit Kulkarni
Rohit Kulkarni 2023-8-25
编辑:Rohit Kulkarni 2023-8-31
Hi Jianbin,
As per my understanding of the case, you can achieve the desired custom LTE waveform configuration by using MATLAB's LTE System Toolbox. The toolbox provides functions and tools to generate and modify LTE waveforms according to your specific requirements.
To create an LTE waveform with only the pilots, signaling, and control signals while turning off the data subcarriers, you can follow these steps:
1. Generate a basic LTE waveform using the LTE Waveform Generator app or the `lteRMCDL` function. This will create a waveform with all the necessary LTE components, including data subcarriers.
2. Use the `lteDLResourceGrid` function to access the resource grid of the generated waveform. The resource grid is a matrix that represents the LTE symbols and subcarriers.
3. Set the data subcarriers to zero in the resource grid. You can achieve this by assigning zero values to the corresponding elements of the resource grid matrix.
4. Modify the resource grid to include only the pilot symbols, signaling, and control signals. You can use the `ltePSS`, `lteSSS`, `lteCellRS`, and other related functions to generate the required pilot and reference signals.
5. Use the `lteOFDMModulate` function to convert the modified resource grid back into the time-domain waveform.
You can refer to the following documentations for this:
Thanks

类别

Help CenterFile Exchange 中查找有关 LTE Toolbox 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by