Replies: 2 comments 4 replies
-
Hi, For which quantity do you compute these values (mean, std, min, max)? Total received power? Coefficients of the channel impulse or frequency response? If you want to have more control over the dynamic range, you can simply normalise all channel impulse responses and then scale them according to the desired path loss you would like to have. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for your response. The quantity for which I am computing these values is the frequency response of the channel. So, is the idea as follows? 1- Normalize the frequency response of the channel, which is a complex array:
2- Then, scale the results according to the desired path loss:
3-Then, I apply the same process to the imaginary part of the frequency response of the channel. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am interested in simulating a cognitive relay-aided network that includes a primary transmitter (UP) and its destination (DP), a secondary full-duplex relay (R), and a secondary user (US) and its destination (DS) as described in this paper. To do this, I've created a code that produces a dataset with the different channel gains between each user.
The problem I have is that the various channels are weak, with a mean equal to 0 and a standard deviation of 0.70, with a minimum equal to -1.78 and a maximum equal to 1.88.
What can I change to have channels between -30 and 30?
Is this message related to the scenario I'm using?
Thanks in advance, and best regards.
Beta Was this translation helpful? Give feedback.
All reactions