How to simultaneously generate related uplink and downlink channel state

1 visualizzazione (ultimi 30 giorni)
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?

Risposte (1)

Binaya
Binaya il 10 Gen 2025
Modificato: Binaya il 10 Gen 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.

Categorie

Scopri di più su Get Started with 5G Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by