Nvidia Developer 4小时前
NVIDIA Sionna Research Kit:加速无线通信创新
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

NVIDIA推出了NVIDIA Sionna Research Kit,这是一个为无线通信研究设计的开源、加速平台。该套件基于NVIDIA DGX Spark和OpenAirInterface,提供了一个完整的、实时的软件定义无线电(SDR)基站和5G核心网络。它通过GPU加速的AI、机器学习、信号处理和光线追踪技术,使得研究人员能够以前所未有的速度进行原型设计、部署和测试。Sionna Research Kit能够创建实时的数字孪生网络,精确模拟射频环境,并支持从单设备到大规模网络规划的扩展,极大地推动了6G等下一代无线通信技术的研发。

🚀 **NVIDIA Sionna Research Kit:赋能无线通信研发** 该套件旨在打破无线通信研究中模拟与实际部署之间的鸿沟。通过集成NVIDIA DGX Spark和OpenAirInterface,它提供了一个端到端的、实时的软件定义无线电(SDR)基站和5G核心网络。研究人员无需复杂的硬件配置,即可快速进行原型设计和测试,加速了从理论到实践的转化过程,特别是在6G等前沿领域。

💡 **AI驱动的实时仿真与数字孪生** Sionna Research Kit利用GPU加速的AI、机器学习、信号处理和光线追踪技术,能够创建高度逼真的数字孪生网络。它可以在DGX Spark上实时模拟射频环境,包括硬件损伤和干扰,并利用NVIDIA RT Cores进行物理精确的信道响应计算。这使得研究人员能够以前所未有的精度评估算法性能,并进行端到端的系统仿真。

🌐 **开放性与可扩展性,加速创新** 作为一个完全开放的平台,Sionna Research Kit允许用户深入研究和修改整个电信软件栈,从物理层到核心网络。其模块化设计和全面的教程,使得集成新的AI/ML算法、加速信号处理流程以及进行大规模网络规划(如生成城市级无线电地图)成为可能。这种开放性和可扩展性极大地降低了创新门槛,并支持从个人项目到云端大规模仿真的无缝扩展。

Wireless communication research is rich with brilliant ideas and computational power. Yet, there’s a fundamental disconnect between what researchers can simulate and what they can ‌ build and test. Adjacent fields like machine learning (ML) have flourished with open frameworks and accelerated hardware. But many disruptive ideas never see the light of day due to the challenges of deployment in cellular infrastructure.

NVIDIA Sionna: Democratizing 6G research

NVIDIA recognized this barrier early and launched NVIDIA Sionna as an open-source library for 6G research, using GPU acceleration. Over 540 scientific publications now reference Sionna, with more than 200,000 downloads of the source code. Its success stems from openness with comprehensive documentation, textbook-quality tutorials, and trivial installation in Python:

pip install sionna

Sionna made rapid prototyping accessible to researchers and developers, even those without a GPU. But simulation, however sophisticated, has limits. You can model channel conditions, but you can’t capture the full complexity of real-world radio frequency (RF) propagation, including hardware impairments, interference from adjacent cells, or the emergent behaviors of real-world network traffic. To innovate beyond invention, you need to deploy, test, and gather real-world data.

NVIDIA Sionna Research Kit: AI-native 6G lab-in-a-box

The Sionna Research Kit is a real-time, accelerated, fully open platform for wireless research and development. It runs on the NVIDIA DGX Spark and is built on the OpenAirInterface (OAI), providing a complete base station using software-defined radio (SDR) and 5G core network that operates in real-time.

Get your DGX Spark ready, you’re five steps away from running your first simulation:

git clone https://github.com/NVlabs/sionna-rk.git && cd sionna-rk make prepare-system sudo reboot make sionna-rk ./scripts/start_system.sh rfsim_arm64  

The Sionna Research Kit isn’t just another testbed—it’s an open platform that enables you to accelerate AI, ML, signal processing algorithms, and ray tracing on a unified memory architecture. No fixed-function accelerators are used. You can inspect the complete telecommunications software stack, modify, and accelerate across layers.

From physical layer processing to MAC scheduling to core network routing, the entire system is open for experimentation, including RAN Intelligent Controllers (RIC). Think of it as the wireless equivalent of having full root access to your infrastructure.

Figure 1. The Sionna Research Kit

Explore the Sionna Research Kit tutorials

Even the largest projects begin with a single line of code, which often is the hardest. The Sionna Research Kit comes with a set of comprehensive tutorials, offering these first lines as blueprints for your own innovations.

You’ll learn how the physical layer can be accelerated using GPU-accelerated LDPC decoding. The real-world data acquisition tutorial shows how to capture and record real-world 5G signals using the Sionna Research Kit. Next, the Integration of a Neural Demapper tutorial covers training of a neural network-based demapper and integrates it into the 5G stack using NVIDIA TensorRT for real-time inference. Finally, the Software-defined End-to-End 5G Network tutorial enables you to simulate the entire end-to-end system using software-defined user equipment (UE) for the exploration of novel, non-standard-compliant algorithms and protocols.

Digital twin network in real time

Figure 2 shows what you can realize on a single DGX Spark. We deploy a complete base station, but instead of radiating over-the-air (which would require spectrum licenses), we feed the signal into a GPU-accelerated channel emulation driven by real-time ray tracing. The NVIDIA RT Cores compute physically accurate channel impulse responses in realistic 3D environments. NVIDIA CUDA Cores apply these to the baseband signal while also handling LDPC decoding. In addition, NVIDIA Tensor Cores accelerate the PUSCH neural receiver, and its performance is then evaluated.

A commercial 5G modem connects through cable, experiencing channels physically faithful to real-world RF environments. The entire pipeline uses unified system memory, which avoids unnecessary data movement. An xApp running on a near-real-time RIC monitors live performance metrics as virtual users move through the ray-traced scene. You get a complete interactive digital twin of an RF environment—it’s a 6G lab in a box, with every component of the DGX Spark architecture doing exactly what it’s designed for.

Scaling up: Large-scale radio maps

What you develop on a single DGX Spark is ready to scale to the NVIDIA DGX Cloud with the same code and ray tracing engine, but with orders of magnitude more compute. A single DGX Spark can generate detailed radio maps of a town with hundreds of base stations in seconds, making real-time network planning possible for local deployments. 

When you need continental-scale coverage, the cloud takes over. We simulated 5G coverage across the continental US in under five minutes by tracing more than 35 trillion rays on 96 NVIDIA L40S GPUs (see Figure 3). This is a fundamental shift in how wireless networks can be planned and optimized, as operators can evaluate new spectrum allocations, model millimeter-wave deployments in dense urban environments, and integrate non-terrestrial networks (satellite and high-altitude platforms) into existing infrastructure with physics-based accuracy rather than statistical approximations. 

Simulating compact environments in real-time on a single DGX Spark and scaling up to simulate entire countries efficiently redefines what’s possible for deploying the next generation of wireless networks.

Figure 3. Radio map simulation running on the DGX Spark, scaling to the DGX Cloud, for computing the coverage map of the continental US

Attribution: Google Maps (GEBCO – Landsat / Copernicus, Vexcel Imaging US, Inc., IBCAO, Landsat / Copernicus – Airbus, LDEO-Columbia, NGA, NOAA, NSF, SIO, U.S. Navy), Cesium Ion, OpenStreetMap, Mapzen, OpenCelliD.

Learn more

Visit NVlabs/sionna-rk on GitHub and check out the tutorials. The Sionna Research Kit is part of the NVIDIA AI Aerial portfolio, which includes various accelerated computing platforms, software libraries, and tools—enabling developers to build, train, simulate, and deploy AI-native RAN systems—and move from prototyping to production faster.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

NVIDIA Sionna 6G 无线通信 AI GPU加速 SDR 5G 数字孪生 OpenAirInterface DGX Spark NVIDIA Sionna Research Kit Wireless Communication AI-powered Real-time Simulation Digital Twin Open Source Accelerated Computing
相关文章