10 MHz bandwidth #286
-
Dear all, my team and I are trying to transmit over a 10 MHz bandwidth. For that, we set
It seems that Similarly, when we want to run a 30 MHz bandwidth (using
What else should we set in our configuration to fix this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi,
Can you share the config you using?
Thanks,
Justin
…On Wed, 1 Nov 2023, 17:39 Raphael Cannatà, ***@***.***> wrote:
Dear all,
my team and I are trying to transmit over a 10 MHz bandwidth. For that, we
set srate: 11.52. When we run the code we get the following error:
/opt/srsRAN_Project/include/srsran/ran/phy_time_unit.h:105: constexpr srsran::phy_time_unit::value_type srsran::phy_time_unit::to_samples(U) const [with U = unsigned int; srsran::phy_time_unit::value_type = long int]:
Assertion `is_sample_accurate(sampling_rate_Hz)' failed - Incompatible sampling rate 11.52 MHz with time 817408.
It seems that (std::abs(value) * sampling_rate_Hz) % (SCS_REF_HZ *
N_F_REF * KAPPA)) in include/srsran/ran/phy_time_unit.h:89 is not zero.
In fact we believe it to be 4789.5.
Similarly, when we want to run a 30 MHz bandwidth (using srate: 34.56),
we get
/opt/srsRAN_Project/include/srsran/ran/phy_time_unit.h:105: constexpr srsran::phy_time_unit::value_type srsran::phy_time_unit::to_samples(U) const [with U = unsigned int; srsran::phy_time_unit::value_type = long int]:
Assertion `is_sample_accurate(sampling_rate_Hz)' failed - Incompatible sampling rate 34.56 MHz with time 817408.
What else should we set in our configuration to fix this problem?
Thank you
—
Reply to this email directly, view it on GitHub
<#286>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATLGFGDVVKH6TUH4W5GN53YCJ3MVAVCNFSM6AAAAAA6ZR44XOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHAYDEMZQHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I can confirm that TDD and Also for 30MHz bandwidth, you can use |
Beta Was this translation helpful? Give feedback.
Hi,
I can confirm that TDD and
srate: 11.52
cannot be set. However, you can usesrate: 30.72
as a workaround.(Note that some UE require at least 20MHz bandwidth in band n78 - check the
UE Capability Information
.)Also for 30MHz bandwidth, you can use
srate: 30.72
.