Channel bandwidth defination 5g
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sanju Das
el 25 de Abr. de 2023
Comentada: Sanju Das
el 26 de Abr. de 2023
In the documentation (5G NR Uplink Vector Waveform Generation), while defining the channel bandwith, two sub carriers are used. The same pattern is maintained in other examples too. My question is -- is it mandatory to use two carrier while defining channel bandwith?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1366254/image.png)
Thanks
0 comentarios
Respuesta aceptada
Walter Roberson
el 25 de Abr. de 2023
The baseband component carrier waveform in this example is characterized by multiple subcarrier spacing (SCS) carriers
So this example uses multiple subcarriers.
The two elements of scscarriers is because the example uses {} with two nrSCSCarrierConfig -- you could use 1 or more than 2 if you wanted.
https://www.mathworks.com/help/5g/ref/nrwaveformgenerator.html nrWaveformGenerator indicates,
[wave,info] = nrWaveformGenerator(cfg) generates 5G NR waveform wave for specified configuration cfg. The input cfg specifies either downlink or uplink configuration parameters for single or multiple subcarrier spacing (SCS) carriers and bandwidth parts (BWPs).
So it specifically says that it is acceptable to use single SCS for it.
The answer would therefore appear to be that No, it is not mandatory to use two carriers -- you can use one or more carriers.
Más respuestas (0)
Ver también
Categorías
Más información sobre Uplink Channels en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!