How to simultaneously generate related uplink and downlink channel state

1 visualización (últimos 30 días)
秉铜 项
秉铜 项 el 27 de Nov. de 2020
Editada: Binaya el 10 de En. de 2025
I'd like to study the relationship between the uplink channel and downlink channel in FDD. So I want to generate channel state information(CSI) data. One is from base station(BS) to user equipment(UE) or mobile station(MS), and the other is from UE to BS. THe only difference is their carrier frequency. How can I simultaneously generate the related data?

Respuestas (1)

Binaya
Binaya el 10 de En. de 2025
Editada: Binaya el 10 de En. de 2025
You can refer to the following examples present in MathWorks documentation which generate CSI data by simulating carrier and channel objetcs using "nrCarrierConfig" and "nrCDLChannel" objects and "nrPerfectChannelEstimate" function:
  1. NR PDSCG Throughput Using Channel State Information Feedback: https://www.mathworks.com/help/5g/ug/nr-pdsch-throughput-using-csi-feedback.html
  2. NR Uplink Channel State Information Estimation using SRS: https://www.mathworks.com/help/5g/ug/nr-uplink-channel-state-information-estimation-using-srs.html
Refer to the following documentation links for more information on creating carrier and channel objects:
  1. nrCarrierConfig: https://www.mathworks.com/help/5g/ref/nrcarrierconfig.html
  2. nrCDLChannel: https://www.mathworks.com/help/5g/ref/nrcdlchannel-system-object.html
  3. nrTDLChannel: https://www.mathworks.com/help/5g/ref/nrtdlchannel-system-object.html
  4. nrPerfectChannelEstimate: https://www.mathworks.com/help/5g/ref/nrperfectchannelestimate.html
I hope this answers your query.

Categorías

Más información sobre Get Started with 5G Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by