How to simultaneously generate related uplink and downlink channel state

1 view (last 30 days)
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?

Answers (1)

Binaya
Binaya on 10 Jan 2025
Edited: Binaya on 10 Jan 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.

Categories

Find more on Get Started with 5G Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!