Skip to content

Channel Model without OFDM waveform #93

Closed Answered by jhoydis
aritra-2506 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

There are various ways in which you can use these channel models.

  1. You can create an instance of the channel model, e.g., UMi, and generate batches of impulse responses, i.e., path delays and complex gains. Then you are free to do with this whatever you want.
  2. You can create a discrete frequency-domain representation of the channel impulse response generated in step 1. by applying the cir_to_ofdm_channel function.
  3. You can create a discrete complex-baseband time-domain representation of the channel impulse response generated in step 1. by applying the cir_to_time_channel function.

The functions ApplyTimeChannel and ApplyOFDMChannel can be used to compute channel outputs for a provided …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aritra-2506
Comment options

Answer selected by aritra-2506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants