five

Distribution of non-Gaussian states in a deployed telecommunication fiber channel

收藏
Figshare2026-01-06 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/Distribution_of_non-Gaussian_states_in_a_deployed_telecommunication_fiber_channel/30964366
下载链接
链接失效反馈
官方服务:
资源简介:
Raw and partially processed data behind the results presented in C. A. Breum, X. Guo, M. V. Larsen, S. Miki, H. Terai, U. L. Andersen and J. S. Neergaard-Nielsen, "Distribution of non-Gaussian states in a deployed telecommunication fiber channel", arXiv:2509.18080.The single .hdf5 file contains all data in the following structure:distributed_nongaussian_states.hdf5├── raw traces 307│ ├── signal│ └── vacuum├── raw traces 340│ ├── signal│ └── vacuum├── extracted quadrature values 307│ ├── kitten│ ├── squeezed│ ├── vacuum│ ├── modefunction kitten│ └── modefunction squeezed└── extracted quadrature values 340 ├── kitten ├── squeezed ├── vacuum ├── modefunction kitten └── modefunction squeezedIn Python, all datasets can be extracted into a single dictionary data using the h5py package and the following code:import h5pydef recursive_extract(name, obj): if isinstance(obj, h5py.Dataset): return obj[()] elif isinstance(obj, h5py.Group): return {key: recursive_extract(key, obj[key]) for key in obj} else: return Nonewith h5py.File('distributed_nongaussian_states.hdf5', 'r') as f: data = {key: recursive_extract(key, f[key]) for key in f}
创建时间:
2026-01-06
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作