torchsig.utils.file_handlers.hdf5.populate_hdf5_group_with_signal¶
- torchsig.utils.file_handlers.hdf5.populate_hdf5_group_with_signal(group, signal, index=True, data_dataset_kwargs=None)[source]¶
Populates an HDF5 group with a signal and optionally indexes it.
- Parameters:
group – The HDF5 group to populate.
signal – The signal to add to the group.
index – Whether to index the signal.
data_dataset_kwargs – Optional keyword arguments for dataset creation.