convert_fields_container_to_np_array#

ToneToNoiseRatio.convert_fields_container_to_np_array(fc)#

Convert a DPF fields container to a NumPy array.

This method converts a DPF fields container that contains several signals into a NumPy array.

Parameters:
fcFieldsContainer

DPF fields container to convert into a NumPy array.

Returns:
numpy.ndarray

DPF fields container in a NumPy array. Data in each field of the fields container is converted to a NumPy array and vertically stacked into another NumPy array.

Return type:

ndarray